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.

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