You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

receiveTicket.wxss 2.6KB

пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  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. .picView{
  68. width: 248rpx;
  69. height: 248rpx;
  70. border-radius: 10rpx;
  71. overflow: hidden;
  72. }
  73. .smallTicket{
  74. width: 248rpx;
  75. height: 248rpx;
  76. }
  77. .contBot{
  78. display: flex;
  79. justify-content: center;
  80. align-items: center;
  81. margin-top: 80rpx;
  82. }
  83. .textView{
  84. width: 318rpx;
  85. height: 248rpx;
  86. padding-left: 33rpx;
  87. }
  88. .textView text{
  89. display: block;
  90. }
  91. .nameText{
  92. font-size:60rpx;
  93. font-family:DINPro;
  94. font-weight:bold;
  95. color:rgba(106,10,14,1);
  96. margin-top: 42rpx;
  97. margin-bottom: 25rpx
  98. }
  99. .timeText{
  100. font-size:20rpx;
  101. font-family:SourceHanSansCN;
  102. font-weight:300;
  103. color:rgba(153,153,153,1);
  104. }
  105. .getTicket{
  106. display: block;
  107. width: 670rpx;
  108. height: 98rpx;
  109. margin: 180rpx auto 0 auto;
  110. }
  111. .errorTitle{
  112. text-align: center;
  113. margin-top: 300rpx;
  114. font-size:60rpx;
  115. font-family:SourceHanSansCN;
  116. font-weight:500;
  117. color:rgba(0,0,0,1);
  118. }
  119. .ticketState{
  120. margin-top: 50rpx;
  121. margin-bottom: 203rpx;
  122. text-align: center;
  123. font-size:30rpx;
  124. font-family:SourceHanSansCN;
  125. font-weight:500;
  126. color:rgba(0,0,0,1);
  127. }
  128. .question{
  129. text-align: center;
  130. font-size:30rpx;
  131. font-family:SourceHanSansCN;
  132. font-weight:500;
  133. color:rgba(102,102,102,1);
  134. }
  135. .wx{
  136. text-align: center;
  137. font-size:24rpx;
  138. font-family:SourceHanSansCN;
  139. font-weight:500;
  140. color:rgba(153,153,153,1);
  141. }
  142. .phone{
  143. text-align: center;
  144. font-size:30rpx;
  145. font-family:SourceHanSansCN;
  146. font-weight:500;
  147. color:rgba(102,102,102,1);
  148. }
  149. .sureTicket{
  150. display: block;
  151. width: 670rpx;
  152. height: 98rpx;
  153. margin: 310rpx auto 0 auto;
  154. }