90 lines
1.7 KiB
Plaintext
90 lines
1.7 KiB
Plaintext
/* packageH/Advertising/advertisingAdDetails/advertisingAdDetails.wxss */
|
|
#Advertising-advertisersDetail .top-info {
|
|
display: flex;
|
|
font-size: 15px;
|
|
text-align: left;
|
|
padding: 0 28rpx 24rpx;
|
|
background: #fff;
|
|
}
|
|
|
|
#Advertising-advertisersDetail .top-info .info-name {
|
|
width: 40%;
|
|
color: #808080;
|
|
}
|
|
|
|
#Advertising-advertisersDetail .top-info .info-data {
|
|
flex: 1;
|
|
color: #202020;
|
|
}
|
|
|
|
#Advertising-advertisersDetail .content {
|
|
display: flex;
|
|
flex-direction: column;
|
|
background: #fff;
|
|
padding-top: 28rpx;
|
|
}
|
|
|
|
#Advertising-advertisersDetail .content .li {
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 0 28rpx 28rpx;
|
|
}
|
|
|
|
#Advertising-advertisersDetail .content .li .member-img {
|
|
width: 55rpx;
|
|
height: 55rpx;
|
|
background-color: #c5c5c5;
|
|
border-radius: 50%;
|
|
overflow: hidden;
|
|
flex-shrink: 0;
|
|
}
|
|
|
|
#Advertising-advertisersDetail .content .li .member-img image {
|
|
width: 100%;
|
|
height: 100%;
|
|
object-fit: cover;
|
|
}
|
|
|
|
#Advertising-advertisersDetail .content .li .member-info {
|
|
text-align: left;
|
|
flex: 1;
|
|
overflow: hidden;
|
|
margin: 0 24rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
#Advertising-advertisersDetail .content .li .member-info .member-name {
|
|
font-size: 14px;
|
|
color: #202020;
|
|
overflow: hidden;
|
|
|
|
/* 超出部分隐藏 */
|
|
text-overflow: ellipsis;
|
|
|
|
/* 超出部分显示省略号 */
|
|
white-space: nowrap;
|
|
|
|
/* 规定段落中的文本不进行换行 */
|
|
}
|
|
|
|
#Advertising-advertisersDetail .content .li .member-info .order-time {
|
|
font-size: 11px;
|
|
color: #666;
|
|
}
|
|
|
|
#Advertising-advertisersDetail .content .li .time-or-price {
|
|
font-size: 12px;
|
|
color: #ee2e2b;
|
|
}
|
|
|
|
.blank-box {
|
|
padding: 30px 0;
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
|
|
.blank-box image {
|
|
width: 120px;
|
|
}
|