index.less 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. #container {
  2. overflow: hidden;
  3. width: 750rpx;
  4. height: 3960rpx;
  5. background: url('http://reader-wx.ai160.com/images/reader/v3/bg.jpg') no-repeat;
  6. background-size: 100% 3831rpx;
  7. .commoditys {
  8. display: flex;
  9. align-items: center;
  10. justify-content: space-between;
  11. margin: 360rpx auto;
  12. padding: 54rpx 24rpx 54rpx 34rpx;
  13. width: 676rpx;
  14. height: 313rpx;
  15. box-sizing: border-box;
  16. border-radius: 20rpx;
  17. .commodity {
  18. position: relative;
  19. width: 192rpx;
  20. background-clip: content-box !important;
  21. height: 192rpx;
  22. border: 2px solid white;
  23. border-radius: 10rpx;
  24. }
  25. .active {
  26. position: absolute;
  27. width: 54rpx;
  28. height: 36rpx;
  29. right: 0;
  30. bottom: 0;
  31. }
  32. .aborder {
  33. border-color: #ff935e;
  34. }
  35. .c-1 {
  36. background: url('http://reader-wx.ai160.com/images/reader/v3/299.png') no-repeat;
  37. background-size: contain;
  38. }
  39. .c-2 {
  40. background: url('http://reader-wx.ai160.com/images/reader/v3/99.png') no-repeat;
  41. background-size: contain;
  42. }
  43. .c-3 {
  44. background: url('http://reader-wx.ai160.com/images/reader/v3/15.png') no-repeat;
  45. background-size: contain;
  46. }
  47. }
  48. .payBox {
  49. position: fixed;
  50. display: flex;
  51. align-items: center;
  52. justify-content: space-between;
  53. box-sizing: border-box;
  54. left: 0;
  55. bottom: 0;
  56. width: 100%;
  57. padding: 32rpx 36rpx;
  58. background: white;
  59. .left {
  60. font-size: 36rpx;
  61. }
  62. .price {
  63. color: #ff9108;
  64. font-size: 48rpx;
  65. font-weight: bold;
  66. }
  67. .pay {
  68. padding: 14rpx 46rpx;
  69. background: #ff9108;
  70. color: white;
  71. font-weight: 500;
  72. font-size: 36rpx;
  73. border-radius: 45rpx;
  74. }
  75. }
  76. .mask {
  77. position: fixed;
  78. display: flex;
  79. align-items: center;
  80. justify-content: center;
  81. width: 100vw;
  82. height: 100vh;
  83. left: 0;
  84. top: 0;
  85. text-align: center;
  86. background-color: rgba(0, 0, 0, 0.568);
  87. .payTips {
  88. display: flex;
  89. flex-direction: column;
  90. align-items: center;
  91. width: 483rpx;
  92. height: 521rpx;
  93. padding: 68rpx 38rpx 38rpx;
  94. box-sizing: border-box;
  95. border-radius: 11px;
  96. background: white;
  97. }
  98. .simg {
  99. width: 120rpx;
  100. height: 134rpx;
  101. }
  102. .t1 {
  103. margin: 32rpx 0 94rpx;
  104. width: 245rpx;
  105. height: 49rpx;
  106. font-size: 38rpx;
  107. }
  108. .goXkx {
  109. padding: 10rpx 110rpx;
  110. font-size: 30rpx;
  111. color: white;
  112. border-radius: 31rpx;
  113. background: linear-gradient(180deg, #66d751 0%, #65d952 100%);
  114. }
  115. }
  116. }