247 lines
4.9 KiB
Plaintext
247 lines
4.9 KiB
Plaintext
/* packageH/Advertising/advertisingAdvertisers/advertisingAdvertisers.wxss */
|
|
#advertisers .top-box {
|
|
height: 364rpx;
|
|
padding: 44rpx 0 52rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-around;
|
|
align-items: center;
|
|
background-image: url("https://mini-app-img-1251768088.cos.ap-guangzhou.myqcloud.com/ad-serving/ad-serving-bg1.png");
|
|
background-size: 100% 100%;
|
|
}
|
|
|
|
#advertisers .top-box .member-info {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
overflow: hidden;
|
|
width: 80%;
|
|
text-align: center;
|
|
}
|
|
|
|
#advertisers .top-box .member-info image {
|
|
width: 80rpx;
|
|
height: 80rpx;
|
|
background-color: #bbb;
|
|
border: solid 1rpx #fff;
|
|
overflow: hidden;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
#advertisers .top-box .member-info .member-name {
|
|
font-size: 36rpx;
|
|
line-height: 48rpx;
|
|
color: #fff;
|
|
width: 100%;
|
|
overflow: hidden;/* 超出部分隐藏 */
|
|
text-overflow: ellipsis;/* 超出部分显示省略号 */
|
|
white-space: nowrap;/* 规定段落中的文本不进行换行 */
|
|
}
|
|
|
|
#advertisers .top-box .release-btn {
|
|
color: #fff;
|
|
width: 300rpx;
|
|
height: 70rpx;
|
|
line-height: 70rpx;
|
|
background-color: #ee2e2b;
|
|
border-radius: 6rpx;
|
|
display: flex;
|
|
text-align: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
#advertisers .top-box .release-btn .iconfont {
|
|
padding-right: 16rpx;
|
|
}
|
|
|
|
#advertisers .main {
|
|
background: #fff;
|
|
}
|
|
|
|
#advertisers .main .statistics-table {
|
|
display: grid;
|
|
grid-template-columns: 1fr 1fr;
|
|
width: 90%;
|
|
height: 280rpx;
|
|
background-image: url("https://mini-app-img-1251768088.cos.ap-guangzhou.myqcloud.com/ad-serving/ad-serving-bg2.png");
|
|
background-size: 100% 100%;
|
|
margin: 32rpx auto 0;
|
|
border-radius: 24rpx;
|
|
overflow: hidden;
|
|
align-items: center;
|
|
color: #75562b;
|
|
text-align: center;
|
|
}
|
|
|
|
#advertisers .main .statistics-table .nums {
|
|
font-size: 20px;
|
|
font-weight: 600;
|
|
}
|
|
|
|
#advertisers .main .content-title {
|
|
height: 96rpx;
|
|
line-height: 96rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
background: #fff;
|
|
padding: 0 32rpx 0 28rpx;
|
|
}
|
|
|
|
#advertisers .main .content-title .popover-box {
|
|
display: flex;
|
|
position: relative;
|
|
text-align: center;
|
|
}
|
|
|
|
#advertisers .main .content-title .popover-box .popover-text {
|
|
width: 132rpx;
|
|
}
|
|
|
|
#advertisers .main .content-title .popover-box .popover-actions {
|
|
position: absolute;
|
|
width: 100rpx;
|
|
top: 40px;
|
|
right: 0;
|
|
display: flex;
|
|
flex-direction: column;
|
|
padding: 0 8px;
|
|
line-height: 28px;
|
|
background-color: #fff;
|
|
box-shadow: 1px 1px 10px #e4e4e4;
|
|
z-index: 999;
|
|
border-radius: 10rpx;
|
|
}
|
|
|
|
#advertisers .main .content-title .popover-box .popover-actions .popover-actions-child {
|
|
border-bottom: 1rpx solid #fbfbfb;
|
|
}
|
|
|
|
.blank-box {
|
|
padding: 30px 0;
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
|
|
.blank-box image {
|
|
width: 120px;
|
|
}
|
|
|
|
#advertisers .main .content {
|
|
padding: 0 28rpx;
|
|
|
|
/* min-height: 30vh; */
|
|
}
|
|
|
|
#advertisers .main .li {
|
|
display: flex;
|
|
padding-bottom: 24rpx;
|
|
}
|
|
|
|
#advertisers .main .li .li-img {
|
|
width: 160rpx;
|
|
height: 190rpx;
|
|
background-color: #a6a6a6;
|
|
border-radius: 10rpx;
|
|
overflow: hidden;
|
|
flex-shrink: 0;
|
|
margin-right: 20rpx;
|
|
}
|
|
|
|
#advertisers .main .li .li-img image {
|
|
width: 100%;
|
|
height: 100%;
|
|
object-fit: cover;
|
|
}
|
|
|
|
#advertisers .main .li .ad-li-right {
|
|
flex: 1;
|
|
overflow: hidden;
|
|
padding-top: 12rpx;
|
|
text-align: left;
|
|
}
|
|
|
|
#advertisers .main .li .ad-li-right .advertisers-title {
|
|
width: 100%;
|
|
display: flex;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-line-clamp: 1;
|
|
text-align: left;
|
|
}
|
|
|
|
#advertisers .main .li .ad-li-right .advertisers-title .advertisers-status {
|
|
font-size: 11px;
|
|
display: inline-grid;
|
|
width: 90rpx;
|
|
text-align: center;
|
|
line-height: 36rpx;
|
|
height: 36rpx;
|
|
background-color: #ee2e2b;
|
|
border-radius: 4rpx;
|
|
margin: 0;
|
|
color: #fff;
|
|
margin-right: 16rpx;
|
|
}
|
|
|
|
#advertisers .main .li .ad-li-right .audit-class-title {
|
|
-webkit-line-clamp: 2;
|
|
}
|
|
|
|
#advertisers .main .li .ad-li-right .other {
|
|
width: 100%;
|
|
margin-top: 20rpx;
|
|
display: flex;
|
|
color: #666;
|
|
font-size: 12px;
|
|
line-height: 12px;
|
|
}
|
|
|
|
#advertisers .main .li .ad-li-right .other .size-color1 {
|
|
color: #ee2e2b;
|
|
}
|
|
|
|
#advertisers .main .li .ad-li-right .other .size-color2 {
|
|
color: #da9114;
|
|
}
|
|
|
|
#advertisers .main .li .ad-li-right .other .btn-detail {
|
|
flex: 1;
|
|
text-align: right;
|
|
}
|
|
|
|
#advertisers .main .li .has-turn-down-box {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
color: #666;
|
|
overflow: hidden;
|
|
}
|
|
|
|
#advertisers .main .li .has-turn-down-box .turn-down-box {
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-line-clamp: 2;
|
|
font-size: 10px;
|
|
}
|
|
|
|
#advertisers .advertisers-status::after {
|
|
content: ".";
|
|
display: block;
|
|
height: 0;
|
|
clear: both;
|
|
visibility: hidden;
|
|
}
|
|
|
|
#advertisers .clearfix {
|
|
/* 触发 hasLayout */
|
|
zoom: 1;
|
|
}
|
|
|
|
.icon-member_right {
|
|
margin-top: -12px;
|
|
}
|