index.rpx.scss 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. .page{
  2. height: 100vh;
  3. }
  4. .content{
  5. display: flex;
  6. flex: 1;
  7. overflow: auto;
  8. }
  9. .out1{
  10. background: #ffffff;
  11. padding: 0 32rpx;
  12. display: flex;
  13. justify-content: space-between;
  14. }
  15. .top{
  16. background: #ffffff;
  17. padding: 20rpx 0;
  18. font-size: 28rpx;
  19. color: #999999;
  20. line-height: 50rpx;
  21. border-bottom: 2rpx solid #f1f1f1;
  22. }
  23. .top1{
  24. background: #ffffff;
  25. padding: 20rpx 0;
  26. font-size: 28rpx;
  27. color: #999999;
  28. line-height: 50rpx;
  29. }
  30. .title{
  31. font-size: 30rpx;
  32. font-weight: bold;
  33. color: #000000;
  34. }
  35. .price{
  36. font-size: 32rpx;
  37. font-weight: bold;
  38. color: #ed569f;
  39. }
  40. .out2{
  41. background: #f7f7f7;
  42. padding: 0 32rpx 30rpx 32rpx;
  43. }
  44. .ticket{
  45. padding: 20rpx 0;
  46. }
  47. .ticketList{
  48. width: 686rpx;
  49. height: 188rpx;
  50. margin-top: 24rpx;
  51. background-image: url('/static/coupon/u210.png');
  52. background-repeat: no-repeat;
  53. background-size: cover;
  54. }
  55. .h-text{
  56. width: 200rpx;
  57. height: 188rpx;
  58. }
  59. .money{
  60. height: 52rpx;
  61. font-size: 36rpx;
  62. font-family: DINAlternate-Bold, DINAlternate;
  63. font-weight: bold;
  64. color: #333333;
  65. line-height: 52rpx;
  66. text-align: center;
  67. }
  68. .desc{
  69. height: 36rpx;
  70. font-size: 20rpx;
  71. font-weight: 400;
  72. color: #333333;
  73. line-height: 36rpx;
  74. text-align: center;
  75. }
  76. .h-center-content{
  77. height: 188rpx;
  78. }
  79. .h-value{
  80. font-size: 28rpx;
  81. font-weight: bold;
  82. color: #333333;
  83. line-height: 44rpx;
  84. //margin-top: 24rpx;
  85. margin-left: 24rpx;
  86. }
  87. .ticketMsg{
  88. font-size: 24rpx;
  89. font-weight: 400;
  90. color: #999999;
  91. line-height: 36rpx;
  92. margin-left: 24rpx;
  93. }
  94. .h-right-content{
  95. width: 188rpx;
  96. height: 188rpx;
  97. }
  98. .btn{
  99. width: 156rpx;
  100. height: 64rpx;
  101. background: #93D21A;
  102. border-radius: 32rpx;
  103. font-size: 24rpx;
  104. font-weight: 400;
  105. color: #FFFFFF;
  106. line-height: 64rpx;
  107. text-align: center;
  108. }
  109. .link{
  110. background: #FFFFFF;
  111. padding: 10rpx 24rpx;
  112. margin-top: 20rpx;
  113. line-height: 60rpx;
  114. font-size: 28rpx;
  115. color: #999999;
  116. }
  117. .inBtnView{
  118. height: 150rpx;
  119. }
  120. .inBtn{
  121. background: #FFE05C;
  122. width: 686rpx;
  123. height: 90rpx;
  124. border-radius: 45rpx;
  125. margin-top: 20rpx;
  126. margin-bottom: 40rpx;
  127. line-height: 90rpx;
  128. text-align: center;
  129. font-size: 30rpx;
  130. font-weight: bold;
  131. }
  132. .activityKey{
  133. width: 140rpx;
  134. }
  135. .activityValue{
  136. flex: 1;
  137. }
  138. .itemTitle {
  139. font-size: 24rpx;
  140. font-family: PingFangSC-Regular, PingFang SC;
  141. font-weight: 400;
  142. color: #999999;
  143. line-height: 36rpx;
  144. margin-left: 24rpx;
  145. }
  146. .remark{
  147. width: 646rpx;
  148. font-size: 25rpx;
  149. line-height: 40rpx;
  150. background: #FFFFFF;
  151. border-radius: 20rpx;
  152. padding: 20rpx;
  153. text-indent: 2em;
  154. color: #999999;
  155. }