index.wxss 2.4 KB

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