index.less 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. .buyVip {
  2. position: fixed;
  3. z-index: 12;
  4. left: 0rpx;
  5. top: 0rpx;
  6. width: 100vw;
  7. height: 100vh;
  8. background: rgba(0, 0, 0, 0.7);
  9. .modal {
  10. position: relative;
  11. width: 677rpx;
  12. height: 650rpx;
  13. margin: 140rpx auto 0rpx;
  14. border-radius: 20rpx;
  15. text-align: center;
  16. overflow: hidden;
  17. background-color: white;
  18. .header {
  19. width: 100%;
  20. height: 172rpx;
  21. background-image: linear-gradient(129deg, #F9D9BF 0%, #F6D0B2 45%, #F3C0A3 70%, #F1B998 100%);
  22. text-align: center;
  23. font-size: 36rpx;
  24. font-weight: bold;
  25. border-bottom-left-radius: 100rpx;
  26. border-bottom-right-radius: 100rpx;
  27. overflow: hidden;
  28. .h1 {
  29. margin: 24rpx 0rpx;
  30. }
  31. }
  32. .goodsList {
  33. position: absolute;
  34. margin-top: 70rpx;
  35. width: 100%;
  36. height: 310rpx;
  37. padding: 0rpx 20rpx;
  38. white-space: nowrap;
  39. .payBox {
  40. position: relative;
  41. margin-right: 22rpx;
  42. width: 268rpx;
  43. height: 268rpx;
  44. background-size: cover;
  45. text-align: center;
  46. display: inline-block;
  47. border-radius: 20rpx;
  48. .pay {
  49. position: absolute;
  50. bottom: 24rpx;
  51. left: 50%;
  52. transform: translateX(-50%);
  53. padding: 6rpx 40rpx;
  54. font-size: 26rpx;
  55. font-weight: bold;
  56. border-radius: 50rpx;
  57. }
  58. }
  59. .payBox::after {
  60. content: '';
  61. position: absolute;
  62. width: 268rpx;
  63. height: 45rpx;
  64. left: 0;
  65. bottom: -42rpx;
  66. background: linear-gradient(180deg, #2A2116 0%, rgba(255, 255, 255, 0) 100%);
  67. border-radius: 22rpx 22rpx 0rpx 0rpx;
  68. opacity: 0.26;
  69. }
  70. .pbbg1 {
  71. background-image: url(http://reader-wx.ai160.com/images/reader/v3/12992x.png);
  72. .pay {
  73. background: linear-gradient(325deg, #FFBD96 0%, #FFF1E7 100%);
  74. }
  75. }
  76. .pbbg2 {
  77. background-image: url(http://reader-wx.ai160.com/images/reader/v3/2992x.png);
  78. .pay {
  79. background: linear-gradient(285deg, #DFF2EE 0%, #D8E9FD 39%, #BDE6F8 72%, #BAE7F7 100%);
  80. }
  81. }
  82. .pbbg3 {
  83. background-image: url(http://reader-wx.ai160.com/images/reader/v3/55152x.png);
  84. .pay {
  85. background: linear-gradient(325deg, #FFBD96 0%, #FFF1E7 100%);
  86. }
  87. }
  88. }
  89. }
  90. .close {
  91. display: block;
  92. margin: 0 auto;
  93. padding: 40rpx;
  94. width: 54rpx;
  95. height: 54rpx;
  96. }
  97. }