mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-05 19:41:44 +08:00
298 lines
5.4 KiB
Plaintext
298 lines
5.4 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
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
/** 手机盒子及微信菜单 */
|
|
.mobile-preview {
|
|
width: 317px;
|
|
height: 580px;
|
|
position: relative;
|
|
background: url(../img/wechat/mobile_head.png) no-repeat 0 0;
|
|
|
|
.mobile-header {
|
|
color: #fff;
|
|
width: auto;
|
|
margin: 0 30px;
|
|
overflow: hidden;
|
|
font-size: 15px;
|
|
padding-top: 30px;
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
word-wrap: normal;
|
|
user-select: none;
|
|
pointer-events: none;
|
|
-moz-user-select: none;
|
|
-webkit-user-select: none;
|
|
-webkit-pointer-events: none
|
|
}
|
|
|
|
.mobile-body {
|
|
top: 60px;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
position: absolute;
|
|
border: 1px solid #ccc;
|
|
background: #f5f5f5;
|
|
|
|
iframe {
|
|
width: 100%;
|
|
height: 100%
|
|
}
|
|
}
|
|
|
|
.mobile-footer {
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
margin: 0;
|
|
position: absolute;
|
|
padding-left: 43px;
|
|
border: 1px solid #ccc;
|
|
list-style-type: none;
|
|
background: url(../img/wechat/mobile_foot.png) no-repeat 0 0;
|
|
|
|
li {
|
|
float: left;
|
|
width: 33.33%;
|
|
position: relative;
|
|
text-align: center;
|
|
line-height: 50px;
|
|
|
|
a {
|
|
width: auto;
|
|
display: block;
|
|
overflow: hidden;
|
|
border: 1px solid hsla(0, 0%, 100%, 0);
|
|
border-left: 1px solid #e7e7eb;
|
|
margin-top: -1px;
|
|
margin-bottom: -1px;
|
|
color: #616161;
|
|
white-space: nowrap;
|
|
text-decoration: none;
|
|
text-overflow: ellipsis;
|
|
word-wrap: normal;
|
|
|
|
&:hover {
|
|
background: rgba(0, 0, 0, .02)
|
|
}
|
|
|
|
&.active {
|
|
border: 1px solid #44b549 !important;
|
|
box-shadow: 0 0 1px #44b549
|
|
}
|
|
|
|
span:before {
|
|
width: 1px;
|
|
height: 1px;
|
|
content: '';
|
|
display: inline-block
|
|
}
|
|
}
|
|
|
|
> .close {
|
|
top: 1px;
|
|
right: 1px;
|
|
width: 18px;
|
|
height: 18px;
|
|
display: none;
|
|
cursor: pointer;
|
|
position: absolute;
|
|
text-align: center;
|
|
line-height: 18px
|
|
}
|
|
|
|
&:hover > .close {
|
|
display: inline-block;
|
|
|
|
&:hover {
|
|
color: #fff !important;
|
|
background: #999 !important
|
|
}
|
|
}
|
|
}
|
|
|
|
.icon-add {
|
|
width: 14px;
|
|
height: 14px;
|
|
border-bottom: none !important;
|
|
background: url(../img/wechat/index.png) 0 0 no-repeat
|
|
}
|
|
|
|
.icon-add, .icon-sub {
|
|
display: inline-block;
|
|
vertical-align: middle
|
|
}
|
|
|
|
.icon-sub {
|
|
width: 7px;
|
|
height: 7px;
|
|
margin-right: 2px;
|
|
background: url(../img/wechat/index.png) 0 -3pc no-repeat
|
|
}
|
|
|
|
.sub-menu {
|
|
width: 100%;
|
|
bottom: 60px;
|
|
margin: -1px;
|
|
display: block;
|
|
position: absolute;
|
|
border: 1px solid #d0d0d0;
|
|
background-color: #fafafa;
|
|
|
|
ul, ul li {
|
|
float: none;
|
|
padding: 0;
|
|
z-index: 11;
|
|
display: block;
|
|
width: 100%
|
|
}
|
|
|
|
ul li {
|
|
a {
|
|
padding: 0 5px;
|
|
border: 1px solid hsla(0, 0%, 100%, 0);
|
|
|
|
&.bottom-border {
|
|
margin: -1px -1px 0;
|
|
border-bottom: 1px solid #e7e7eb
|
|
}
|
|
}
|
|
|
|
&:last-child a.bottom-border {
|
|
border-bottom-color: #fff
|
|
}
|
|
}
|
|
}
|
|
|
|
.arrow {
|
|
left: 50%;
|
|
position: absolute;
|
|
margin-left: -6px
|
|
}
|
|
|
|
.arrow_in, .arrow_out {
|
|
width: 0;
|
|
height: 0;
|
|
z-index: 10;
|
|
display: inline-block;
|
|
border: 6px dashed transparent;
|
|
border-bottom-width: 0;
|
|
border-top-style: solid
|
|
}
|
|
|
|
.arrow_in {
|
|
z-index: 3;
|
|
bottom: -5px;
|
|
border-top-color: #fafafa
|
|
}
|
|
|
|
.arrow_out {
|
|
z-index: 2;
|
|
bottom: -6px;
|
|
border-top-color: #d0d0d0
|
|
}
|
|
|
|
}
|
|
|
|
}
|