yuminge-app/yun-min-program-plugin-master/packageH/Advertising/advertisingPutAD/advertisingPutAD.wxss

127 lines
2.4 KiB
Plaintext

/* packageH/Advertising/advertisingPutAD/advertisingPutAD.wxss */
#Advertising-putAD {
padding: 0 0 100px;
}
#Advertising-putAD .diy-cell-style1 .van-cell__value {
/* width: 6.2em; */
flex: none;
}
#Advertising-putAD .select-ADput {
margin-top: 28rpx;
background: #fff;
padding: 28rpx;
}
#Advertising-putAD .select-ADput .titel-border {
height: 36rpx;
line-height: 36rpx;
font-size: 16px;
color: #333;
margin-bottom: 28rpx;
display: flex;
align-items: center;
}
#Advertising-putAD .select-ADput .titel-border .border-r {
height: 28rpx;
width: 3px;
background: #f14e4e;
margin-right: 12rpx;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
}
#Advertising-putAD .select-ADput .list {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
justify-items: center;
}
#Advertising-putAD .select-ADput .list .list-child {
width: 200rpx;
padding: 12rpx;
display: flex;
flex-direction: column;
border: 1rpx solid #fff;
border-radius: 10rpx;
}
#Advertising-putAD .select-ADput .list .list-child .ad-imgs {
width: 200rpx;
height: 250rpx;
background-color: #b1b1b1;
border-radius: 10rpx;
overflow: hidden;
position: relative;
}
#Advertising-putAD .select-ADput .list .list-child .ad-imgs image {
width: 100%;
height: 100%;
object-fit: cover;
}
#Advertising-putAD .select-ADput .list .list-child .ad-imgs .icon-all_select_active {
position: absolute;
top: 12rpx;
right: 12rpx;
color: #f14e4e;
}
#Advertising-putAD .select-ADput .list .list-child .ad-titles {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
font-size: 12px;
line-height: 30rpx;
margin: 16rpx 0;
}
#Advertising-putAD .select-ADput .list .list-child .ad-times {
color: #ef3532;
font-size: 12px;
}
#Advertising-putAD .select-ADput .list .select-class {
border-color: #ef3532;
}
#Advertising-putAD .submit-btns {
position: fixed;
bottom: 0;
left: 0;
right: 0;
padding: 24rpx 48rpx;
background: #fff;
}
#Advertising-putAD .submit-btns .btn-box {
width: 100%;
height: 80rpx;
line-height: 80rpx;
background-color: #ef3532;
border-radius: 40rpx;
text-align: center;
color: #fff;
font-size: 15px;
display: block;
}
.radio-box {
display: flex;
/* flex-direction: row-reverse; */
}
.radio-box label {
display: flex;
align-items: center;
padding-left: 30rpx;
}