/**
|
用来覆盖layui本身的样式
|
请将所有修改layui中的样式加到这个文件中,方便layui升级
|
@autor weidy
|
*/
|
|
|
/*首页的北区高度,从60修改为50*/
|
.layui-layout-admin .layui-logo {
|
line-height:45px;
|
height:45px;
|
width: auto;
|
}
|
|
/*全文检索框*/
|
.layui-layout-admin .layui-input-search{
|
display: inline-block;
|
vertical-align: middle;
|
height: 32px;
|
border: none;
|
cursor: text;
|
}
|
.layui-layout-admin .layui-header{
|
background-color:#FFF!important;
|
color:#000!important;
|
height:45px;
|
}
|
.layui-layout-admin .layui-header a{
|
color:#000!important;
|
}
|
.layui-layout-admin .layui-header .layui-nav-item {
|
line-height: 50px;
|
}
|
.layui-layout-admin .layui-side{
|
top:50px;
|
}
|
|
.layui-layout-admin .layui-body{
|
top:50px;
|
background-color:#f0f2f5!important;
|
}
|
.layui-layout-admin .layui-body .layui-tab-title{
|
background-color:#fff!important;
|
height: 32px;
|
}
|
.layui-col-space15{
|
margin:-5px;
|
}
|
.layui-col-space15>* {
|
padding: 8px;
|
}
|
.layui-tab-title{
|
height: 31px;
|
}
|
.layui-tab-title li {
|
line-height: 30px;
|
|
}
|
.layui-tab-title .layui-this{
|
color:#000;
|
border:1px solid #0e33d4;
|
}
|
.layui-tab-title .layui-this:after{
|
height: 31px;
|
}
|
/**
|
首页轮播下方选择点
|
*/
|
.layui-carousel-ind li{
|
background-color: #4E5465;
|
}
|
|
.layui-carousel-ind li.layui-this{
|
background-color: RED;
|
}
|
|
/**
|
修改表格的间距
|
*/
|
.layui-table-cell{
|
padding: 0 5px;
|
}
|
.layui-table-page{
|
padding: 3px 7px 0;
|
height: 35px;
|
}
|
/*
|
右键菜单样式
|
*/
|
.rightMenu{
|
background: #ffffff;
|
z-index:999;
|
}
|
.rightMenu ul{
|
width:80px;
|
padding:2px;
|
color:#333;
|
border:1px solid #eeeeee;
|
cursor:pointer;
|
}
|
.rightMenu ul li{
|
text-align:center;
|
display:block;
|
height:25px;
|
line-height:25px;
|
}
|
/**增加编辑的时候显示背景色*/
|
.layui-table-edit_notsubmit{
|
background-color:rgb(223, 220, 71) !important;
|
}
|
.side-hover dd{
|
height: auto;
|
}
|
.side-hover span:nth-of-type(2){
|
top:4px;
|
}
|
.inputMargin10{
|
margin-left:10px;
|
}
|
|
fieldset {
|
border: none;
|
padding: 0;
|
margin-left: 50px;
|
margin-right: 50px;
|
border-top: 1px solid #d4d2d2;
|
}
|
fieldset legend{
|
margin-left: 50px;
|
padding: 0 10px;
|
font-size: 14px;
|
}
|
|
fieldset legend a{
|
color: #898888;
|
}
|
|
.liucs .layui-layer-content {
|
overflow: hidden !important;
|
}
|
.layui-west {
|
width: 125px;
|
min-height: 800px;
|
background-color: #fff;
|
margin-bottom: 5px;
|
margin-right: 10px;
|
}
|
.layui-west fieldset {
|
width: 125px;
|
margin-bottom: 5px;
|
}
|
.layuiCenter {
|
overflow-y:auto;
|
background-color:#fff;
|
}
|
.layui-east {
|
width: 280px;
|
height: 815px;
|
background-color: #fff;
|
position: absolute;
|
top: 5px;
|
right: 0;
|
width: 280px;
|
}
|
|
.layui-btn-sm {
|
height: 28px;
|
line-height: 28px;
|
padding: 0 8px;
|
}
|
|
/* 表格中得按钮 weidy@2018-05-03 */
|
.layui-btn-intable{height:18px;line-height:18px;padding:0 5px; font-size:14px;background:none;color:#01AAED;text-decoration:underline;}
|
.layui-btn-intable i{font-size:12px !important;}
|
.layui-btn-intable:hover{color: #666666}
|
|
.layui-upload-drag{
|
padding: 10px;
|
}
|
|
/* 工装分解css */
|
.pdm-label {
|
line-height:20px;
|
font-size:20px;
|
text-align:center;
|
width:100%;
|
font-weight:bold;
|
text-decoration: #96C7EA;
|
}
|
|
.layui-btn-pdm {
|
height:18px;
|
line-height:32px;
|
padding:0 5px;
|
font-size:16px;
|
background:none;
|
color:#abedfc;
|
text-decoration:underline;
|
}
|
.layui-btn-pdm:hover {
|
color:#0e33d4;
|
}
|
.pdm-div {
|
font-size: 14px;
|
}
|
.pdm-div p {
|
display: inline-block;
|
width: 280px;
|
margin-bottom: 15px;
|
}
|
.pdm-div a {
|
color: #35a0fe;
|
font-size: 16px;
|
}
|
.pdm-refer {
|
margin: 0 5px;
|
position: relative;
|
float: left;
|
}
|
.pdm-refer input {
|
text-align: left;
|
width: 320px;
|
border-color: #FFB800;
|
}
|
.pdm-refer .layui-search {
|
position: absolute;
|
right: 11px;
|
top: 30%;
|
margin-top: 0px;
|
cursor: pointer;
|
font-family: "layui-icon" !important;
|
font-size: 16px;
|
font-style: normal;
|
-webkit-font-smoothing: antialiased;
|
-moz-osx-font-smoothing: grayscale;
|
}
|
.pdm-refer .layui-search::before {
|
content: "\e615";
|
}
|
|
|
|
/* 首页整体修改 */
|
.layui-layout-left {
|
left: 0px;
|
}
|
#portal_body {
|
padding: 3px;
|
}
|
#portal_head {
|
background-image: linear-gradient(to bottom, #4186ec , #0aa4de);
|
/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4186ec', endColorstr='#0aa4de',GradientType=0 ); */
|
color: #fff !important;
|
}
|
#portal_head a {
|
color: #fff !important;
|
height: 45px !important;
|
line-height: 45px !important;
|
}
|
#portal_head dl {
|
background-image: linear-gradient(to bottom, #4186ec , #0aa4de);
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4186ec', endColorstr='#0aa4de',GradientType=0 );
|
color: #fff !important;
|
}
|
#portal_head .layui-nav-more {
|
right: -7px;
|
}
|
|
.bgcolor {
|
width: 100%;
|
height: 45px;
|
background-image: linear-gradient(to bottom, #4186ec , #0aa4de);
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4186ec', endColorstr='#0aa4de',GradientType=0 );
|
}
|
|
|
.layui-card{
|
border-radius: 10px;
|
}
|
.layui-card-header {
|
font-size: 14px;
|
border-bottom: 1px solid #96c7ea
|
}
|
.layui-nav .layui-nav-item a {
|
padding: 0 10px;
|
line-height: 35px;
|
height: 35px;
|
}
|
|
.layui-nav {
|
background: #fff;
|
}
|
.layui-nav a {
|
color: #000 !important;
|
}
|
|
#portal_menu_tree .layui-nav-more {
|
position: absolute;
|
top: 50%;
|
right: 3px;
|
margin-top: -3px;
|
border-width: 6px;
|
border-top-style: solid;
|
border-top-color: rgb(2, 0, 0) !important;
|
border-top-color: rgba(29, 25, 25, 0.7);
|
}
|
#portal_menu_tree .layui-nav-itemed .layui-nav-more {
|
border-top-color:#000;
|
|
}
|
.layui-nav-itemed >a {
|
background: #00d2eb !important;
|
color: #fff !important;
|
}
|
|
|
#portal_menu_tree .layui-nav-child dd.layui-this {
|
background: #00d2eb !important;
|
background-image: linear-gradient(to right, #00d2eb , #4facfe);
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d2eb', endColorstr='#4facfe',GradientType=1 );
|
}
|
#portal_menu_tree .layui-nav-child dd.layui-this a {
|
background: #00d2eb !important;
|
background-image: linear-gradient(to right, #00d2eb , #4facfe);
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d2eb', endColorstr='#4facfe',GradientType=1 );
|
color: #fff !important;
|
}
|
/* .layui-nav-itemed .layui-this{
|
background: #00d2eb !important;
|
color: #fff !important;
|
} */
|
#portal_menu_tree .layui-nav li:hover{
|
background: #d4d8d8 !important;
|
}
|
#portal_menu_tree .layui-nav li a:hover{
|
background: #d4d8d8 !important;
|
}
|
|
#portal_menu_tree .layui-nav-itemed>.layui-nav-child {
|
background-color: #d4d8d8 !important;
|
background-image: linear-gradient(to right, #d4d8d8 , #fff);
|
}
|
|
#portal_menu_tree .layui-nav-item a:hover{
|
background: #d4d8d8 !important;
|
}
|
|
table th {
|
height: 35px;
|
background: #1a9ce2 !important;
|
color: #fff;
|
}
|
.layui-upload-list .layui-table th, .layui-upload-list .layui-table td{
|
padding: 5px 10px;
|
height: 20px;
|
}
|
|
table .layui-table-sort .layui-table-sort-asc {
|
border-bottom-color: #fff !important;
|
}
|
table .layui-table-sort .layui-table-sort-desc {
|
border-top-color: #fff !important;
|
}
|
table .layui-table-sort[lay-sort="asc"] .layui-table-sort-asc {
|
border-bottom-color: #b2b2b2 !important;
|
}
|
table .layui-table-sort[lay-sort="desc"] .layui-table-sort-desc {
|
border-top-color: #b2b2b2 !important;
|
}
|
|
table .layui-table-click {
|
background-color: #e6f7ff;
|
}
|
|
.layui-btn-container button {
|
/*background: #1a9ce2;*/
|
}
|
|
.layui-layer-btn0 {
|
background-color: #00d0f5 !important;
|
}
|
.layui-layer-btn1 {
|
/*border: 1px solid #24d7f6 !important;
|
color: #24d7f6 !important;*/
|
}
|
.layui-btn-intable i{font-size:12px !important;}
|
.layui-btn-intable i{font-size:12px !important;}
|
|
.layui-tree-head{
|
cursor: pointer;
|
}
|
|
.layui-table td{
|
font-size: 12px;
|
min-height: 18px;
|
line-height: 18px;
|
}
|
.layui-tree li a, .layui-tree li .layui-tree-spread {
|
display: inline-block;
|
vertical-align: middle;
|
height: 26px;
|
line-height: 26px;
|
}
|
.layui-tree li a cite {
|
font-size: 12px;
|
}
|
|
.layui-form-label {
|
font-size: 12px;
|
font-weight: 400;
|
}
|
|
#portal_logo {
|
padding-left: 10px;
|
color: #fff;
|
font-size: 18px;
|
left: 100px;
|
}
|
|
|
|
|
/* workerMain */
|
#portal_worker {
|
position: relative;
|
padding: 10px;
|
}
|
.worker-page {
|
width: 100%;
|
height: 100%;
|
background-color: #fff;
|
}
|
|
.worker-head {
|
width: 100%;
|
height: 100px;
|
/* background-color: pink; */
|
}
|
.worker-head div:first-child {
|
/* display: inline-block; */
|
}
|
.worker-head .search {
|
margin-bottom: 20px;
|
display: inline-block;
|
width: 300px;
|
height: 35px;
|
line-height: 50px;
|
float: left;
|
/* position: relative; */
|
}
|
.worker-head .search:nth-child(2) {
|
margin-left: 155px;
|
margin-right: 90px;
|
}
|
.worker-head .search span:first-child {
|
width: 80px;
|
text-align: right;
|
}
|
.worker-head .search span:nth-child(2) {
|
width: 180px;
|
display: inline-block;
|
position: relative;
|
}
|
.worker-head .label {
|
float: left;
|
font-size: 20px;
|
line-height: 32px;
|
font-weight: bold;
|
color: #00a2ed;
|
margin-right: 5px;
|
}
|
.worker-head input {
|
float: left;
|
display: block;
|
padding: 9px 15px;
|
width: 180px;
|
font-weight: 400;
|
line-height: 20px;
|
text-align: left;
|
height: 30px;
|
border-color: #FFB800;
|
}
|
.worker-head .layui-search {
|
position: absolute;
|
right: 11px;
|
top: -10px;
|
margin-top: 0px;
|
cursor: pointer;
|
font-family: "layui-icon" !important;
|
font-size: 16px;
|
font-style: normal;
|
-webkit-font-smoothing: antialiased;
|
-moz-osx-font-smoothing: grayscale;
|
}
|
.worker-head .layui-search::before {
|
content: "\e615";
|
}
|
.worker-head .worker-btn {
|
float: left;
|
}
|
.worker-head .worker-item {
|
position: absolute;
|
right: 22px;
|
width: 140px;
|
}
|
.worker-head .worker-item p {
|
margin-bottom: 5px;
|
height: 30px;
|
line-height: 30px;
|
text-align: center;
|
}
|
.worker-head .worker-item span {
|
display: inline-block;
|
background-color: #fff;
|
color: #000;
|
width: 20px;
|
height: 14px;
|
text-align: center;
|
vertical-align:middle;
|
line-height: 14px;
|
}
|
.worker-head {}
|
.worker-head {}
|
|
|
|
.worker-main {
|
clear: both;
|
}
|
.worker-main .tableStatus {
|
width: 70px;
|
}
|
|
.worker-main td {
|
height: 30px;
|
}
|
|
.worker-footer {
|
height: 100px;
|
}
|
|
.worker-footer .worker-left {
|
float: left;
|
width: 220px;
|
height: 100px;
|
vertical-align:middle;
|
padding-top: 5px;
|
}
|
|
.worker-footer .worker-right {
|
float: left;
|
}
|
|
.soild div {
|
width: 240px;
|
height: 100px;
|
padding-top: 5px;
|
float: left;
|
text-align: center;
|
background-color: #20c6a7;
|
background-image: linear-gradient(to bottom right, #20c6a7 , #28c260);
|
border-radius: 5px;
|
box-shadow: 2px 2px 5px #909090;
|
}
|
.soild-color {
|
color: #fff9ec;
|
font-size: 9px;
|
text-align: left;
|
padding-top:2px;
|
}
|
|
|
cite {
|
color: #000 !important;
|
}
|
|
.layui-none {
|
color: #000 !important;
|
}
|
|
.layui-card-header {
|
color: #000 !important;
|
}
|
#portal_menu_tree span {
|
color: #000 !important;
|
}
|
|
html{
|
-webkit-text-size-adjust:none;
|
}
|
|
.layui-table-tips-c{
|
line-height: 16px;
|
font-size: 12px;
|
}
|