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

receiveTicket.wxss 2.9KB

5 年前
5 年前
5 年前
5 年前
5 年前
5 年前
5 年前
5 年前
5 年前
5 年前
5 年前
5 年前
5 年前
5 年前
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  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. position: relative;
  69. text-align: center;
  70. }
  71. .picView{
  72. width: 248rpx;
  73. height: 248rpx;
  74. border-radius: 10rpx;
  75. overflow: hidden;
  76. }
  77. .smallTicket{
  78. width: 248rpx;
  79. height: 248rpx;
  80. }
  81. .textView{
  82. width: 318rpx;
  83. height: 248rpx;
  84. position: absolute;
  85. top: 50rpx;
  86. left: 110rpx;
  87. }
  88. .textView text{
  89. display: block;
  90. }
  91. .nameText{
  92. font-size:50rpx;
  93. font-family:DINPro;
  94. /* font-weight:bold; */
  95. color:rgba(106,10,14,1);
  96. margin-bottom: 20rpx;
  97. }
  98. .timeText{
  99. font-size:24rpx;
  100. font-family:SourceHanSansCN;
  101. font-weight:300;
  102. color:#8f560f;
  103. }
  104. .getTicket{
  105. display: block;
  106. width: 670rpx;
  107. height: 98rpx;
  108. margin: 180rpx auto 0 auto;
  109. }
  110. .errorTitle{
  111. text-align: center;
  112. margin-top: 300rpx;
  113. font-size:60rpx;
  114. font-family:SourceHanSansCN;
  115. font-weight:500;
  116. color:rgba(0,0,0,1);
  117. }
  118. .ticketState{
  119. margin-top: 50rpx;
  120. margin-bottom: 203rpx;
  121. text-align: center;
  122. font-size:30rpx;
  123. font-family:SourceHanSansCN;
  124. font-weight:500;
  125. color:rgba(0,0,0,1);
  126. }
  127. .question{
  128. text-align: center;
  129. font-size:30rpx;
  130. font-family:SourceHanSansCN;
  131. font-weight:500;
  132. color:rgba(102,102,102,1);
  133. }
  134. .wx{
  135. text-align: center;
  136. font-size:24rpx;
  137. font-family:SourceHanSansCN;
  138. font-weight:500;
  139. color:rgba(153,153,153,1);
  140. }
  141. .phone{
  142. text-align: center;
  143. font-size:30rpx;
  144. font-family:SourceHanSansCN;
  145. font-weight:500;
  146. color:rgba(102,102,102,1);
  147. }
  148. .sureTicket{
  149. display: block;
  150. width: 670rpx;
  151. height: 98rpx;
  152. margin: 310rpx auto 0 auto;
  153. }
  154. .receiveTicket{
  155. width: 650rpx;
  156. height: 275rpx;
  157. }
  158. .bigticketView{
  159. display: flex;
  160. justify-content: center;
  161. align-items: center;
  162. color:#8f560f;
  163. }
  164. .maney{
  165. font-weight:bold;
  166. font-size:40rpx;
  167. }
  168. .Bigticket{
  169. font-size:35rpx;
  170. font-family:DINPro;
  171. color:#8f560f;
  172. }
  173. .line{
  174. width: 605rpx;
  175. margin: 70rpx auto 20rpx auto;
  176. height: 1rpx;
  177. background-color: #cccccc;
  178. }