index.less 3.0 KB

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