index.wxss 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209
  1. .box {
  2. background-repeat: repeat;
  3. background-position: center top;
  4. background-size: 100% 60%;
  5. }
  6. .box .my-integral {
  7. color: #CC0000;
  8. margin-left: 30rpx;
  9. }
  10. .box .draw {
  11. margin: 66rpx 0rpx 0rpx 110rpx;
  12. }
  13. .box .prize-box {
  14. margin: 20rpx 30rpx 0rpx 30rpx;
  15. background: #FFE4B2;
  16. border-radius: 50rpx;
  17. padding-bottom: 20rpx;
  18. }
  19. .box .prize-box .prize {
  20. padding: 30rpx 0rpx 0rpx 30rpx;
  21. font-size: 30rpx;
  22. font-family: Source Han Sans CN;
  23. font-weight: 400;
  24. color: #222222;
  25. line-height: 24rpx;
  26. }
  27. .box .prize-box .details {
  28. margin: 20rpx 30rpx 0rpx 30rpx;
  29. }
  30. .box .record {
  31. margin: 20rpx 30rpx 0rpx 30rpx;
  32. background: #FFD57F;
  33. border-radius: 50rpx;
  34. padding-bottom: 20rpx;
  35. }
  36. .box .record .record-top {
  37. font-size: 30rpx;
  38. font-family: Source Han Sans CN;
  39. font-weight: 400;
  40. color: #CC0000;
  41. line-height: 24rpx;
  42. padding: 30rpx 0rpx 0rpx 30rpx;
  43. margin-bottom: 20rpx;
  44. }
  45. .box .record .record-x {
  46. white-space: nowrap;
  47. /* box-sizing: border-box; */
  48. height: 600rpx;
  49. }
  50. .box .record .record-x .record-txt {
  51. display: flex;
  52. background: #FFEECB;
  53. border-radius: 20rpx;
  54. padding: 20rpx 0rpx 20rpx 0rpx;
  55. margin: 0rpx 20rpx 20rpx 20rpx;
  56. }
  57. .box .record .record-x .record-txt .record-name {
  58. width: 200rpx;
  59. font-size: 30rpx;
  60. font-family: Source Han Sans CN;
  61. font-weight: 400;
  62. color: #CC0000;
  63. line-height: 24rpx;
  64. margin: 25rpx 0rpx 0rpx 30rpx;
  65. }
  66. .box .record .record-x .record-txt .record-time {
  67. margin-top: 20rpx;
  68. font-size: 24rpx;
  69. color: #666666;
  70. }
  71. .box .record .record-x .record-txt .record-title {
  72. margin-left: 40rpx;
  73. background: #DDDDDD;
  74. border-radius: 20rpx;
  75. padding: 10rpx 0rpx 10rpx 0rpx;
  76. width: 120rpx;
  77. text-align: center;
  78. }
  79. .box .record .record-x .record-txt .record-titles {
  80. margin-left: 40rpx;
  81. background: #FFB82E;
  82. border-radius: 20rpx;
  83. padding: 10rpx 0rpx 10rpx 0rpx;
  84. width: 120rpx;
  85. text-align: center;
  86. }
  87. .top {
  88. display: flex;
  89. justify-content: space-between;
  90. padding: 30rpx;
  91. }
  92. .top .rules {
  93. font-size: 24rpx;
  94. }
  95. .shop-mask {
  96. width: 100%;
  97. height: 100%;
  98. position: fixed;
  99. bottom: 0;
  100. left: 0;
  101. z-index: 9000;
  102. background-color: rgba(0, 0, 0, 0.6);
  103. }
  104. .shop-button {
  105. width: 690rpx !important;
  106. height: 88rpx !important;
  107. background: #41B1FF;
  108. border-radius: 44px;
  109. margin: 30rpx 20rpx 70rpx 30rpx !important;
  110. color: #ffffff !important;
  111. font-size: 32rpx;
  112. font-family: PingFang SC;
  113. font-weight: 500;
  114. line-height: 40rpx;
  115. padding: 20rpx !important;
  116. }
  117. .shop-modalDlg {
  118. width: 750rpx;
  119. position: fixed;
  120. bottom: 0;
  121. left: 0;
  122. z-index: 9999;
  123. background-color: #ffffff;
  124. border-radius: 30rpx 30rpx 0rpx 0rpx;
  125. display: flex;
  126. flex-direction: column;
  127. }
  128. .shop-modalDlg .modalDlg-txtt {
  129. font-size: 32rpx;
  130. font-family: PingFang SC;
  131. font-weight: 500;
  132. color: #e61b1b;
  133. margin-top: 33rpx;
  134. text-align: center;
  135. }
  136. .shop-modalDlg .input-txt {
  137. text-align: left;
  138. margin: 20rpx 30rpx 0rpx 40rpx;
  139. color: #777575;
  140. }
  141. .shop-modalDlg .input {
  142. float: right;
  143. flex: 1;
  144. width: 660rpx;
  145. height: 88rpx;
  146. border-style: solid;
  147. border: 2rpx solid #DDDDDD;
  148. margin: 20rpx 0rpx 0rpx 30rpx;
  149. padding-left: 30rpx;
  150. }
  151. .shop-modalDlg .confirm-next {
  152. width: 690rpx !important;
  153. height: 100rpx !important;
  154. border-radius: 44rpx !important;
  155. margin: 30rpx 20rpx 30rpx 30rpx !important;
  156. background: #d14545;
  157. color: #ffffff !important;
  158. font-size: 36rpx !important;
  159. font-family: Source Han Sans CN !important;
  160. font-weight: 400 !important;
  161. text-align: center;
  162. }
  163. .shop-modalDlg .input-box {
  164. display: flex;
  165. width: 670rpx;
  166. border-bottom: 2rpx solid #f6f6f6;
  167. margin-left: 40rpx;
  168. }
  169. .shop-modalDlg .input-box .input-txt {
  170. text-align: left;
  171. margin: 20rpx 30rpx 0rpx 0rpx;
  172. color: #777575;
  173. }
  174. .shop-modalDlg .input-box .input-address {
  175. float: left;
  176. flex: 1;
  177. display: flex;
  178. margin: 20rpx 0rpx 0rpx 40rpx;
  179. padding-left: 10rpx;
  180. }
  181. .shop-modalDlg .input-box .input-address .shop-inputs {
  182. font-size: 30rpx;
  183. font-family: PingFang SC;
  184. font-weight: 500;
  185. color: black;
  186. line-height: 40rpx;
  187. margin: 10rpx 0rpx 30rpx 0rpx;
  188. }
  189. .shop-modalDlg .ruleHide {
  190. height: 30rpx !important;
  191. width: 30rpx !important;
  192. position: absolute;
  193. top: 40rpx;
  194. right: 20rpx;
  195. margin-right: 10rpx;
  196. }
  197. .shop-modalDlg .return {
  198. height: 50rpx !important;
  199. width: 50rpx !important;
  200. position: absolute;
  201. top: 30rpx;
  202. left: 20rpx;
  203. font-size: 30rpx;
  204. font-family: Source Han Sans CN;
  205. font-weight: 400;
  206. color: #999999;
  207. line-height: 40rpx;
  208. text-align: left;
  209. }