Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

receiveTicket.wxss 4.0KB

před 5 roky
před 5 roky
před 5 roky
před 5 roky
před 5 roky
před 5 roky
před 5 roky
před 5 roky
před 5 roky
před 5 roky
před 5 roky
před 5 roky
před 5 roky
před 5 roky
před 5 roky
před 5 roky
před 5 roky
před 5 roky
před 5 roky
před 5 roky
před 5 roky
před 5 roky
před 5 roky
před 5 roky
před 5 roky
před 5 roky
před 5 roky
před 5 roky
před 5 roky
před 5 roky
před 5 roky
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239
  1. /* pages/receiveTicket/receiveTicket.wxss */
  2. page{
  3. height:100%;
  4. position: fixed;
  5. }
  6. .all{
  7. width: 100%;
  8. height:100%;
  9. }
  10. .getBg{
  11. width: 700rpx;
  12. height: 846rpx;
  13. position: absolute;
  14. left: 50%;
  15. top: 10%;
  16. transform: translateX(-50%);
  17. z-index: 9;
  18. }
  19. .userName{
  20. text-align: center;
  21. font-size:40rpx;
  22. font-family:SourceHanSansCN;
  23. font-weight:500;
  24. color:rgba(0,0,0,1);
  25. }
  26. .userPhone{
  27. text-align: center;
  28. font-size:24rpx;
  29. font-family:SourceHanSansCN;
  30. font-weight:500;
  31. color:rgba(153,153,153,1);
  32. margin-top: 10rpx;
  33. margin-bottom: 20rpx;
  34. }
  35. .giveTo{
  36. text-align: center;
  37. font-size:30rpx;
  38. font-family:SourceHanSansCN;
  39. font-weight:bold;
  40. color:rgba(0,0,0,1);
  41. }
  42. .giveNum{
  43. text-align: center;
  44. }
  45. .ticketType{
  46. text-align: center;
  47. font-size:40rpx;
  48. font-family:SourceHanSansCN;
  49. font-weight:500;
  50. color:rgba(51,51,51,1);
  51. }
  52. .textNum{
  53. font-size:80rpx;
  54. font-family:DINPro;
  55. font-weight:500;
  56. color:rgba(235,97,0,1);
  57. }
  58. .text{
  59. font-size:30rpx;
  60. font-family:SourceHanSansCN;
  61. font-weight:500;
  62. color:rgba(51,51,51,1);
  63. }
  64. .content{
  65. margin-top: 220rpx;
  66. }
  67. .contBot{
  68. width: 547rpx;
  69. margin: 0 auto;
  70. display: flex;
  71. justify-content: center;
  72. align-items: center;
  73. }
  74. .picView{
  75. width: 248rpx;
  76. height: 248rpx;
  77. border-radius: 10rpx;
  78. overflow: hidden;
  79. }
  80. .smallTicket{
  81. width: 248rpx;
  82. height: 248rpx;
  83. }
  84. .textView{
  85. width: 318rpx;
  86. height: 248rpx;
  87. position: absolute;
  88. top: 50rpx;
  89. left: 110rpx;
  90. }
  91. .textView text{
  92. display: block;
  93. }
  94. .nameText{
  95. font-size:50rpx;
  96. font-family:DINPro;
  97. /* font-weight:bold; */
  98. color:rgba(106,10,14,1);
  99. margin-bottom: 20rpx;
  100. }
  101. .timeText{
  102. font-size:24rpx;
  103. font-family:SourceHanSansCN;
  104. font-weight:300;
  105. color:#8f560f;
  106. }
  107. .getTicket{
  108. display: block;
  109. width: 670rpx;
  110. height: 98rpx;
  111. margin: 350rpx auto 0 auto;
  112. }
  113. .errorTitle{
  114. text-align: center;
  115. margin-top: 300rpx;
  116. font-size:60rpx;
  117. font-family:SourceHanSansCN;
  118. font-weight:500;
  119. color:rgba(0,0,0,1);
  120. }
  121. .ticketState{
  122. margin-top: 50rpx;
  123. margin-bottom: 203rpx;
  124. text-align: center;
  125. font-size:30rpx;
  126. font-family:SourceHanSansCN;
  127. font-weight:500;
  128. color:rgba(0,0,0,1);
  129. }
  130. .question{
  131. text-align: center;
  132. font-size:30rpx;
  133. font-family:SourceHanSansCN;
  134. font-weight:500;
  135. color:rgba(102,102,102,1);
  136. }
  137. .wx{
  138. text-align: center;
  139. font-size:24rpx;
  140. font-family:SourceHanSansCN;
  141. font-weight:500;
  142. color:rgba(153,153,153,1);
  143. }
  144. .phone{
  145. text-align: center;
  146. font-size:30rpx;
  147. font-family:SourceHanSansCN;
  148. font-weight:500;
  149. color:rgba(102,102,102,1);
  150. }
  151. .sureTicket{
  152. display: block;
  153. width: 670rpx;
  154. height: 98rpx;
  155. margin: 310rpx auto 0 auto;
  156. }
  157. .receiveTicket{
  158. width: 200rpx;
  159. height: 200rpx;
  160. }
  161. .bigticketView{
  162. display: flex;
  163. justify-content: center;
  164. align-items: center;
  165. color:#8f560f;
  166. }
  167. .maney{
  168. font-weight:bold;
  169. font-size:40rpx;
  170. }
  171. .Bigticket{
  172. font-size:35rpx;
  173. font-family:DINPro;
  174. color:#8f560f;
  175. }
  176. .line{
  177. width: 605rpx;
  178. margin: 70rpx auto 20rpx auto;
  179. height: 1rpx;
  180. background-color: #cccccc;
  181. }
  182. .picView{
  183. width: 200rpx;
  184. height: 200rpx;
  185. border-radius: 10rpx;
  186. }
  187. .ticketRig{
  188. background-color: #ffffff;
  189. width: 347rpx;
  190. height: 200rpx;
  191. border-radius: 20rpx;
  192. padding: 31rpx 24rpx 34rpx 24rpx;
  193. box-sizing: border-box;
  194. box-shadow: 10rpx 5rpx 10rpx 5rpx #f2f2f2;
  195. }
  196. .ticket-title{
  197. font-size:30rpx;
  198. font-family:Source Han Sans CN;
  199. font-weight:500;
  200. color:rgba(106,10,14,1);
  201. }
  202. .ticket-desc{
  203. font-size:20rpx;
  204. font-family:Source Han Sans CN;
  205. font-weight:400;
  206. color:rgba(51,51,51,1);
  207. }
  208. .yelloword{
  209. width: 144rpx;
  210. height: 36rpx;
  211. text-align: center;
  212. line-height: 36rpx;
  213. font-size:20rpx;
  214. font-family:Source Han Sans CN;
  215. font-weight:500;
  216. color:rgba(235,97,0,1);
  217. border: 1px solid #EB6100;
  218. border-radius: 18px;
  219. margin: 5rpx 0;
  220. }
  221. .validity{
  222. font-size:20rpx;
  223. font-family:Source Han Sans CN;
  224. font-weight:300;
  225. color:rgba(153,153,153,1);
  226. }
  227. .shoping{
  228. width:110rpx;
  229. height:60rpx;
  230. text-align: center;
  231. line-height: 60rpx;
  232. background:rgba(235,97,0,1);
  233. border-radius:30px;
  234. font-size:30rpx;
  235. font-family:Source Han Sans CN;
  236. font-weight:500;
  237. color:rgba(255,255,255,1);
  238. }