mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-05 19:41:44 +08:00
100 lines
1.6 KiB
Plaintext
100 lines
1.6 KiB
Plaintext
bu.layui-form.layui-card {
|
|
box-shadow: none
|
|
}
|
|
|
|
.layui-layer-content .layui-form.layui-card .layui-card-body {
|
|
padding: 30px 40px 0 0
|
|
}
|
|
|
|
.layui-layer-dialog .layui-layer-content .layui-layer-ico {
|
|
top: 50% !important;
|
|
margin-top: -15px !important
|
|
}
|
|
|
|
.laydate-footer-btns span {
|
|
line-height: 24px !important
|
|
}
|
|
|
|
/** Layui样式调整 */
|
|
.layui-input, .layui-select {
|
|
line-height: 38px
|
|
}
|
|
|
|
.layui-btn-primary {
|
|
&.layui-btn-xs {
|
|
line-height: 20px
|
|
}
|
|
|
|
&.layui-btn-sm {
|
|
line-height: 28px
|
|
}
|
|
}
|
|
|
|
.layui-table {
|
|
|
|
td, th {
|
|
font-size: 12px
|
|
}
|
|
|
|
.list-table-image {
|
|
width: 22px;
|
|
cursor: pointer
|
|
}
|
|
|
|
.list-table-sort-td {
|
|
width: 10px !important;
|
|
text-align: center !important;
|
|
padding-left: 5px !important;
|
|
padding-right: 5px !important;
|
|
|
|
button {
|
|
width: 56px;
|
|
background: #009688
|
|
}
|
|
|
|
input {
|
|
width: 50px;
|
|
color: #666;
|
|
padding: 2px;
|
|
border: 1px solid #e6e6e6;
|
|
text-align: center;
|
|
font-size: 9pt;
|
|
line-height: 18px
|
|
}
|
|
}
|
|
|
|
.list-table-check-td {
|
|
width: 10px !important;
|
|
text-align: center;
|
|
padding-left: 15px !important;
|
|
padding-right: 15px !important;
|
|
|
|
input {
|
|
margin: 0 !important;
|
|
vertical-align: middle
|
|
}
|
|
}
|
|
|
|
td {
|
|
.text-explode {
|
|
color: #ccc !important;
|
|
margin: 0 4px !important;
|
|
|
|
&:first-child {
|
|
display: none;
|
|
opacity: 0
|
|
}
|
|
}
|
|
|
|
.background-image {
|
|
float: left;
|
|
width: 40px;
|
|
height: 40px;
|
|
display: inline-block;
|
|
margin-right: 5px;
|
|
background: no-repeat center center;
|
|
background-size: cover;
|
|
vertical-align: middle
|
|
}
|
|
}
|
|
} |