index.wxss 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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 .goodsList {
  30. margin-top: 82rpx;
  31. width: 100%;
  32. box-sizing: border-box;
  33. padding: 0 40rpx;
  34. white-space: nowrap;
  35. }
  36. .box .goodsList .payBox {
  37. position: relative;
  38. width: 318rpx;
  39. height: 318rpx;
  40. margin-right: 30rpx;
  41. background-size: cover;
  42. text-align: center;
  43. display: inline-block;
  44. border-radius: 20rpx;
  45. }
  46. .box .goodsList .payBox .name {
  47. margin-top: 42rpx;
  48. font-weight: 500;
  49. font-size: 40rpx;
  50. }
  51. .box .goodsList .payBox .price {
  52. margin-top: 22rpx;
  53. font-weight: 500;
  54. font-size: 56rpx;
  55. }
  56. .box .goodsList .payBox .originPrice {
  57. margin-top: 28rpx;
  58. font-size: 24rpx;
  59. text-decoration: line-through;
  60. }
  61. .box .goodsList .year {
  62. background-image: url(https://reader-wx.ai160.com/images/reader/pay/yuedao365.webp);
  63. color: #FEF4B5;
  64. }
  65. .box .goodsList .month {
  66. background-image: url(http://reader-wx.ai160.com/images/reader/pay/yuedao90.webp);
  67. color: #7D320A;
  68. }