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.

142 lines
2.3KB

  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. /* .scrollY{
  94. height: 200rpx;
  95. margin-top: 107rpx;
  96. }
  97. .historyIcon{
  98. width: 30rpx;
  99. height: 30rpx;
  100. }
  101. .history{
  102. display: flex;
  103. justify-content: space-between;
  104. align-items: center;
  105. margin-top: 20rpx;
  106. padding: 0 50rpx;
  107. }
  108. .historyLeft{
  109. position: relative;
  110. width: 179rpx;
  111. height: 36rpx;
  112. }
  113. .ticketCode{
  114. width: 179rpx;
  115. text-align: center;
  116. font-size:20rpx;
  117. font-family:DIN;
  118. font-weight:500;
  119. color:rgba(255,255,255,1);
  120. position: absolute;
  121. top: 50%;
  122. transform: translateY(-50%);
  123. }
  124. .historyTicketBg{
  125. width: 179rpx;
  126. height: 36rpx;
  127. }
  128. .tickName{
  129. font-size:24rpx;
  130. color:rgba(102,102,102,1);
  131. margin-left: 95rpx;
  132. }
  133. .tickType{
  134. font-size:24rpx;
  135. font-family:SourceHanSansCN;
  136. font-weight:bold;
  137. color:rgba(235,97,0,1);
  138. } */