12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565 |
- /* 通用样式 */
- html,
- body,
- div,
- dl,
- dt,
- dd,
- ul,
- ol,
- li,
- h1,
- h2,
- h3,
- h4,
- h5,
- h6,
- pre,
- form,
- fieldset,
- input,
- p,
- blockquote,
- th,
- td {
- padding: 0;
- margin: 0;
- }
- html {
- width: 100%;
- height: 100%;
- }
- body {
- font-size: 13px;
- font-family: Verdana, Arial, Microsoft YaHei, sans-serif;
- }
- button,
- [type=button],
- [type=reset],
- [type=submit] {
- -webkit-appearance: button;
- }
- button,
- select {
- text-transform: none;
- }
- ul {
- list-style: none;
- padding: 0;
- margin: 0;
- }
- ul li {
- margin: 0;
- padding: 0;
- }
- li {
- display: list-item;
- text-align: -webkit-match-parent;
- }
- body,
- .container {
- width: 100%;
- height: 100%;
- background-image: url("../../../../public/image/index/bigBackground.jpg");
- background-color: transparent;
- background-position: center center;
- background-repeat: no-repeat;
- background-size: cover;
- }
- body,
- .normal-font,
- .sds-window-v5 .ext-el-mask-msg .x-loading-message-inner,
- .sds-window-v5.x-window-dlg,
- .sds-window-v5.x-window-dlg input,
- .sds-window-v5.x-window-dlg textarea {
- color: #414b55;
- }
- .container {
- width: 100%;
- height: 100%;
- }
- /* 头部 */
- .taskbar-wrapper {
- position: absolute;
- z-index: 5;
- opacity: 1;
- top: 0px;
- width: 100%;
- height: 39px;
- display: flex;
- flex-direction: row;
- }
- .taskbar-wrapper .taskbar-left-wrapper {
- background-color: rgba(50, 60, 70, 0.9);
- box-shadow: 0px 1px 2px rgba(10, 20, 30, 0.5);
- border: 1px solid rgba(255, 255, 255, 0.1);
- border-top-width: 0px;
- height: 38px;
- margin: 0 6px 0px 160px;
- border-radius: 0px 0px 3px 3px;
- flex: 0 0 auto;
- }
- .show-all-button {
- cursor: pointer;
- top: 0;
- float: left;
- display: block;
- width: 17px;
- height: 36px;
- position: relative;
- border: 1px solid transparent;
- border-radius: 0px 0px 0px 2px;
- background-color: transparent;
- padding: 0;
- border: none;
- }
- .show-all-button::after {
- content: '';
- position: absolute;
- top: -1px;
- right: -1px;
- bottom: -1px;
- border-right: 1px solid rgba(255, 255, 255, 0.25);
- }
- .show-all-button::before {
- cursor: pointer;
- content: ' ';
- display: block;
- width: 16px;
- top: -1px;
- bottom: -1px;
- left: -18px;
- position: absolute;
- }
- .start-button {
- height: 39px;
- width: 77px;
- display: flex;
- align-items: center;
- justify-content: center;
- cursor: pointer;
- }
- .start-button .start-button-img {
- background-image: url(../../../../public/image/index/menu.png);
- background-size: 24px 72px;
- width: 24px;
- height: 24px;
- cursor: pointer;
- background-color: transparent;
- padding: 0;
- border: none;
- }
- .start-button .start-button-img:hover {
- background-position: 0 -24px;
- }
- .start-button .start-button-img:active,
- .start-button .start-button-img.pressed {
- background-position: 0 -48px;
- }
- .sds-notify-badge-num {
- width: 10px;
- height: 10px;
- overflow: hidden;
- cursor: pointer;
- display: inline-block;
- position: absolute;
- pointer-events: none;
- box-shadow: 0 1px 4px 0 rgba(46, 48, 50, 0.6);
- border-radius: 5px;
- display: none;
- }
- .taskbar-buttons-container {
- min-width: 150px;
- height: 39px;
- padding-right: 8px;
- flex: 1 1 auto;
- display: flex;
- flex-direction: row;
- white-space: nowrap;
- overflow: hidden;
- }
- .taskbar-buttons-container .taskbar-buttons-wrapper {
- background-color: rgba(50, 60, 70, 0.9);
- box-shadow: 0px 1px 2px rgba(10, 20, 30, 0.5);
- border: 1px solid rgba(255, 255, 255, 0.1);
- border-top-width: 0px;
- height: 39px;
- background-color: rgba(50, 60, 70, 0.9);
- display: inline-flex;
- vertical-align: top;
- width: auto;
- border-radius: 0 0 5px 5px;
- }
- .tray-container {
- background-color: rgba(50, 60, 70, 0.9);
- box-shadow: 0px 1px 2px rgba(10, 20, 30, 0.5);
- border: 1px solid rgba(255, 255, 255, 0.1);
- border-top-width: 0px;
- height: 39px;
- border-radius: 0 0 3px 3px;
- box-sizing: border-box;
- display: flex;
- flex: 0 0 auto;
- padding: 0 8px 0 8px;
- margin-right: 12px;
- }
- .tray-container .system-tray-wrapper {
- display: flex;
- flex: 0 0 auto;
- }
- .tray-item {
- position: relative;
- cursor: pointer;
- background-repeat: no-repeat;
- background-position: 0 0;
- background-color: transparent;
- padding: 0;
- border: none;
- }
- .tray-item.system {
- width: 24px;
- height: 24px;
- margin: 7px 8px 0px 8px;
- }
- .tray-item.system:hover {
- background-position: 0 -24px;
- }
- .tray-item.system:active,
- .tray-item.system.pressed {
- background-position: 0 -48px;
- }
- .tray-container .notify-button {
- background-image: url(../../../../public/image/index/message.png);
- background-size: 24px 72px;
- }
- .tray-container .user-button {
- background-image: url(../../../../public/image/index/user.png);
- background-size: 24px 72px;
- }
- .tray-container .widget-button {
- background-image: url(../../../../public/image/index/widget.png);
- background-size: 24px 72px;
- }
- .tray-container .search-button {
- background-image: url(../../../../public/image/index/search.png);
- background-size: 24px 72px;
- }
- /* 桌面 */
- #sds-desktop {
- opacity: 1;
- overflow: hidden;
- position: absolute;
- width: 100%;
- height: 100%;
- border: 0 none;
- overflow: hidden;
- cursor: default;
- zoom: 1;
- top: 0;
- }
- .menu.sds-desktop{
- position: absolute;
- width: 120px;
- height: 100%;
- }
- .menu.sds-desktop ul{
- width: 100px;
- text-align: center;
- }
- .menu.sds-desktop ul li{
- background-color: rgba(50,60,70,0.9);
- padding: 10px 25px;
- box-sizing: border-box;
- }
- .menu.sds-desktop ul li div{
- background-position: center;
- background-repeat: no-repeat;
- background-size: 24px 24px;
- width: 50px;
- height: 50px;
- }
- ul.sds-desktop-shortcut {
- position: absolute;
- float: left;
- top: 41px;
- left: 120px;
- width: 100%;
- height: calc(100% - 41px);
- padding: 10px 10px 10px 4px;
- box-sizing: border-box;
- }
- .sds-desktop-layout {
- width: 100%;
- height: 100%;
- display: flex;
- flex-direction: column;
- flex-wrap: wrap;
- justify-content: left;
- align-content: flex-start;
- }
- .launch-icon {
- width: 132px;
- height: 104px;
- float: left;
- overflow: visible;
- cursor: pointer;
- list-style-type: none;
- }
- .launch-icon .image {
- width: 64px;
- height: 64px;
- background-size: 64px 64px;
- position: relative;
- background-position: center center;
- background-repeat: no-repeat;
- margin: 0 auto 4px auto;
- }
- .launch-icon .sds-application-notify-badge-num {
- width: 14px;
- height: 14px;
- bottom: -1px;
- right: -2px;
- z-index: 0;
- }
- .sds-application-notify-badge-num {
- display: inline-block;
- background: #FF3737;
- box-shadow: 0 1px 4px 0 rgba(46, 48, 50, 0.6);
- border-radius: 100px;
- min-width: 12px;
- min-height: 12px;
- overflow: hidden;
- z-index: 3;
- pointer-events: none;
- box-sizing: border-box;
- right: -4px;
- bottom: -2px;
- position: absolute;
- }
- .launch-icon.icon-item .text {
- height: 36px;
- overflow: hidden;
- }
- .launch-icon .text,
- .launch-icon .text a {
- text-shadow: 0em 0.1em 0.2em rgba(0, 0, 0, 0.8);
- width: 100%;
- font-size: 12px;
- line-height: 18px;
- text-align: center;
- margin: 0 auto;
- overflow: visible;
- text-overflow: ellipsis;
- color: #fff;
- }
- .x-window {
- zoom: 1;
- }
- .x-window-proxy {
- border: 0px solid;
- z-index: 12000;
- overflow: hidden;
- position: absolute;
- left: 0;
- top: 0;
- display: none;
- opacity: .5;
- -moz-opacity: .5;
- filter: alpha(opacity=50);
- }
- .sds-window-v5 {
- box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.6);
- border-radius: 3px;
- overflow: hidden;
- }
- .ext-webkit .x-dlg-focus {
- width: 1px;
- height: 1px;
- }
- .sds-window-v5 .x-tool-close {
- background-image: url("../../../../public/image/index/windowClose.png");
- background-position: 0 0;
- }
- .sds-window-v5 .x-tool {
- width: 24px;
- height: 24px;
- margin-left: 8px;
- }
- .sds-window-v5 .x-tool-restore {
- background-image: url("../../../../public/image/index/windowRestore.png");
- background-position: 0 0;
- }
- .x-tool-restore {
- background-position: 0 -45px;
- }
- .sds-window-v5 .x-tool-maximize {
- background-image: url("../../../../public/image/index/windowMaximize.png");
- background-position: 0 0;
- }
- .x-tool-maximize {
- background-position: 0 -30px;
- }
- /* 右侧固定栏 */
- .v-widget-header .v-widget-header-tool-icon.add {
- background-image: url(../../../../public/image/index/windowAdd.png);
- background-size: 24px 72px;
- }
- .v-widget-header .v-widget-header-tool-icon.minimize {
- background-image: url(../../../../public/image/index/windowReduce.png);
- background-size: 24px 72px;
- }
- .v-widget-header .v-widget-header-tool-icon.pin {
- background-image: url(../../../../public/image/index/windowFixed.png);
- background-size: 24px 72px;
- }
- .v-widget-header .v-widget-header-tool-icon.dock {
- background-image: url(../../../../public/image/index/windowPosition.png);
- background-size: 24px 72px;
- }
- .v-widget-header .v-widget-header-tool-icon {
- cursor: pointer;
- height: 24px;
- width: 24px;
- background-position: 0 0;
- }
- .v-widget-header .v-widget-header-tool-icon:hover,
- .v-widget-header .v-widget-header-tool-icon.hover {
- background-position: 0px -24px;
- }
- .v-widget-header .v-widget-header-tool-icon:active,
- .v-widget-header .v-widget-header-tool-icon.active {
- background-position: 0px -48px;
- }
- .v-window {
- overflow: hidden;
- box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .6);
- border-radius: 3px;
- display: flex;
- flex-direction: column;
- background-color: #fff;
- }
- .v-widget-window {
- background: rgba(40, 50, 60, 0.85);
- box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.5);
- transition: top ease-in 0.2s, left ease-in 0.2s;
- }
- .v-widget-window.active{
- opacity: 0.5;
- }
- .v-window-draggable .v-window-header-wrapper,
- .v-window .v-window-header-wrapper {
- flex: 0 0 auto;
- display: flex;
- -webkit-user-select: none;
- -moz-user-select: none;
- user-select: none;
- cursor: default;
- border-top-right-radius: 3px;
- border-top-left-radius: 3px;
- background-color: #fff;
- position: relative;
- padding: 8px 0 0 18px;
- height: 40px;
- line-height: 40px;
- box-sizing: border-box;
- border-bottom: 1px solid rgba(198, 212, 224, .5);
- }
- .v-widget-window .v-window-header-wrapper {
- height: 32px;
- border: none;
- padding: 0;
- background: none;
- }
- .v-window .draggable.v-window-header-wrapper {
- cursor: move;
- }
- .v-widget-header {
- padding: 0 10px;
- display: flex;
- align-items: center;
- justify-content: space-between;
- width: 100%;
- }
- .v-widget-header .v-widget-header-left,
- .v-widget-header .v-widget-header-right {
- display: flex;
- }
- .v-widget-header .v-btn.v-btn-dropdown span {
- padding: 0;
- }
- .v-widget-header .v-widget-header-right .v-widget-header-tool-icon {
- margin-left: 8px;
- }
- .v-widget-header .v-btn.v-btn-dropdown {
- height: 24px;
- }
- .v-widget-window .v-window-body {
- background: none;
- }
- .v-widget-window .v-widget-items-wrapper {
- height: 100%;
- padding-bottom: 10px;
- box-sizing: border-box;
- }
- .v-widget-window .v-ps {
- padding-right: 0;
- }
- .v-widget-item {
- display: none;
- box-sizing: border-box;
- background: rgba(255, 255, 255, 0.95);
- margin-left: 10px;
- margin-right: 10px;
- border: 1px solid rgba(40, 50, 60, 0.3);
- border-radius: 3px;
- padding-bottom: 4px;
- height: 208px;
- box-shadow: none;
- overflow: hidden;
- transition: height ease-in 0.2s;
- }
- .v-widget-window .v-ps.show {
- padding-right: 4px;
- }
- .v-widget-list {
- display: flex;
- flex-direction: column;
- width: 340px;
- position: relative;
- min-height: 100%;
- }
- .v-widget-item.active {
- display: block;
- }
- .v-widget-item.active~.v-widget-item.active {
- margin-top: 8px;
- }
- .v-widget-item .v-widget-item-header {
- cursor: move;
- display: flex;
- align-items: start;
- height: 35px;
- margin-left: 3px;
- margin-right: 5px;
- font-size: 12px;
- }
- .v-widget-item .v-widget-item-header {
- font-weight: 700;
- }
- .v-widget-item .v-widget-item-header .v-widget-item-header-icon {
- width: 32px;
- height: 32px;
- margin-top: 1px;
- margin-bottom: 2px;
- margin-right: 2px;
- cursor: pointer;
- }
- .v-widget-item .v-widget-item-header .v-widget-item-header-title {
- align-self: center;
- font-size: 1em;
- flex: 1;
- }
- .v-widget-item .v-widget-item-header {
- cursor: move;
- display: flex;
- align-items: start;
- height: 35px;
- margin-left: 3px;
- margin-right: 5px;
- font-size: 12px;
- }
- .v-widget-item .v-widget-item-header:hover .v-widget-item-header-tools {
- opacity: 1
- }
- .v-widget-item .v-widget-item-header .v-widget-item-header-title {
- align-self: center;
- font-size: 1em;
- flex: 1;
- }
- .v-widget-item .v-widget-item-header .v-widget-item-header-title .v-widget-item-header-title-text {
- cursor: pointer;
- }
- .v-widget-item .v-widget-item-header .v-widget-item-header-tools {
- justify-content: flex-end;
- display: flex;
- margin-top: 5px;
- margin-bottom: 6px;
- transition: opacity 0.2s;
- opacity: 0;
- }
- .v-widget-item .v-widget-item-header .v-widget-item-header-tools .v-widget-item-header-tool-icon.toolbar {
- background-image: url(../../../../public/image/index/windowMove.png);
- background-size: 24px 72px;
- }
- .v-widget-item .v-widget-item-header .v-widget-item-header-tools .v-widget-item-header-tool-icon {
- cursor: pointer;
- margin-left: 8px;
- height: 24px;
- width: 24px;
- background-position: 0 0;
- }
- .v-widget-item .v-widget-item-header .v-widget-item-header-tools .v-widget-item-header-tool-icon.minimize {
- background-image: url(../../../../public/image/index/WindowUp.png);
- background-size: 24px 72px;
- }
- .v-widget-item .v-widget-item-header .v-widget-item-header-tools .v-widget-item-header-tool-icon.close {
- background-image: url(../../../../public/image/index/windowClose.png);
- background-size: 24px 72px;
- }
- .v-widget-item .v-widget-item-header .v-widget-item-header-tools .v-widget-item-header-tool-icon:hover {
- background-position: 0px -24px;
- }
- .v-widget-item .v-widget-item-header .v-widget-item-header-tools .v-widget-item-header-tool-icon:active {
- background-position: 0px -48px;
- }
- @media(-webkit-min-device-pixel-ratio: 1.5),
- (-o-min-device-pixel-ratio: 3/2),
- (min-resolution: 144dpi) {
- .synohdpack .v-widget-item .v-widget-item-header .v-widget-item-header-tools .v-widget-item-header-tool-icon.toolbar {
- background-size: 24px 72px
- }
- }
- @media(-webkit-min-device-pixel-ratio: 1.5),
- (-o-min-device-pixel-ratio: 3/2),
- (min-resolution: 144dpi) {
- .synohdpackdebug .v-widget-item .v-widget-item-header .v-widget-item-header-tools .v-widget-item-header-tool-icon.toolbar {
- background-size: 24px 72px;
- outline: 1px green dashed
- }
- }
- .v-widget-item .v-widget-item-header .v-widget-item-header-tools .v-widget-item-header-tool-icon.minimize {
- background-size: 24px 72px
- }
- @media(-webkit-min-device-pixel-ratio: 1.5),
- (-o-min-device-pixel-ratio: 3/2),
- (min-resolution: 144dpi) {
- .synohdpack .v-widget-item .v-widget-item-header .v-widget-item-header-tools .v-widget-item-header-tool-icon.minimize {
- background-size: 24px 72px
- }
- }
- @media(-webkit-min-device-pixel-ratio: 1.5),
- (-o-min-device-pixel-ratio: 3/2),
- (min-resolution: 144dpi) {
- .synohdpackdebug.v-widget-item.v-widget-item-header.v-widget-item-header-tools.v-widget-item-header-tool-icon.minimize {
- background-size: 24px 72px;
- outline: 1px green dashed
- }
- }
- .v-widget-item .v-widget-item-header .v-widget-item-header-tools .v-widget-item-header-tool-icon.maximize {
- background-size: 24px 72px
- }
- @media(-webkit-min-device-pixel-ratio: 1.5),
- (-o-min-device-pixel-ratio: 3/2),
- (min-resolution: 144dpi) {
- .synohdpack .v-widget-item .v-widget-item-header .v-widget-item-header-tools .v-widget-item-header-tool-icon.maximize {
- background-size: 24px 72px
- }
- }
- @media(-webkit-min-device-pixel-ratio: 1.5),
- (-o-min-device-pixel-ratio: 3/2),
- (min-resolution: 144dpi) {
- .synohdpackdebug .v-widget-item .v-widget-item-header .v-widget-item-header-tools .v-widget-item-header-tool-icon.maximize {
- background-size: 24px 72px;
- outline: 1px green dashed
- }
- }
- .v-widget-item .v-widget-item-header .v-widget-item-header-tools .v-widget-item-header-tool-icon.close {
- background-size: 24px 72px
- }
- @media(-webkit-min-device-pixel-ratio: 1.5),
- (-o-min-device-pixel-ratio: 3/2),
- (min-resolution: 144dpi) {
- .synohdpack .v-widget-item .v-widget-item-header .v-widget-item-header-tools .v-widget-item-header-tool-icon.close {
- background-size: 24px 72px
- }
- }
- @media(-webkit-min-device-pixel-ratio: 1.5),
- (-o-min-device-pixel-ratio: 3/2),
- (min-resolution: 144dpi) {
- .synohdpackdebug .v-widget-item .v-widget-item-header .v-widget-item-header-tools .v-widget-item-header-tool-icon.close {
- background-size: 24px 72px;
- outline: 1px green dashed
- }
- }
- .syno-sysinfo-system-health .x-panel-body {
- background-color: transparent;
- }
- .syno-sysinfo-system-health .syno-sysinfo-system-health-status {
- height: 76px;
- width: 100%;
- padding-bottom: 4px;
- display: flex;
- align-items: center;
- }
- /* 系统状况 */
- .syno-sysinfo-system-health .syno-sysinfo-system-health-status .syno-sysinfo-system-health-west-normal,
- .syno-sysinfo-system-health .syno-sysinfo-system-health-status .syno-sysinfo-system-health-west-warning,
- .syno-sysinfo-system-health .syno-sysinfo-system-health-status .syno-sysinfo-system-health-west-initial,
- .syno-sysinfo-system-health .syno-sysinfo-system-health-status .syno-sysinfo-system-health-west-emergency {
- position: relative;
- margin: 8px 16px 8px 8px;
- width: 60px;
- height: 60px;
- background-image: url('../../../../public/image/index/minIcon.png');
- background-position: 0 -192px;
- background-repeat: no-repeat;
- }
- .syno-sysinfo-system-health .syno-sysinfo-system-health-status .syno-sysinfo-system-health-west-normal {
- background-position: 0 -192px;
- }
- .syno-sysinfo-system-health .syno-sysinfo-system-health-status .syno-sysinfo-system-health-content-wrap {
- display: flex;
- flex-direction: column;
- width: 212px;
- }
- .syno-sysinfo-health-text-overflow,
- .syno-sysinfo-system-health-south,
- .sys-info-south-table .x-table-layout-cell .syno-sysinfo-system-health-south-data,
- .sys-info-south-table .x-table-layout-cell .syno-sysinfo-system-health-south-title,
- .syno-sysinfo-system-health-content-header-warning,
- .syno-sysinfo-system-health-content-header-emergency,
- .syno-sysinfo-system-health-content-header-normal,
- .syno-sysinfo-system-health-content-header-initial {
- text-overflow: ellipsis;
- white-space: nowrap;
- overflow: hidden;
- }
- .syno-sysinfo-system-health-content-header-normal,
- .syno-sysinfo-system-health-content-header-initial {
- color: #009E05;
- }
- .syno-sysinfo-system-health .syno-sysinfo-system-health-status .syno-sysinfo-system-health-content-wrap .syno-sysinfo-system-health-summary {
- font-size: 20px;
- line-height: 28px;
- }
- .syno-sysinfo-system-health .syno-sysinfo-system-health-status .syno-sysinfo-system-health-content-wrap .syno-sysinfo-system-health-content {
- display: -webkit-box;
- -webkit-line-clamp: 2;
- -webkit-box-orient: vertical;
- overflow: hidden;
- line-height: 20px;
- max-height: 40px;
- font-size: 12px;
- }
- .sds-window-v5 .x-panel-body {
- background-color: transparent;
- }
- .syno-sysinfo-system-health .x-panel-body {
- background-color: transparent;
- }
- .sys-info-south-table {
- border: none;
- color: #414b55;
- }
- .sys-info-south-table .x-table-layout-ct {
- border: none;
- height: 84px !important;
- }
- .sys-info-south-table .x-table-layout {
- width: 296px !important;
- }
- .sys-info-south-table .x-table-layout-cell {
- height: 28px;
- line-height: 28px;
- }
- .sys-info-south-table .x-table-layout-cell .syno-sysinfo-system-health-south-title {
- width: 142px;
- padding-right: 6px;
- font-size: 12px;
- }
- .sys-info-south-table .sys-info-btn {
- border: none;
- background-image: none;
- background-color: transparent;
- }
- .sys-info-south-table .sys-info-btn .x-btn-text {
- color: #414b55;
- padding-left: 0px;
- font-size: 12px;
- }
- .sys-info-south-table .sys-info-btn,
- .sys-info-south-table .sys-info-btn .x-btn-text,
- .sys-info-south-table .x-table-layout-cell .syno-sysinfo-system-health-south-title {
- font-weight: 700;
- }
- .syno-cjk .sys-info-south-table .sys-info-btn,
- .sys-info-south-table .syno-cjk .sys-info-btn,
- .syno-cjk .sys-info-south-table .sys-info-btn .x-btn-text,
- .sys-info-south-table .sys-info-btn .syno-cjk .x-btn-text,
- .syno-cjk .sys-info-south-table .x-table-layout-cell .syno-sysinfo-system-health-south-title,
- .sys-info-south-table .x-table-layout-cell .syno-cjk .syno-sysinfo-system-health-south-title {
- font-weight: 600;
- }
- .syno-ux-button em.x-btn-arrow {
- display: block;
- padding-right: 12px;
- background-image: url("../../../../public/image/index/downArrow.png");
- background-repeat: no-repeat;
- background-position: right 2px;
- }
- .sys-info-south-table .row-left {
- padding-right: 6px;
- width: 148px;
- }
- .sys-info-south-table .x-table-layout-cell {
- height: 28px;
- line-height: 28px;
- }
- .sys-info-south-table .x-table-layout-cell .x-panel-body {
- border: none;
- }
- .resource-monitor-widget {
- padding: 4px 11px 5px 11px;
- }
- .x-panel {
- border-style: solid;
- border-width: 0;
- }
- /* 资源监控 */
- .resource-monitor-widget .resource-monitor-percentage-cmp .percentage-cmp-title {
- width: 86px;
- padding-right: 6px;
- float: left;
- line-height: 24px;
- color: #414b55;
- font-size: 12px;
- }
- .resource-monitor-widget .resource-monitor-percentage-cmp .percentage-cmp-hbar-background {
- background-color: rgba(34, 38, 54, 0.1);
- width: 160px;
- height: 8px;
- margin: 8px 0px;
- float: left;
- border-radius: 4px;
- overflow: hidden;
- }
- .resource-monitor-widget .resource-monitor-percentage-cmp .percentage-cmp-hbar-background .percentage-cmp-hbar-fill {
- width: 70px;
- height: 8px;
- background-color: #057FEB;
- -moz-transition-property: width;
- -o-transition-property: width;
- -webkit-transition-property: width;
- transition-property: width;
- -moz-transition-timing-function: ease-in;
- -o-transition-timing-function: ease-in;
- -webkit-transition-timing-function: ease-in;
- transition-timing-function: ease-in;
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- transition-duration: 0.5s;
- }
- .resource-monitor-widget .resource-monitor-percentage-cmp .percentage-cmp-value {
- float: left;
- width: 34px;
- padding-left: 6px;
- line-height: 24px;
- font-size: 12px;
- }
- .resource-monitor-widget .resource-monitor-widget-subcmp-text,
- .resource-monitor-widget .resource-monitor-percentage-cmp,
- .resource-monitor-widget .resource-Monitor-networkio-cmp,
- .resource-monitor-widget .resource-Monitor-networkio-cmp .interface-selection-button.syno-ux-button .x-btn-arrow .x-btn-text {
- font-size: 13px;
- color: #414b55;
- line-height: 24px;
- }
- .resource-monitor-widget .resource-Monitor-networkio-cmp {
- float: left;
- height: 24px;
- }
- .resource-monitor-widget .resource-Monitor-networkio-cmp .networkio-cmp-icon.out {
- background-position: 0 0px;
- }
- .resource-monitor-widget .resource-Monitor-networkio-cmp .networkio-cmp-icon {
- background-image: url("../../../../public/image/index/upDown.png");
- background-repeat: no-repeat;
- background-position: center;
- width: 16px;
- height: 16px;
- padding: 0px;
- margin: 4px 0px 4px 6px;
- float: left;
- }
- .resource-monitor-widget .resource-Monitor-networkio-cmp .networkio-cmp-label.out {
- color: #057FEB;
- }
- .resource-monitor-widget .resource-Monitor-networkio-cmp .networkio-cmp-label {
- float: left;
- color: #09B3B3;
- height: 24px !important;
- line-height: 24px;
- padding: 0px 8px 0px 0px;
- font-size: 12px;
- }
- .resource-monitor-widget .resource-Monitor-networkio-cmp .networkio-cmp-icon.in {
- margin-left: 0px;
- background-position: 0 -16px;
- }
- .resource-monitor-widget .resource-Monitor-networkio-cmp .networkio-cmp-icon {
- background-image: url("../../../../public/image/index/upDown.png");
- background-repeat: no-repeat;
- background-position: center;
- width: 16px;
- height: 16px;
- padding: 0px;
- margin: 4px 0px 4px 6px;
- float: left;
- }
- .x-btn.interface-selection-button.x-btn-noicon {
- border: 0px;
- background-color: transparent;
- background-image: none;
- }
- .resource-monitor-widget .resource-Monitor-networkio-cmp .interface-selection-button.syno-ux-button .x-btn-arrow .x-btn-text {
- height: 24px;
- line-height: 24px;
- padding-left: 0px;
- font-size: 12px;
- max-width: 80px;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .resource-Monitor-widget-base {
- width: 296px;
- }
- .resource-monitor-widget .resource-Monitor-widget-panel .echarts-wrapper {
- height: 92px;
- width: 296px;
- }
- /* 备份 */
- .syno-sds-backupapp-scedule-title,
- .syno-backup-task-main-page .syno-backup-task-status-panel .x-panel-body .task-status-text,
- .syno-backup-task-main-page .syno-backup-task-status-panel .x-panel-body .syno-backup-task-status-active-panel .progress-upper-row .syno-backup-progress-percentage-text,
- .syno-backup-task-main-page .syno-backup-task-status-panel .x-panel-body .syno-backup-task-status-suspend-panel .progress-upper-row .syno-backup-progress-percentage-text,
- .syno-backup-task-main-page .syno-backup-task-subpanel .x-panel-header .x-panel-header-text,
- .syno-backup-new-feature-panel .syno-backup-new-feature-panel-title,
- .syno-backup-new-feature-panel .syno-backup-learn-more-text,
- .syno-backup-app-grid-panel .x-grid3-row .x-grid3-cell .x-grid3-cell-inner .syno-backup-cell-app-title .syno-backup-cell-app-beta,
- .syno-backup-app-grid-panel .x-grid3-row .x-grid3-cell .x-grid3-cell-inner .syno-backup-cell-app-title .syno-backup-cell-app-name,
- .syno-backup-restore-progress-window .syno-ux-fieldset .x-fieldset-header .x-fieldset-header-text,
- .syno-backup-client-common-customized-retention-setting-window .syno-backup-customized-retention-description,
- .syno-backup-client-common-filter-setting-window-body .syno-backup-client-common-filter-setting-panel .syno-backup-filter-setting-mask-text,
- .syno-backup-client-common-statistic-window .syno-backup-statistic-panel .syno-backup-statistic-topbar-container .syno-backup-statistic-topbar-left-container .syno-backup-statistic-title,
- .syno-backup-client-common-statistic-window .syno-backup-statistic-panel .syno-backup-statistic-line-chart .empty-page-position .empty-page-parent .empty-page-text,
- .syno-backup-client-common-statistic-window .syno-backup-statistic-panel .syno-backup-statistic-line-chart .data-node-tooltip .title,
- .syno-backup-client-common-statistic-window .syno-backup-statistic-panel .syno-backup-statistic-line-chart .data-node-tooltip .text-field .tooltip-text span.right font,
- .syno-backup-client-common-source-info-panel .syno-backup-source-info-title,
- .syno-backup-client-common-source-usage-info .legend .legend-w .name,
- .syno-backup-client-explore .syno-sds-backup-filebrowser-treepanel .root_node a span,
- .syno-backup-client-explore .syno-sds-backup-filebrowser-treepanel .x-tree-node .root_node a span,
- .syno-backup-client-explore .syno-sds-backup-pathbar .x-btn-over .syno-sds-backup-pathbutton-text,
- .syno-backup-client-explore .syno-backup-timeline-wrapper .syno-backup-timeline-scroller ul .month-label,
- .syno-backup-client-explore .syno-backup-timeline-wrapper .syno-backup-timeline-scroller li.version-select .version-box .version-count,
- .syno-backup-client-explore .syno-backup-timeline-wrapper .syno-backup-timeline-scroller li.version-select .version-box .version-time,
- .syno-backup-client-explore .syno-backup-timeline-version-tag .syno-backup-timeline-version-tag-bubble span,
- .syno-backup-client-timeline-version-menu .syno-backup-timeline-version-ct .version-menu-header,
- .syno-backup-client-timeline-version-menu .syno-backup-timeline-version-ct table td.version-selected,
- .syno-sds-backup-client-jobtray.syno-sds-backup-jobtray-panel .jobtray-grid-panel .x-panel-header .x-panel-header-text {
- font-weight: 700;
- }
- .sds-widget-gridpanel .x-grid3 {
- background-color: transparent;
- }
- .sds-widget-gridpanel .arrow-scroller {
- position: absolute;
- top: 0px;
- right: 0px;
- width: 24px;
- bottom: 0px;
- margin: 2px;
- margin-right: 1px;
- }
- .sds-widget-gridpanel .arrow-scroller .up {
- height: 50%;
- cursor: pointer;
- }
- .sds-widget-gridpanel .arrow-scroller .up .arrow-up,
- .sds-widget-gridpanel .arrow-scroller .down .arrow-down {
- width: 24px;
- height: 24px;
- background-repeat: no-repeat;
- background-image: url(../../../../public/image/index/arrowhead.png);
- background-size: 48px 72px;
- }
- .sds-widget-gridpanel .arrow-scroller .up .arrow-up:hover,
- .sds-widget-gridpanel .arrow-scroller .down .arrow-down:hover {
- background-position: 0px -24px;
- }
- .sds-widget-gridpanel .arrow-scroller .up .arrow-up:active,
- .sds-widget-gridpanel .arrow-scroller .down .arrow-down:active {
- background-position: 0px -48px;
- }
- .sds-widget-gridpanel .arrow-scroller .up.arrow-disabled {
- cursor: default;
- }
- .sds-widget-gridpanel .arrow-scroller .up .arrow-up {
- background-position: -24px 0px;
- }
- .sds-widget-gridpanel .arrow-scroller .up .arrow-up {
- position: absolute;
- top: 0px;
- }
- .sds-widget-gridpanel .arrow-scroller .up.arrow-disabled .arrow-up {
- background-position: -24px 0px !important;
- opacity: 0.4;
- }
- .sds-widget-gridpanel .arrow-scroller .down .arrow-down {
- background-position: 0px 0px;
- }
- .syno-sds-backupapp-widget-panel .x-grid3-row {
- margin-bottom: 2px;
- }
- .sds-widget-gridpanel .arrow-scroller .down .arrow-down {
- position: absolute;
- bottom: 0px;
- }
- .sds-widget-gridpanel .arrow-scroller .down.arrow-disabled .arrow-down {
- background-position: 0px 0px !important;
- opacity: 0.4;
- }
- .sds-widget-gridpanel .x-grid3-row {
- -webkit-text-size-adjust: none;
- font-size: 12px;
- border-width: 0;
- background-color: transparent;
- }
- .sds-widget-gridpanel .x-grid3-row .x-grid3-td-bkpstatus .x-grid3-cell-inner {
- height: 64px;
- padding: 8px 0 8px 0;
- }
- .sds-widget-gridpanel .x-grid3-row .x-grid3-cell-inner {
- line-height: 28px;
- }
- .syno-sds-backupapp-scedule-icon.no-result {
- background-position: 0px -48px;
- }
- .syno-sds-backupapp-scedule-enable div {
- text-overflow: ellipsis;
- overflow: hidden;
- }
- .syno-sds-backupapp-scedule-icon {
- background-image: url("../../../../public/image/index/wdgt_icn_scheduled_status.png");
- width: 24px;
- height: 24px;
- float: left;
- margin-right: 6px;
- }
- .syno-sds-backupapp-scedule-icon.schedule-inactive {
- background-position: 0px -144px;
- }
- .syno-sds-backupapp-scedule-enable div {
- text-overflow: ellipsis;
- overflow: hidden;
- }
- .syno-sds-backupapp-scedule-title {
- width: 134px;
- float: left;
- }
- .syno-sds-backupapp-scedule-time {
- width: 114px;
- float: right;
- text-align: right;
- }
- .syno-sds-backupapp-scedule-enable div {
- text-overflow: ellipsis;
- overflow: hidden;
- }
- /* 最新日志 */
- .sds-widget-gridpanel .x-grid3-row {
- -webkit-text-size-adjust: none;
- font-size: 12px;
- border-width: 0;
- background-color: transparent;
- }
- .sds-widget-gridpanel .x-grid3-cell-inner {
- text-overflow: ellipsis;
- }
- .sds-widget-gridpanel .x-grid3-row .x-grid3-cell-inner {
- height: 28px;
- padding: 0px;
- line-height: 28px;
- }
- .sds-sysinfo-widget-icon,
- .syno-sysinfo-file-change-log,
- .sds-recentlog-loglevel,
- .syno-crrentconn-icon {
- background-image: url('../../../../public/image/index/minIcon.png');
- background-position: 0 0;
- background-repeat: no-repeat;
- width: 24px;
- height: 24px;
- margin: 2px 6px 2px 7px;
- float: left;
- }
- .log-info {
- color: #414b55;
- }
- .sds-recentlog-loglevel.log-info {
- background-position: 0 -24px;
- }
- /* 计划的任务 */
- .syno-taskscheduler-enable-taskicon,
- .syno-taskscheduler-disable-taskicon {
- background-image: url("../../../../public/image/index/wdgt_icn_items.png");
- width: 24px;
- height: 24px;
- margin: 2px 6px 2px 7px;
- float: left;
- background-position: 0 -144px;
- }
- /* 已连接用户 */
- .syno-crrentconn-split {
- background-image: url('../../../../public/image/index/minIcon.png');
- background-position: 0 -372px;
- width: 2px;
- height: 28px;
- float: left;
- }
- .syno-sysinfo-disconn-button ,.syno-sysinfo-conn-button {
- background-image: url('../../../../public/image/index/minIcon.png') !important;
- background-position: -2px -372px;
- width: 24px;
- height: 24px;
- cursor: pointer;
- margin: 2px 8px 2px 8px;
- }
- .syno-sysinfo-conn-button {
- background-position: 34px -372px;
- }
- .syno-sysinfo-disconn-button:hover{
- background-position: -2px -396px;
- }
- .syno-sysinfo-disconn-button:active{
- background-position: -2px -420px;
- }
- .syno-sysinfo-conn-button:hover{
- background-position: 34px -396px;
- }
- .syno-sysinfo-conn-button:active{
- background-position: 34px -420px;
- }
- /* 存储 */
- .sds-widget-gridpanel.sys-storage-grid .x-grid3-row .x-grid3-cell-inner {
- height: 82px !important;
- }
- .sds-widget-gridpanel.sys-storage-grid .x-grid3-row .syno-sysinfo-storage-usage-volume-box {
- margin: 0 8px 0px 10px;
- padding-top: 8px;
- padding-bottom: 8px;
- height: 64px;
- }
- .sds-widget-gridpanel.sys-storage-grid .x-grid3-row .syno-sysinfo-storage-usage-volume-box .icon-block {
- position: relative;
- display: inline-block;
- width: 40px;
- height: 64px;
- margin-right: 18px;
- }
- .sds-widget-gridpanel.sys-storage-grid .x-grid3-row .syno-sysinfo-storage-usage-volume-box .icon-block .icon-volume-img {
- position: absolute;
- width: 40px;
- height: 40px;
- top: 9px;
- background-image: url("../../../../public/image/index/wdgt_icn_volume.png");
- }
- .sds-widget-gridpanel.sys-storage-grid .x-grid3-row .syno-sysinfo-storage-usage-volume-box .icon-block .icon-volume-status {
- position: absolute;
- width: 24px;
- height: 24px;
- top: 31px;
- left: 22px;
- background-image: url('../../../../public/image/index/minIcon.png');
- background-position: -26px -372px;
- }
- .sds-widget-gridpanel.sys-storage-grid .x-grid3-row .syno-sysinfo-storage-usage-volume-box .data-block {
- display: inline-block;
- font-size: 12px;
- vertical-align: top;
- position: relative;
- width: 200px;
- }
- .sds-widget-gridpanel.sys-storage-grid .x-grid3-row .syno-sysinfo-storage-usage-volume-box .data-block .volume-name-status, .syno-sysinfo-system-health-mini .system-health-widget-mini-hostname {
- font-weight: 700;
- }
- .sds-widget-gridpanel.sys-storage-grid .x-grid3-row .syno-sysinfo-storage-usage-volume-box .data-block .volume-name-status {
- line-height: 24px;
- color: #414b55;
- }
- .sds-widget-gridpanel.sys-storage-grid .x-grid3-row .syno-sysinfo-storage-usage-volume-box .data-block .usage-bar-container {
- position: relative;
- height: 20px;
- }
- .sds-widget-gridpanel.sys-storage-grid .x-grid3-row .syno-sysinfo-storage-usage-volume-box .data-block .usage-bar-container .usage-bar-bg {
- position: absolute;
- top: 6px;
- width: 200px;
- height: 8px;
- background-color: rgba(34, 38, 54, 0.1);
- border-radius: 4px;
- overflow: hidden;
- }
- .sds-widget-gridpanel.sys-storage-grid .x-grid3-row .syno-sysinfo-storage-usage-volume-box .data-block .usage-bar-container .usage-bar-fill {
- height: 8px;
- background-color: #057FEB;
- }
- .sds-widget-gridpanel.sys-storage-grid .x-grid3-row .syno-sysinfo-storage-usage-volume-box .data-block .usage-text {
- line-height: 20px;
- color: #414b55;
- }
- .sds-widget-gridpanel.sys-storage-grid .x-grid3-row .syno-sysinfo-storage-usage-volume-box .data-block .usage-text .usage-used-text {
- color: #057FEB;
- }
- .sds-widget-gridpanel.sys-storage-grid .x-grid3-row .syno-sysinfo-storage-usage-volume-box .data-block .usage-ratio-text {
- position: absolute;
- right: 0;
- bottom: 0;
- line-height: 20px;
- color: #414b55;
- }
- /* 空固定窗 */
- .v-widget-list .v-widget-list-empty{
- margin: auto;
- }
- .v-widget-list .v-widget-list-empty .v-widget-list-empty-img {
- margin: auto;
- height: 120px;
- width: 120px;
- background-image: url(../../../image/index/fixWindowEmpty.png);
- background-size: 120px 120px;
- }
- .v-widget-list .v-widget-list-empty .v-widget-list-empty-content {
- margin-top: 10px;
- color: #96a0aa;
- line-height: 24px;
- }
- /* 侧边滑动栏 */
- .v-widget-window .v-ps .ps__rail-y {
- opacity: 1;
- }
- .v-widget-window .v-ps .ps__rail-y .ps__thumb-y {
- right: 2px;
- background-color: rgba(255, 255, 255, 0.3);
- }
- .v-widget-window .v-ps {
- padding-right: 0;
- }
- .v-ps .ps__rail-x:hover>.ps__thumb-x,
- .v-ps .ps__rail-x:focus>.ps__thumb-x,
- .v-ps .ps__rail-x.ps--clicking.ps__thumb-x {
- background-color: rgba(255, 255, 255, 0.8)
- }
- .v-ps .ps__rail-y:hover>.ps__thumb-y,
- .v-ps .ps__rail-y:focus>.ps__thumb-y,
- .v-ps .ps__rail-y.ps--clicking.ps__thumb-y {
- background-color: rgba(255, 255, 255, 0.8)
- }
- @media screen and (max-height: 456px){
- #sds-desktop .v-widget-window .v-widget-items-wrapper{
- height: calc(100vh - 42px) !important;
- }
- #sds-desktop .v-widget-window{
- height: calc(100vh - 10px) !important;
- }
- }
- /* 套件中心弹出框 */
- /* .tjDetail{
- display: none;
- } */
- .sds-window-v5 .x-tool-help {
- background-image: url("../../../image/index//wdheader_bt_help.png");
- }
- .sds-window-v5 .x-tool-restore {
- background-image: url("../../../image/index/windowRestore.png");
- }
- .sds-window-v5.x-window .x-toolbar-cell .x-btn {
- margin: 0px;
- }
- .synopkg-icon-btn .synopkg-btn-icon {
- width: 24px !important;
- height: 24px !important;
- padding: 0 !important;
- margin: 2px 3px !important;
- }
- .synopkg-icon-btn {
- height: 28px !important;
- width: 30px !important;
- background: rgba(198,212,224,0.4);
- border-radius: 3px;
- border: none;
- }
- .synopkg-toolbar .synopkg-toolbar-back-btn {
- margin: 0 !important;
- border-right: 1px solid rgba(198,212,224,0.9);
- border-radius: 3px 0 0 3px;
- }
- .synopkg-toolbar .synopkg-toolbar-next-btn {
- border-radius: 0 3px 3px 0;
- }
- .synopkg-toolbar .synopkg-toolbar-back-btn.x-item-disabled {
- border-right: 1px solid rgba(198,212,224,0.5);
- }
- .sds-window-v5 .x-tool-minimize {
- background-image: url("../../../image/index/wdheader_bt_minimize.png");
- }
- .synopkg-toolbar .synopkg-toolbar-back-btn .synopkg-toolbar-back-icon {
- background-image: url('../../../image/index/sprite-s19f0e38f3d.png');
- background-position: 0 -248px;
- }
- .synopkg-toolbar .synopkg-toolbar-next-btn .synopkg-toolbar-next-icon {
- background-image: url('../../../image/index/sprite-s19f0e38f3d.png');
- background-position: 0 -296px;
- }
- .synopkg-toolbar .synopkg-toolbar-refresh-icon {
- background-image: url('../../../image/index/sprite-s19f0e38f3d.png');
- background-position: 10px 0;
- }
- .synopkg-toolbar .syno-ux-textfilter {
- width: 100%;
- }
- /* 选择固定窗口的子窗口 */
- .v-menu .v-menu-item-select-selected .v-icon {
- background-image: url(../../../image/index/select.png);
- }
|