Files
CompanyProject/衣莎项目/源码/YiShaXiYi/pages/membershipExclusive/membershipExclusive.wxss
2024-09-27 01:32:49 +08:00

98 lines
1.2 KiB
Plaintext

/* pages/membershipExclusive/membershipExclusive.wxss */
.memExc-bac {
width: 100%;
height: 245rpx;
display: flex;
}
.memExc-bac image {
height: 245rpx;
flex: 1;
}
.exclusive {
padding: 50rpx 0;
margin: 40rpx 30rpx 0;
background-color: #fff;
border-radius: 10rpx;
}
.exclusive-tit {
position: relative;
text-align: center;
font-family: PingFang-SC-Bold;
font-size: 36rpx;
font-weight: 400;
color: #333;
}
.exclusive-tit::before {
content: "";
position: absolute;
bottom: -15rpx;
left: 50%;
height: 5rpx;
width: 80rpx;
margin-left: -40rpx;
background-color: #28cf60;
}
.exclusive-cen {
margin-top: 68rpx;
}
.exclusive-cen-vip {
display: flex;
height: 100rpx;
}
.exclusive-img {
text-align: center;
}
.exclusive-p {
margin-top: 15rpx;
text-align: center;
font-family: PingFang-SC-Medium;
font-size: 22rpx;
font-weight: 400;
color: #333;
}
.apply {
padding: 0 30rpx;
}
.apply-p {
font-family: PingFang-SC-Medium;
font-size: 28rpx;
color: #666;
}
.sub {
margin-top: 40rpx;
}
/* */
.discount {
width: 56rpx;
height: 51rpx;
}
.welfare {
width: 50rpx;
height: 50rpx;
}
.activity {
width: 43rpx;
height: 49rpx;
}
.service {
width: 58rpx;
height: 47rpx;
}