|
@ -0,0 +1,225 @@
|
|
|
.flex{
|
|
|
display:-webkit-box;
|
|
|
display:-webkit-flex;
|
|
|
display:flex;
|
|
|
}
|
|
|
.flex-sp-b{
|
|
|
justify-content: space-between;
|
|
|
-webkit-justify-content: space-between;
|
|
|
}
|
|
|
.flex-sp-a{
|
|
|
justify-content: space-around;
|
|
|
-webkit-justify-content: space-around;
|
|
|
}
|
|
|
.flex-sp-c{
|
|
|
justify-content: center;
|
|
|
-webkit-justify-content: center;
|
|
|
}
|
|
|
.flex-sp-end{
|
|
|
justify-content: flex-end;
|
|
|
-webkit-justify-content: flex-end;
|
|
|
}
|
|
|
.flex-cz-c{
|
|
|
-webkit-align-items:center;
|
|
|
align-items:center;
|
|
|
}
|
|
|
#maingrid{
|
|
|
margin-top: 20px;margin-bottom: 35px;
|
|
|
}
|
|
|
.icon-search:before{
|
|
|
display: none;
|
|
|
}
|
|
|
.icon {
|
|
|
width: 20px;
|
|
|
height: 20px;
|
|
|
vertical-align: sub;
|
|
|
background-size: 100% 100%;
|
|
|
background-repeat: no-repeat;
|
|
|
display: inline-block;
|
|
|
}
|
|
|
|
|
|
.icon15 {
|
|
|
width: 15px;
|
|
|
height: 15px;
|
|
|
}
|
|
|
|
|
|
.icon30 {
|
|
|
width: 34px;
|
|
|
height: 34px;
|
|
|
}
|
|
|
|
|
|
.icon-search {
|
|
|
background-image: url(../images/sousuo_btn.png);
|
|
|
background-size: 100% 100%;
|
|
|
}
|
|
|
|
|
|
.icon-delete {
|
|
|
background-image: url(../images/delete.png);
|
|
|
background-size: 100% 100%;
|
|
|
}
|
|
|
|
|
|
.input-group-addon {
|
|
|
width: 34px !important;
|
|
|
height: 34px;
|
|
|
padding: 0;
|
|
|
background-color: #f0f5f7;
|
|
|
border: none !important;
|
|
|
}
|
|
|
|
|
|
.font-12 {
|
|
|
font-size: 12px;
|
|
|
}
|
|
|
|
|
|
.btn-hover-none {
|
|
|
background-color: #fff;
|
|
|
}
|
|
|
|
|
|
.btn-hover-none:hover {
|
|
|
background-color: #fff;
|
|
|
}
|
|
|
|
|
|
.btn-radius-none {
|
|
|
border-radius: 0px;
|
|
|
}
|
|
|
|
|
|
.w130 {
|
|
|
width: 130px;
|
|
|
}
|
|
|
|
|
|
.h30 {
|
|
|
height: 30px;
|
|
|
line-height: 30px;
|
|
|
padding: 0;
|
|
|
}
|
|
|
|
|
|
.w30 {
|
|
|
width: 30px;
|
|
|
}
|
|
|
|
|
|
.w320 {
|
|
|
width: 320px;
|
|
|
}
|
|
|
|
|
|
.ml40{
|
|
|
margin-left: 40px!important;
|
|
|
}
|
|
|
.btn-group {
|
|
|
margin-left: 20px;
|
|
|
}
|
|
|
|
|
|
.content {
|
|
|
padding-top: 20px;
|
|
|
}
|
|
|
|
|
|
.text-align-left {
|
|
|
text-align: left;
|
|
|
text-indent: 1em;
|
|
|
}
|
|
|
|
|
|
.btn {
|
|
|
font-size: 12px;
|
|
|
}
|
|
|
|
|
|
.search {
|
|
|
display: inline-block;
|
|
|
margin-left: 20px;
|
|
|
}
|
|
|
|
|
|
.search .btn {
|
|
|
width: 90px;
|
|
|
margin-left: 20px;
|
|
|
}
|
|
|
|
|
|
.pull-right .btn {
|
|
|
margin-right: 20px;
|
|
|
}
|
|
|
.l-grid1 .l-grid-header .l-grid-header-table{
|
|
|
height: 75px;
|
|
|
}
|
|
|
.l-grid-header{
|
|
|
height: 75px !important;
|
|
|
background-color: #edf6fa!important;
|
|
|
background-image: none!important;
|
|
|
}
|
|
|
.l-grid2 .l-grid-header-table .l-grid-hd-row:nth-child(2) .l-grid-hd-cell:nth-child(3) .l-grid-hd-cell-inner{
|
|
|
height: auto !important;
|
|
|
}
|
|
|
.l-selected .l-grid-row-cell, .l-selected{
|
|
|
background-color: rgb(220, 248, 168);
|
|
|
}
|
|
|
.l-grid-hd-cell-text{
|
|
|
font-weight: bold;
|
|
|
}
|
|
|
.l-panel-bar{
|
|
|
position: fixed;bottom: 0;left: 0;width: 100%;
|
|
|
}
|
|
|
.l-grid-row{
|
|
|
height: 80px;
|
|
|
}
|
|
|
.l-grid-row-cell-last div{
|
|
|
height: 79px!important;box-sizing: border-box;
|
|
|
padding-top:20px;
|
|
|
}
|
|
|
.l-grid-row-cell-last input{
|
|
|
background-color: transparent;border: none;
|
|
|
width: 32%;font-size: 12px;color: #2d9bd2;
|
|
|
}
|
|
|
.l-grid-row-cell-last input.delete{
|
|
|
color: #eb4b3c;
|
|
|
}
|
|
|
.lay{
|
|
|
width: 680px;
|
|
|
}
|
|
|
.lay .title{
|
|
|
width: 680px;height: 40px;line-height: 40px;background-color: #fff;background-color: #2d9bd2;
|
|
|
font-size: 14px;color: #fff;padding-left: 20px;padding-right: 10px;
|
|
|
}
|
|
|
.lay .info{
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
.lay .info .info-title{
|
|
|
font-size: 14px;color: #333;font-weight: bold;padding: 20px;
|
|
|
}
|
|
|
.lay .info .info-left{
|
|
|
width: 360px;float: left;
|
|
|
}
|
|
|
.lay .info .info-right{
|
|
|
width: 320px;float: right;padding-right: 45px;height: 553px;
|
|
|
}
|
|
|
.lay .info .input{
|
|
|
text-align: right;margin-bottom: 10px;
|
|
|
}
|
|
|
.lay .info .input label{
|
|
|
font-size: 12px;color: #323232;
|
|
|
}
|
|
|
.lay .info .info-left .input input{
|
|
|
width: 267px;height: 30px;
|
|
|
}
|
|
|
.lay .info .info-right .input input{
|
|
|
width: 180px;height: 30px;
|
|
|
}
|
|
|
.lay .info .info-left .input textarea{
|
|
|
width: 267px;height: 100px;resize:none
|
|
|
}
|
|
|
.lay .info .info-right .input textarea{
|
|
|
width: 180px;height: 116px;resize:none
|
|
|
}
|
|
|
.layui-form-label{
|
|
|
font-size: 12px!important;color: #323232!important;font-weight: bold!important;
|
|
|
padding: 0;height: 36px;line-height: 40px;margin-left: 9px;
|
|
|
}
|
|
|
.layui-input-block{
|
|
|
margin-left: 95px;
|
|
|
}
|
|
|
.lay .info .info-right .info-right-title{
|
|
|
font-size: 12px;color: #323232;font-weight: bold;padding-left: 40px;margin-bottom: 10px;
|
|
|
}
|
|
|
.lay .info .info-bottom{
|
|
|
text-align: center;
|
|
|
}
|
|
|
.lay .info .info-bottom .layui-btn{
|
|
|
box-sizing: border-box;width: 100px;color: #fff;
|
|
|
}
|
|
|
.layui-form-checkbox[lay-skin=primary]{
|
|
|
height: 30px!important;
|
|
|
}
|