/**
|
公司的项目单独的样式,即与layui无关,而是项目上需要的样式
|
请遵从此文件的要求
|
@autor weidy
|
*/
|
|
.layui-bg-vcimenu{
|
background-color:#f5f5f5;
|
overflow-y:auto;
|
}
|
|
|
.layui-vci-portal-topbar{
|
border-bottom: 1px solid #9F9F9F !important;
|
}
|
.layui-bg-208 .layui-nav-more{
|
border-top-color:#0F0E0E !important;
|
}
|
/*主页中的配置*/
|
.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;
|
font-size: 8px;
|
word-wrap:break-word;
|
}
|
|
/*待办事项*/
|
.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 5px 0;
|
background-color: #f8f8f8;
|
color: #999;
|
border-radius: 2px;
|
transition: all .3s;
|
-webkit-transition: all .3s;
|
}
|
|
.layui-vci-undotask h3{
|
padding-bottom: 5px;
|
font-size: 14px;
|
text-align:center;
|
white-space:nowrap;
|
-ms-text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
overflow:hidden;
|
}
|
|
.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-release{
|
line-height: initial;
|
position: absolute;
|
right: 35px;
|
top: 50%;
|
margin-top: -7px;
|
cursor: pointer;
|
}
|
|
/*任务完成统计挂件去除重叠*/
|
.layui-vci-workfinishPortlet{
|
padding-top: 5px;
|
}
|
/*显示文本,实际去除重叠的地方*/
|
.layui-vci-workfinishPortlet h3{
|
position: absolute;
|
right: 0;
|
top: -35px;
|
color: #999;
|
font-size: 14px;
|
}
|
.layui-vci-workfinishPortlet .layui-progress{
|
margin: 50px 0 60px;
|
}
|
.layui-vci-workfinishPortlet .layui-progress-bar{
|
text-align: left;
|
}
|
.layui-vci-workfinishPortlet .layui-progress-text{
|
top: -35px;
|
line-height: 26px;
|
font-size: 26px;
|
}
|
|
.layui-vci-sessionRemind{
|
position: fixed;
|
top: 0px;
|
left: 0px;
|
width: 100%;
|
height:50px;
|
line-height: 50px;
|
z-index: 100000;
|
background: #fff;
|
color: RED;
|
font-size: 28px;
|
display: none;
|
text-align: center;
|
}
|
.layui-vci-sessionRemind span{
|
display: inline-block;
|
padding-left: 20px;
|
margin-right:10px;
|
}
|
|
.layui-vci-sessionRemind span img{
|
width:34px;
|
height: 34px;
|
}
|
.layui-vci-warning{
|
position: fixed;
|
top: 0px;
|
left: 0px;
|
width: 100%;
|
height:50px;
|
line-height: 50px;
|
z-index: 100001;
|
background: #fff;
|
color: RED;
|
font-size: 28px;
|
display: none;
|
text-align: center;
|
}
|
.layui-vci-warning span{
|
display: inline-block;
|
padding-left: 20px;
|
margin-right:10px;
|
}
|
[name=orderorgnamelink] {
|
text-decoration: underline;
|
color:blue;
|
}
|
|
|
.worker-head-icon {
|
position: absolute;
|
right: 15px;
|
top: 8px;
|
}
|
.worker-head-icon li {
|
float: left;
|
margin-left: 5px;
|
cursor: pointer;
|
}
|
.worker-head-icon li i::before {
|
font-size: 30px;
|
}
|