1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- /* pages/vipMember/vipMember.wxss */
- .title{
- width: 690rpx;
- height: 80rpx;
- line-height: 80rpx;
- font-size: 50rpx;
- font-weight: 700;
- text-align: left;
- margin: 60rpx 30rpx 30rpx;
- }
- .content{
- width: 690rpx;
- line-height: 60rpx;
- font-size: 32rpx;
- font-weight: 400;
- text-align: left;
- margin: 0 30rpx 30rpx;
- }
- .redfont{
- color:#E51C23;
- }
- .payment{
- width: 750rpx;
- height: 150rpx;
- display: flex;
- }
- .pay_btn{
- margin: auto;
- width: 520rpx;
- height: 100rpx;
- line-height: 100rpx;
- color: #FFF;
- background: #E51C23;
- font-size: 42rpx;
- font-weight: 700;
- border-radius: 60rpx;
- text-align: center;
- }
- .paymentAd{
- width: 750rpx;
- height: 80rpx;
- line-height: 80rpx;
- font-size: 32rpx;
- color: #757373;
- text-align: center;
- text-decoration:line-through;
- }
|