东风启辰小程序端
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

5 年前
5 年前
5 年前
5 年前
5 年前
5 年前
5 年前
5 年前
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233
  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 - 120rpx);
  10. overflow: auto;
  11. position: relative;
  12. }
  13. .maskWindow{
  14. width: 750rpx;
  15. height: calc(100vh - 120rpx);
  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: 2131rpx;
  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. position: fixed;
  78. bottom: 160rpx;
  79. left: 50%;
  80. transform: translateX(-50%);
  81. width: 711rpx;
  82. height: 71rpx;
  83. }
  84. .couponBtn{
  85. width: 711rpx;
  86. height: 71rpx;
  87. }
  88. .msgFrame{
  89. position: fixed;
  90. bottom: 120rpx;
  91. left: 0;
  92. width:750rpx;
  93. padding: 40rpx 20rpx;
  94. background-color: rgba(000, 000, 000, 0.5);
  95. box-sizing: border-box;
  96. }
  97. .inputGroup{
  98. position: relative;
  99. display: flex;
  100. align-items: center;
  101. justify-content: space-between;
  102. }
  103. .inputSty{
  104. width:347rpx;
  105. height:65rpx;
  106. background-color: white;
  107. border-radius: 20rpx;
  108. box-sizing: border-box;
  109. line-height: 65rpx;
  110. padding: 0 25rpx;
  111. font-size:24rpx;
  112. font-family:PingFangSC;
  113. font-weight:300;
  114. }
  115. .getPhoneFrame{
  116. position: absolute;
  117. top:0;
  118. right:0;
  119. width:347rpx;
  120. height:65rpx;
  121. border-radius: 10rpx;
  122. overflow: hidden;
  123. opacity: 0;
  124. z-index: 2;
  125. }
  126. .getPhoneBtn{
  127. margin: 0;
  128. padding: 0;
  129. height: 100%;
  130. width: 100%;
  131. }
  132. .selectGroup{
  133. width:710rpx;
  134. height:65rpx;
  135. background-color: white;
  136. border-radius: 20rpx;
  137. box-sizing: border-box;
  138. line-height: 65rpx;
  139. padding: 0 25rpx;
  140. margin-top: 18rpx;
  141. display: flex;
  142. align-items: center;
  143. justify-content: space-between;
  144. font-size:24rpx;
  145. font-family:PingFangSC;
  146. font-weight:300;
  147. }
  148. .selectIcon{
  149. width: 25rpx;
  150. height: 15rpx;
  151. }
  152. .codeGroup{
  153. width:710rpx;
  154. height:65rpx;
  155. background-color: white;
  156. border-radius: 20rpx;
  157. box-sizing: border-box;
  158. line-height: 65rpx;
  159. padding: 0 25rpx;
  160. margin-top: 18rpx;
  161. display: flex;
  162. align-items: center;
  163. justify-content: space-between;
  164. font-size:24rpx;
  165. font-family:PingFangSC;
  166. font-weight:300;
  167. }
  168. .inputCode{
  169. height: 100%;
  170. width: 500rpx;
  171. }
  172. .subscribeBtn{
  173. position: relative;
  174. width:710rpx;
  175. height:70rpx;
  176. margin-top: 18rpx;
  177. }
  178. .getUserMsgBtn{
  179. position: absolute;
  180. top: 0;
  181. left: 0;
  182. padding: 0;
  183. margin: 0;
  184. opacity: 0;
  185. }
  186. .newImagesGroup{
  187. width: 628rpx;
  188. height: 773rpx;
  189. position: relative;
  190. }
  191. .newImages14{
  192. width: 100%;
  193. height: 100%;
  194. }
  195. .newImages15-group{
  196. position: absolute;
  197. top: 80rpx;
  198. left: 0;
  199. width: 100%;
  200. height: auto;
  201. display: flex;
  202. justify-content: center;
  203. overflow: auto;
  204. padding-top: 77rpx;
  205. box-sizing: border-box;
  206. }
  207. .newImages15{
  208. width: 510rpx;
  209. height: 732rpx;
  210. }
  211. .newImages16{
  212. position: absolute;
  213. top: -20rpx;
  214. right: -30rpx;
  215. width: 38rpx;
  216. height: 37rpx;
  217. }
  218. .lookCar{
  219. width: 81rpx;
  220. height: 81rpx;
  221. position: fixed;
  222. top: 267rpx;
  223. right: 34rpx;
  224. }
  225. .showWindow{
  226. position: absolute;
  227. top: 670rpx;
  228. left: 70rpx;
  229. width: 610rpx;
  230. height: 450rpx;
  231. }