index.rpx.scss 2.5 KB

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