yuminge-app/yun-min-program-plugin-master/packageH/newRetail/newRetail_agencyPackage/newRetail_agencyPackage.wxss

76 lines
1.7 KiB
Plaintext

#newRetail-agency_package .main {
border-radius: 20rpx;
overflow: hidden;
width: 90%;
margin: 28rpx auto;
text-align: center;
}
#newRetail-agency_package .main .ewm-bg {
width: 100%;
display: block;
background-color: #f14e4e;
padding: 72rpx 0;
}
#newRetail-agency_package .main .ewm-bg .img-box {
background: linear-gradient(#fff, #fff) left top, linear-gradient(#fff, #fff) left top, linear-gradient(#fff, #fff) right top, linear-gradient(#fff, #fff) right top, linear-gradient(#fff, #fff) right bottom, linear-gradient(#fff, #fff) right bottom, linear-gradient(#fff, #fff) left bottom, linear-gradient(#fff, #fff) left bottom;
background-repeat: no-repeat;
background-size: 2px 20px, 20px 2px;
width: 338rpx;
height: 338rpx;
padding: 16rpx;
margin: 0 auto;
display: block;
}
#newRetail-agency_package .main .main-other {
background: #fff;
padding: 44rpx;
font-size: 36rpx;
}
#newRetail-agency_package .main .main-other .main-text {
display: flex;
align-items: center;
}
#newRetail-agency_package .main .main-other .main-text .member-grade {
height: 50rpx;
border-radius: 4rpx;
border: solid 1rpx #f14e4e;
line-height: 50rpx;
color: #f14e4e;
font-size: 30rpx;
padding: 0 20rpx;
}
#newRetail-agency_package .btn-box {
display: flex;
justify-content: space-around;
text-align: center;
}
#newRetail-agency_package .btn-box .btn-child {
width: 280rpx;
height: 70rpx;
line-height: 70rpx;
border-radius: 10rpx;
border: solid 1px #f14e4e;
font-size: 16px;
color: #f14e4e;
position: relative;
}
#newRetail-agency_package .btn-box .red-color {
background: #f14e4e;
color: #fff;
}
.remaining-time {
display: flex;
width: 90%;
margin: 24rpx auto 0;
}