You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
76 lines
1.3 KiB
CSS
76 lines
1.3 KiB
CSS
body {
|
|
font: 400 14px/1.5 'Microsoft YaHei','微软雅黑',Tahoma,Verdana,Arial,'宋体',sans-serif;
|
|
}
|
|
|
|
.zclip embed {
|
|
margin-top: -14px;
|
|
}
|
|
|
|
.trunk-list {
|
|
position: relative;
|
|
min-height: 66vh;
|
|
}
|
|
|
|
.pagenation {
|
|
position: relative;
|
|
text-align: center;
|
|
line-height: 5vh;
|
|
bottom: 1%;
|
|
}
|
|
|
|
.pic-prev:hover, .pic-next:hover {
|
|
background-color: #4ac5c3;
|
|
}
|
|
|
|
.layui-btn{
|
|
background-color: #5fb878;
|
|
}
|
|
.label{
|
|
padding: 2px 5px;
|
|
background: #5FB878;
|
|
border-radius: 2px;
|
|
color: #fff;
|
|
display: block;
|
|
line-height: 20px;
|
|
height: 20px;
|
|
margin: 2px 5px 2px 0;
|
|
float: left;
|
|
}
|
|
i{
|
|
display: inline-block;
|
|
width: 18px;
|
|
height: 18px;
|
|
line-height: 18px;
|
|
text-align: center
|
|
}
|
|
.label:hover{color: white;}
|
|
.label i:hover {
|
|
background-color: #009E94;
|
|
border-radius: 2px;
|
|
}
|
|
.layui-form-select dl dd:hover {
|
|
background-color: #5FB878;
|
|
color: white;
|
|
}
|
|
.AD{
|
|
width: 210px;
|
|
margin-left: 40px;
|
|
overflow-y: auto;
|
|
max-height: 200px;
|
|
border: 2px solid #5fb878;
|
|
border-radius: 6px;
|
|
padding: 1px 2px;
|
|
}
|
|
|
|
#add_promote_data label {
|
|
width: 70px;
|
|
margin-right: 0;
|
|
padding-left: 0;
|
|
text-align: left;
|
|
}
|
|
|
|
#add_promote_data .AD {
|
|
white-space: nowrap;
|
|
margin-bottom: 2px;
|
|
overflow:scroll;
|
|
} |