123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
-
- /*头部导航*/
- .sp-wrapper-head{background-color:#424242 !important;color:#f4f4f4;}/*3C3D46*//*00cdb1*/
- .sp-wrapper-head .sp-wrapper-head-col{border-left:1px solid #625a5a;}
- .sp-wrapper-head-col:hover{background:#333 !important;}
- .sp-wrapper-head-col:hover .sp-wrapper-head-col-span{color:#00bcf2 !important;}
- .sp-wrapper-head-col:hover .sp-wrapper-head-col-span i{color:#00bcf2 !important;}
- .sp-wrapper-head .sp-wrapper-head-sub i{color:#333;}
- /*主标题*/
- .sp-wrapper-head .sp-wrapper-head-left .sp-wrapper-head-title{ color:#00bcf2;}
- /*左侧*/
- .sp-wrapper-left{background-color:#282822 !important;}
- .sp-leftmenu .sp-leftmenu-switch i{color:#bbb;}
- .sp-leftmenu .sp-leftmenu-switch:hover i{color:#fff;}
- .sp-leftmenu{background-color:#282822;}
- .sp-leftmenu ul li .sp-leftmenu-active{background-color:#292924 !important;border-left:none;color:#00bcf2;}
- .sp-leftmenu ul li .sp-leftmenu-active i{color:#00bcf2 !important;}
- .sp-leftmenu ul li .sp-leftmenu-active:hover{color:#27c4dd;}
- /*一级one 二级two 三级three 四级four 五级five*/
- .sp-leftmenu .sp-leftmenu-first>a{background-color:#282822;color:#bbb;border-bottom:none;}
- .sp-leftmenu .sp-leftmenu-first>a:hover{background-color:#282822;color:#fff;}
- .sp-leftmenu .sp-leftmenu-second>a{background-color:#2f2f29;color:#bbb;border-bottom:none;}
- .sp-leftmenu .sp-leftmenu-second>a:hover{color:#00bcf2;background-color:#2f2f29;}
- .sp-leftmenu .sp-leftmenu-third>a{background-color:#35352f;color:#ccc;border-bottom:none; white-space:nowrap; word-break:keep-all;}
- .sp-leftmenu .sp-leftmenu-third>a:hover{background-color:#35352f; color:#00bcf2;}
- .sp-leftmenu .sp-leftmenu-fourth>a{background-color:#3b3b34;border-bottom:none;color:#ccc;}
- .sp-leftmenu .sp-leftmenu-fourth>a:hover{color:#00bcf2;background-color:#3b3b34;}
- .sp-leftmenu .sp-leftmenu-fifth>a{background-color:#414139;color:#ccc;}
- .sp-leftmenu .sp-leftmenu-fifth>a:hover{color:#00bcf2;background-color:#414139;}
- .sp-leftmenu .leftmenuClick{color:#00bcf2 !important;}
- /**折叠后**/
- .sp-leftmenu-fold .sp-leftmenu-first>a:hover .sp-leftmenu-ltitle{position:absolute;display:block !important;width:100px;text-indent:2px;line-height:38px;background-color:#282822;margin-left:39px;z-index:30;}
|