东风启辰小程序端
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

210 行
3.4KB

  1. /* pages/coupon/coupon.wxss */
  2. image{
  3. display: block;
  4. }
  5. view{
  6. -webkit-overflow-scrolling: touch;
  7. }
  8. .main{
  9. height: calc(100vh - 150rpx);
  10. overflow: auto;
  11. position: relative;
  12. }
  13. .maskWindow{
  14. width: 750rpx;
  15. height: calc(100vh - 150rpx);
  16. position: fixed;
  17. top: 0;
  18. left: 0;
  19. background-color: rgba(000, 000, 000, 0.5);
  20. z-index: 9;
  21. display: flex;
  22. align-items: center;
  23. justify-content: center;
  24. }
  25. .couponBg{
  26. width: 750rpx;
  27. height: 1172rpx;
  28. }
  29. .prizeFrame{
  30. position: absolute;
  31. top: 672rpx;
  32. left: 50%;
  33. transform: translateX(-50%);
  34. width: 750rpx;
  35. height: auto;
  36. display: flex;
  37. align-items: center;
  38. flex-direction: column;
  39. padding-bottom: 34rpx;
  40. }
  41. .coupon{
  42. width: 627rpx;
  43. height: 581rpx;
  44. }
  45. .receiveBtn{
  46. width:653rpx;
  47. height:70rpx;
  48. text-align: center;
  49. line-height: 70rpx;
  50. font-size:30rpx;
  51. font-family:PingFang;
  52. font-weight:400;
  53. color:rgba(255,255,255,1);
  54. background-color: #29558D;
  55. border-radius: 20rpx;
  56. margin-top: 23rpx;
  57. }
  58. .getPrizeNumGroup{
  59. position: relative;
  60. width: 750rpx;
  61. height: 0;
  62. }
  63. .getPrizeNum{
  64. position: absolute;
  65. left: 0;
  66. top: -60rpx;
  67. width: 750rpx;
  68. height: 24rpx;
  69. line-height: 24rpx;
  70. font-size:24rpx;
  71. font-family:PingFang;
  72. font-weight:bold;
  73. color:rgba(248,197,109,1);
  74. text-align: center;
  75. }
  76. .btnGroup{
  77. padding: 90rpx 20rpx 40rpx;
  78. display: flex;
  79. align-items: center;
  80. justify-content: space-between;
  81. height: 65rpx;
  82. }
  83. .couponBtn{
  84. width: 348rpx;
  85. height: 65rpx;
  86. }
  87. .msgFrame{
  88. position: fixed;
  89. bottom: 150rpx;
  90. left: 0;
  91. width:750rpx;
  92. padding: 40rpx 20rpx;
  93. background-color: rgba(000, 000, 000, 0.5);
  94. box-sizing: border-box;
  95. }
  96. .inputGroup{
  97. position: relative;
  98. display: flex;
  99. align-items: center;
  100. justify-content: space-between;
  101. }
  102. .inputSty{
  103. width:347rpx;
  104. height:65rpx;
  105. background-color: white;
  106. border-radius: 20rpx;
  107. box-sizing: border-box;
  108. line-height: 65rpx;
  109. padding: 0 25rpx;
  110. font-size:24rpx;
  111. font-family:PingFangSC;
  112. font-weight:300;
  113. }
  114. .getPhoneFrame{
  115. position: absolute;
  116. top:0;
  117. right:0;
  118. width:347rpx;
  119. height:65rpx;
  120. border-radius: 10rpx;
  121. overflow: hidden;
  122. opacity: 0;
  123. z-index: 2;
  124. }
  125. .getPhoneBtn{
  126. margin: 0;
  127. padding: 0;
  128. height: 100%;
  129. width: 100%;
  130. }
  131. .selectGroup{
  132. width:710rpx;
  133. height:65rpx;
  134. background-color: white;
  135. border-radius: 20rpx;
  136. box-sizing: border-box;
  137. line-height: 65rpx;
  138. padding: 0 25rpx;
  139. margin-top: 18rpx;
  140. display: flex;
  141. align-items: center;
  142. justify-content: space-between;
  143. font-size:24rpx;
  144. font-family:PingFangSC;
  145. font-weight:300;
  146. }
  147. .selectIcon{
  148. width: 25rpx;
  149. height: 15rpx;
  150. }
  151. .codeGroup{
  152. width:710rpx;
  153. height:65rpx;
  154. background-color: white;
  155. border-radius: 20rpx;
  156. box-sizing: border-box;
  157. line-height: 65rpx;
  158. padding: 0 25rpx;
  159. margin-top: 18rpx;
  160. display: flex;
  161. align-items: center;
  162. justify-content: space-between;
  163. font-size:24rpx;
  164. font-family:PingFangSC;
  165. font-weight:300;
  166. }
  167. .inputCode{
  168. height: 100%;
  169. width: 500rpx;
  170. }
  171. .subscribeBtn{
  172. position: relative;
  173. width:710rpx;
  174. height:70rpx;
  175. margin-top: 18rpx;
  176. }
  177. .getUserMsgBtn{
  178. position: absolute;
  179. top: 0;
  180. left: 0;
  181. padding: 0;
  182. margin: 0;
  183. opacity: 0;
  184. }
  185. .newImagesGroup{
  186. width: 627rpx;
  187. height: 511rpx;
  188. position: relative;
  189. }
  190. .newImages14{
  191. width: 100%;
  192. height: 100%;
  193. }
  194. .newImages15{
  195. position: absolute;
  196. bottom:62rpx;
  197. left: 50%;
  198. transform: translateX(-50%);
  199. width: 348rpx;
  200. height: 65rpx;
  201. }
  202. .newImages16{
  203. position: absolute;
  204. top: -20rpx;
  205. right: -30rpx;
  206. width: 38rpx;
  207. height: 37rpx;
  208. }