vipMember.wxss 794 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. /* pages/vipMember/vipMember.wxss */
  2. .title{
  3. width: 690rpx;
  4. height: 80rpx;
  5. line-height: 80rpx;
  6. font-size: 50rpx;
  7. font-weight: 700;
  8. text-align: left;
  9. margin: 60rpx 30rpx 30rpx;
  10. }
  11. .content{
  12. width: 690rpx;
  13. line-height: 60rpx;
  14. font-size: 32rpx;
  15. font-weight: 400;
  16. text-align: left;
  17. margin: 0 30rpx 30rpx;
  18. }
  19. .redfont{
  20. color:#E51C23;
  21. }
  22. .payment{
  23. width: 750rpx;
  24. height: 150rpx;
  25. display: flex;
  26. }
  27. .pay_btn{
  28. margin: auto;
  29. width: 520rpx;
  30. height: 100rpx;
  31. line-height: 100rpx;
  32. color: #FFF;
  33. background: #E51C23;
  34. font-size: 42rpx;
  35. font-weight: 700;
  36. border-radius: 60rpx;
  37. text-align: center;
  38. }
  39. .paymentAd{
  40. width: 750rpx;
  41. height: 80rpx;
  42. line-height: 80rpx;
  43. font-size: 32rpx;
  44. color: #757373;
  45. text-align: center;
  46. text-decoration:line-through;
  47. }