.threeSelect{
|
background-color:#009688;
|
}
|
.threeSelect a{
|
background-color:#009688;
|
}
|
|
.vciWebMenuLevel3{
|
background-color:#363A45;
|
}
|
|
.vciWebMenuLevel3 a{
|
background-color:#363A45;
|
}
|
|
.layui-bg-208{
|
background-color:#c2c2c2!important;
|
color: #0F0E0E!important;
|
}
|
|
.layui-bg-208 .logotitle{
|
color:#0F0E0E;
|
font-size:24px;
|
float:left;
|
margin-left:15px;
|
}
|
|
.layui-bg-208 .logoimg{
|
line-heigt:60px;
|
float:left;
|
margin-top:10px;
|
}
|
|
.layui-bg-208 i{
|
color:#0F0E0E;
|
}
|
.layui-bg-208 a{
|
color:#0F0E0E !important;
|
}
|
.layui-bg-208 .layui-nav-more{
|
border-top-color:#0F0E0E !important;
|
}
|
.layui-nav-tree-menu{
|
background-color: #535459;
|
}
|
/*主页中的配置*/
|
.layui-vci-mes208-index{
|
position: relative;
|
height:100%;
|
width:100%;
|
overflow:hidden;
|
overflow-y:auto;
|
background-color:#f2f2f2;
|
}
|
|
|
/*收藏功能挂件中的配置*/
|
.layui-vci-fav {
|
margin:0 ;
|
background-color: #fff;
|
}
|
.layui-vci-fav ul{
|
background-color: #fff!important;
|
}
|
.layui-vci-fav li{
|
text-align:center;
|
color:#666;
|
}
|
.layui-vci-fav a {
|
color:#333;
|
text-decoration: none;
|
}
|
.layui-vci-fav li .layui-icon {
|
display:inline-block;
|
width:100%;
|
height: 60px;
|
line-height: 60px;
|
text-align: center;
|
-webkit-border-radius: 2px;
|
-moz-border-radius: 2px;
|
border-radius: 2px;
|
color:#333;
|
background-color: #F8F8F8;
|
-webkit-transition: all .3s;
|
}
|
.layui-vci-fav li img{
|
display:inline-block;
|
width:100%;
|
height: 60px;
|
line-height: 60px;
|
text-align: center;
|
-webkit-border-radius: 2px;
|
-moz-border-radius: 2px;
|
border-radius: 2px;
|
color:#333;
|
background-color: #F8F8F8;
|
-webkit-transition: all .3s;
|
}
|
|
.layui-vci-fav li cite{
|
position: relative;
|
top: 2px;
|
display: block;
|
color: #666;
|
text-overflow: ellipsis;
|
overflow: hidden;
|
white-space: nowrap;
|
font-size: 14px;
|
}
|
|
/*待办事项*/
|
.layui-vci-undotask {
|
margin:0 ;
|
background-color: #fff;
|
}
|
|
.layui-vci-undotask ul{
|
background-color: #fff!important;
|
}
|
.layui-vci-undotask li{
|
float: left;
|
|
}
|
.layui-vci-undotask a {
|
display: block;
|
padding: 10px 15px;
|
background-color: #f8f8f8;
|
color: #999;
|
border-radius: 2px;
|
transition: all .3s;
|
-webkit-transition: all .3s;
|
}
|
|
.layui-vci-undotask h3{
|
padding-bottom: 10px;
|
font-size: 12px;
|
}
|
|
.layui-vci-undotask cite{
|
font-style: normal;
|
font-size: 30px;
|
font-weight: 300;
|
color: #009688;
|
}
|
|
.layui-vci-undotask .vci-need-do{
|
color:#ff510f;
|
}
|
|
/*挂件的最右侧信息图标*/
|
.layui-portal-home .layui-icon-tips{
|
line-height: initial;
|
position: absolute;
|
right: 10px;
|
top: 50%;
|
margin-top: -7px;
|
cursor: pointer;
|
}
|
|
/*挂件上的进入中心的按钮*/
|
.layui-vci-mes208-index .layui-icon-logo{
|
line-height: initial;
|
position: absolute;
|
right: 35px;
|
top: 50%;
|
margin-top: -7px;
|
cursor: pointer;
|
}
|