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.
55 lines
662 B
CSS
55 lines
662 B
CSS
/*推广体现审核通过弹窗*/
|
|
.promote-layer{
|
|
display: none;
|
|
}
|
|
li {
|
|
list-style: none;
|
|
}
|
|
|
|
.layui-layer-title {
|
|
background: #ffffff;
|
|
}
|
|
|
|
.promote-name {
|
|
display: block;
|
|
float: left;
|
|
color: #333333;
|
|
font-size: 14px;
|
|
width: 100px;
|
|
padding-left: 20px;
|
|
}
|
|
|
|
.promote-con {
|
|
margin: 20px 0 0 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.promote-con-con {
|
|
display: none;
|
|
}
|
|
|
|
.promote-show {
|
|
display: block;
|
|
}
|
|
|
|
.mb20 {
|
|
margin-bottom: 30px;
|
|
line-height: 30px;
|
|
}
|
|
.pr60{
|
|
padding-right: 60px;
|
|
}
|
|
.pr43{
|
|
|
|
padding-right: 43px;
|
|
|
|
}
|
|
.promote-btn {
|
|
width: 106px;
|
|
line-height: 32px;
|
|
margin: 30px auto 0;
|
|
color: #ffffff;
|
|
border-radius: 5px;
|
|
background: #199ED8;
|
|
text-align: center;
|
|
} |