index.wxss 2.5 KB

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