index.rpx.scss 2.5 KB

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