/**
|
覆盖layui样式,与dojo样式保持一致
|
请将所有修改layui中的样式加到这个文件中,方便layui升级
|
@autor wangting
|
*/
|
body{
|
background-color: #E9F4FE;
|
}
|
.layui-layer{
|
border: 1px solid #b5bcc7\0;
|
}
|
#portal_head dl{
|
background-image: none;
|
top:45px;
|
left: auto;
|
right: -25px;
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
|
}
|
.panel-header, .panel-body{
|
border: 1px solid #b5bcc7;
|
}
|
.panel-header{
|
border-bottom: none;
|
}
|
.layout-split-proxy-h{
|
cursor: col-resize;
|
background: #E1EBFB;
|
border: 0;
|
border-top: 0 solid #d3d3d3;
|
border-bottom: 0 solid #d3d3d3;
|
z-index: 5000;
|
}
|
.layui-layout-body{
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
font-size: .688em;
|
color: #131313 !important;
|
}
|
.layui-layout-admin .layui-header{
|
background: none !important;
|
}
|
#portal_head{
|
background: none;
|
color: #131313 !important;
|
padding: 5px;
|
}
|
#portal_head .bgcolor{
|
border: 1px #b5bcc7 solid;
|
background: #ffffff;
|
width: auto;
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
|
}
|
#portal_head .content{
|
position: absolute;
|
width:100%;
|
top:7px
|
}
|
#portal_logo{
|
color: #131313;
|
font-weight: bold;
|
}
|
.layui-vci-portal-topbar{
|
border-bottom: none !important;
|
}
|
#portal_head a{
|
color: #131313 !important;
|
}
|
.layui-nav-bar {
|
margin-top: -3px;
|
display: none;
|
}
|
.layui-nav .layui-this:after{
|
bottom: 2px;
|
}
|
.layui-layout-admin .layui-side{
|
|
border: 1px solid #b5bcc7;
|
background-color: #ffffff;
|
}
|
.layui-layout-admin .layui-body1{
|
position: relative;
|
left: 0;
|
top:0;
|
}
|
#portal_menu > .layui-side-scroll{
|
width: 100%;
|
font-size: 12px;
|
}
|
#portal_menu_tree .layui-nav-itemed>.layui-nav-child {
|
background-color: #ffffff !important;
|
background-image: none;
|
}
|
.layui-nav-itemed >a {
|
background:none !important;
|
background-color: #d4d8d8 !important;
|
background-image: linear-gradient(to right, #d4d8d8 , #fff) !important;
|
background-repeat: repeat-x;
|
color: #000000 !important;
|
}
|
#portal_menu_tree .layui-nav-child dd.layui-this{
|
background: transparent !important;
|
}
|
#portal_menu_tree .layui-nav-child dd.layui-this a{
|
background: #bcd8f4 !important;
|
background-image: linear-gradient(#ffffff 0px, rgba(255, 255, 255, 0) 3px, rgba(255, 255, 255, 0.75) 100%);
|
}
|
#portal_menu_tree .layui-nav-more{
|
right: 10px;
|
}
|
|
.layui-tab-title{
|
border: 0;
|
height: 32px;
|
}
|
.layui-tab-title li{
|
border: 1px solid #b5bcc7;
|
background-color: #efefef;
|
-webkit-transition-property: background-color, border;
|
-moz-transition-property: background-color, border;
|
transition-property: background-color, border;
|
-webkit-transition-duration: 0.35s;
|
-moz-transition-duration: 0.35s;
|
transition-duration: 0.35s;
|
color: #494949;
|
top: 3px;
|
margin-right: 1px;
|
padding: 3px 6px;
|
border-bottom-width: 0;
|
min-width: 60px;
|
text-align: center;
|
background-image: url("../images/base/tabTopUnselected.png");
|
background-repeat: repeat-x;
|
background-image: -moz-linear-gradient(top, #ffffff 0px, #ffffff 1px, rgba(255, 255, 255, 0.1) 2px, rgba(255, 255, 255, 0.6) 7px, rgba(255, 255, 255, 0) 100%);
|
background-image: -webkit-linear-gradient(top, #ffffff 0px, #ffffff 1px, rgba(255, 255, 255, 0.1) 2px, rgba(255, 255, 255, 0.6) 7px, rgba(255, 255, 255, 0) 100%);
|
background-image: -o-linear-gradient(top, #ffffff 0px, #ffffff 1px, rgba(255, 255, 255, 0.1) 2px, rgba(255, 255, 255, 0.6) 7px, rgba(255, 255, 255, 0) 100%);
|
background-image: linear-gradient(top, #ffffff 0px, #ffffff 1px, rgba(255, 255, 255, 0.1) 2px, rgba(255, 255, 255, 0.6) 7px, rgba(255, 255, 255, 0) 100%);
|
-webkit-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.04);
|
-moz-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.04);
|
box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.04);
|
-moz-border-radius: 2px 2px 0 0;
|
border-radius: 2px 2px 0 0;
|
line-height: 18px;
|
}
|
.layui-tab-title li:hover{
|
border-color: #759dc0;
|
background-color: #abd6ff;
|
-webkit-transition-duration: 0.25s;
|
-moz-transition-duration: 0.25s;
|
transition-duration: 0.25s;
|
color: #000000;
|
}
|
.layui-tab-title li:active{
|
border-color: #759dc0;
|
background-color: #7dbdfa;
|
color: #000000;
|
-webkit-transition-duration: 0.1s;
|
-moz-transition-duration: 0.1s;
|
transition-duration: 0.1s;
|
}
|
.layui-tab-title li.layui-this{
|
padding-bottom: 2px;
|
padding-top: 9px;
|
border-color: #b5bcc7;
|
background-color: #cfe5fa;
|
color: #000000;
|
top:1px;
|
border-bottom: 0;
|
background-image: url("../images/base/tabTopSelected.png");
|
background-image: -moz-linear-gradient(top, #ffffff 0px, #ffffff 1px, rgba(255, 255, 255, 0) 2px, #ffffff 7px);
|
background-image: -webkit-linear-gradient(top, #ffffff 0px, #ffffff 1px, rgba(255, 255, 255, 0) 2px, #ffffff 7px);
|
background-image: -o-linear-gradient(top, #ffffff 0px, #ffffff 1px, rgba(255, 255, 255, 0) 2px, #ffffff 7px);
|
background-image: linear-gradient(top, #ffffff 0px, #ffffff 1px, rgba(255, 255, 255, 0) 2px, #ffffff 7px);
|
-webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.05);
|
-moz-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.05);
|
box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.05);
|
z-index: 1;
|
}
|
.UIContentLayout .layui-tab-title li{
|
top:4px;
|
}
|
.UIContentLayout .layui-tab-title li.layui-this{
|
top:3px;
|
}
|
.layui-tab-content{
|
border-top: 1px solid #b5bcc7;
|
padding: 5px 0;
|
}
|
|
.layui-table-page {
|
padding: 3px 7px;
|
height: 32px;
|
}
|
.layui-table-page .layui-laypage a, .layui-table-page .layui-laypage span {
|
height: 24px;
|
line-height: 24px;
|
}
|
.layui-table-page .layui-laypage input, .layui-table-page .layui-laypage button {
|
height: 24px;
|
line-height: 24px;
|
}
|
.layui-laypage select {
|
padding: 2px 3px;
|
}
|
.layui-table {
|
color:#000;
|
}
|
.layui-table thead tr{
|
background-color:#C6E2FF
|
}
|
.layui-table th{
|
line-height:29px;
|
height:29px;
|
background: url(../images/base/tabBottomEnabledC.gif) #e9e9e9 repeat-x top !important;
|
background-size: auto 100%;
|
color: #000000;
|
}
|
.layui-table-header{
|
border-style: dotted;
|
border-color: rgb(213, 205, 181);
|
}
|
.layui-table-header .layui-table{
|
margin-bottom: 0;
|
}
|
.layui-table-view .layui-table th, .layui-table-view .layui-table td{
|
border-width: 1px;
|
border-style: dotted;
|
border-color: transparent rgb(213, 205, 181) rgb(213, 205, 181) transparent;
|
font-size: 12px;
|
padding: 0;
|
background-clip:padding-box !important;
|
position: relative;
|
}
|
.layui-table-view .layui-table th{
|
padding-bottom: 0px;
|
border-color: transparent #ACA899 #919191 transparent;
|
background-color: #ffffff !important;
|
}
|
.layui-table-view .layui-table[lay-even] tr:nth-child(even) td{
|
background-color:#F0F8FF
|
}
|
.layui-table-view .layui-table .tr_even td{
|
background-color:#F0F8FF
|
}
|
.layui-table-select td{
|
background-color: #aec7e3 !important;
|
}
|
.layui-table-cell,.layui-upload-list .layui-table td{
|
height: auto;
|
padding: 4px 5px;
|
position:relative;
|
}
|
.layui-table-view .layui-table td .layui-table-cell,.layui-upload-list .layui-table td{
|
/*overflow: auto;
|
text-overflow: inherit;
|
white-space: inherit;*/
|
}
|
button.layui-btn{
|
border: 1px solid #8ba0bd;
|
border-bottom: 1px solid #657c9c;
|
padding: 0.05em 0.3em 0.2em 0.2em;
|
background: #bcd5f0 url(../images/base/buttonEnabled.png) repeat-x top left;
|
color: #000000;
|
}
|
button.layui-btn:hover{
|
color:#243C5F;
|
opacity: 1;
|
filter: alpha(opacity=100);
|
background:#acc5e2 url("../images/base/buttonHover.png") repeat-x top left;
|
}
|
button.layui-btn-disabled, button.layui-btn-disabled:active, button.layui-btn-disabled:hover {
|
border-color: #eee!important;
|
background: #FBFBFB!important;
|
color: #d2d2d2!important;
|
cursor: not-allowed!important;
|
opacity: 1;
|
}
|
|
.layui-transfer-active button.layui-btn{
|
color: #333333;
|
border: 1px solid #8ba0bd;
|
}
|
.layui-transfer-active button.layui-btn-disabled {
|
color: #C9C9C9;
|
}
|
.layui-layer .layui-layer-btn {
|
padding: 5px 10px 10px;
|
border-top: 1px solid #E9E7E7;
|
}
|
.layui-btn-group .layui-btn:first-child{
|
border-left: 1px solid #8ba0bd;
|
}
|
|
.layui-laydate, .layui-laydate-hint {
|
background-color: #cfe5fa;
|
color: #333;
|
border: solid 1px #b5bcc7;
|
border-collapse: separate;
|
-moz-border-radius: 4px;
|
border-radius: 4px;
|
}
|
.layui-laydate-header {
|
border-bottom: 1px solid #b5bcc7;
|
padding-top: 5px;
|
}
|
.layui-laydate-header i{
|
font-size: 14px;
|
top:5px
|
}
|
.layui-laydate-content{
|
padding: 5px 10px 10px;
|
}
|
.layui-laydate-content .laydate-day-prev, .layui-laydate-content .laydate-day-next {
|
color: #759dc0;
|
background-color: #e5f2fe;
|
}
|
.layui-laydate-content table th{
|
background-color: #cfe5fa !important;
|
font-weight: bold;
|
color: #000000;
|
}
|
.layui-laydate-content td {
|
background-color: #ffffff;
|
}
|
.layui-laydate .layui-this {
|
background-color: #abd6ff !important;
|
color: #000 !important;
|
}
|
|
.layui-table-sort{
|
display: inline;
|
}
|
.layui-table-sort .layui-table-sort-asc{
|
top:1px;
|
}
|
.layui-table-sort .layui-table-sort-desc{
|
bottom: 1px;
|
}
|
|
.layout-button-up {
|
background: url('../images/base/layout_arrows.png') no-repeat -16px -16px;
|
}
|
.layout-button-down {
|
background: url('../images/base/layout_arrows.png') no-repeat -16px 0;
|
}
|
.layout-button-left {
|
background: url('../images/base/layout_arrows.png') no-repeat 0 0;
|
}
|
.layout-button-right {
|
background: url('../images/base/layout_arrows.png') no-repeat 0 -16px;
|
}
|