index.wxss 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. .box {
  2. width: 750rpx;
  3. height: 652rpx;
  4. padding: 28rpx 0 0;
  5. background: #FFFFFF;
  6. border-radius: 30rpx 30rpx 0rpx 0rpx;
  7. display: flex;
  8. flex-direction: column;
  9. align-items: center;
  10. }
  11. .box .header {
  12. width: 100%;
  13. position: relative;
  14. font-size: 28rpx;
  15. color: #000000;
  16. text-align: center;
  17. }
  18. .box .header .close {
  19. position: absolute;
  20. right: 24rpx;
  21. top: -30rpx;
  22. line-height: 60rpx;
  23. font-size: 50rpx;
  24. }
  25. .box .tips {
  26. margin-top: 24rpx;
  27. font-size: 22rpx;
  28. }
  29. .box .goodList {
  30. margin-top: 82rpx;
  31. width: 100%;
  32. display: flex;
  33. align-items: center;
  34. justify-content: space-between;
  35. box-sizing: border-box;
  36. padding: 0 40rpx;
  37. }
  38. .box .goodList .payBox {
  39. position: relative;
  40. width: 318rpx;
  41. height: 318rpx;
  42. background-size: cover;
  43. text-align: center;
  44. display: inline-block;
  45. border-radius: 20rpx;
  46. }
  47. .box .goodList .payBox .name {
  48. margin-top: 42rpx;
  49. font-weight: 500;
  50. font-size: 40rpx;
  51. }
  52. .box .goodList .payBox .price {
  53. margin-top: 22rpx;
  54. font-weight: 500;
  55. font-size: 56rpx;
  56. }
  57. .box .goodList .payBox .originPrice {
  58. margin-top: 28rpx;
  59. font-size: 24rpx;
  60. text-decoration: line-through;
  61. }
  62. .box .goodList .year {
  63. background-image: url(https://reader-wx.ai160.com/images/reader/pay/yuedao365.webp);
  64. color: #FEF4B5;
  65. }
  66. .box .goodList .month {
  67. background-image: url(http://reader-wx.ai160.com/images/reader/pay/yuedao90.webp);
  68. color: #7D320A;
  69. }