Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

138 lines
2.2KB

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