Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

153 rindas
2.4KB

  1. /* pages/TicketDetails/TicketDetails.wxss */
  2. .ticketImg{
  3. width: 100%;
  4. height: 472rpx;
  5. }
  6. .imgView{
  7. width: 100%;
  8. height: 300rpx;
  9. overflow: hidden;
  10. border-radius:0px 0px 30rpx 30rpx;
  11. position: relative
  12. }
  13. .tooth{
  14. display: block;
  15. width: 694rpx;
  16. height: 10rpx;
  17. position: absolute;
  18. left: 50%;
  19. bottom: -4rpx;
  20. transform: translateX(-50%);
  21. }
  22. .buyNum{
  23. width: 100%;
  24. height: 190rpx;
  25. display: flex;
  26. justify-content: space-between;
  27. align-items: center;
  28. }
  29. .ticketName{
  30. margin-left: 96rpx;
  31. }
  32. .lineRig{
  33. margin-right: 55rpx;
  34. }
  35. .line{
  36. margin-left: 94rpx;
  37. margin-right: 46rpx;
  38. width: 1rpx;
  39. height: 126rpx;
  40. background-color: rgba(204,204,204,1);
  41. }
  42. .bigWord{
  43. font-size:100rpx;
  44. font-family:DINPro;
  45. font-weight:bold;
  46. color:rgba(235,97,0,1);
  47. }
  48. .smaWord{
  49. font-size:30rpx;
  50. font-family:SourceHanSansCN;
  51. font-weight:bold;
  52. color:rgba(51,51,51,1);
  53. }
  54. .title{
  55. display: inline-block;
  56. width: 100%;
  57. margin: 57rpx 0 7rpx 0;
  58. text-align: center;
  59. font-size:30rpx;
  60. font-family:SourceHanSansCN;
  61. font-weight:bold;
  62. color:rgba(51,51,51,1);
  63. line-height:30rpx;
  64. }
  65. .timeLimit{
  66. height: 26rpx;
  67. display: flex;
  68. align-items: center;
  69. margin-top: 23rpx;
  70. margin-bottom: 15rpx;
  71. }
  72. .timeLimit image{
  73. width: 20rpx;
  74. height: 20rpx;
  75. margin-left: 32rpx;
  76. margin-right: 16rpx;
  77. }
  78. .timeLimit text{
  79. font-size:26rpx;
  80. font-family:SourceHanSansCN;
  81. font-weight:bold;
  82. color:rgba(51,51,51,1);
  83. line-height:30rpx;
  84. }
  85. .specify{
  86. font-size:22rpx;
  87. font-family:SourceHanSansCN;
  88. font-weight:400;
  89. color:rgba(102,102,102,1);
  90. line-height:30rpx;
  91. width: 613rpx;
  92. margin-left: 69rpx;
  93. }
  94. .lookView{
  95. width: 100%;
  96. text-align: center;
  97. margin-top: 100rpx;
  98. }
  99. .codeImg{
  100. width: 200rpx;
  101. height: 200rpx
  102. }
  103. /* .scrollY{
  104. height: 200rpx;
  105. margin-top: 107rpx;
  106. }
  107. .historyIcon{
  108. width: 30rpx;
  109. height: 30rpx;
  110. }
  111. .history{
  112. display: flex;
  113. justify-content: space-between;
  114. align-items: center;
  115. margin-top: 20rpx;
  116. padding: 0 50rpx;
  117. }
  118. .historyLeft{
  119. position: relative;
  120. width: 179rpx;
  121. height: 36rpx;
  122. }
  123. .ticketCode{
  124. width: 179rpx;
  125. text-align: center;
  126. font-size:20rpx;
  127. font-family:DIN;
  128. font-weight:500;
  129. color:rgba(255,255,255,1);
  130. position: absolute;
  131. top: 50%;
  132. transform: translateY(-50%);
  133. }
  134. .historyTicketBg{
  135. width: 179rpx;
  136. height: 36rpx;
  137. }
  138. .tickName{
  139. font-size:24rpx;
  140. color:rgba(102,102,102,1);
  141. margin-left: 95rpx;
  142. }
  143. .tickType{
  144. font-size:24rpx;
  145. font-family:SourceHanSansCN;
  146. font-weight:bold;
  147. color:rgba(235,97,0,1);
  148. } */