first commit
This commit is contained in:
@@ -0,0 +1,97 @@
|
||||
/* 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;
|
||||
}
|
||||
Reference in New Issue
Block a user