index.rpx.scss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  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. .out2{
  39. background: #f7f7f7;
  40. padding: 0 32rpx 30rpx 32rpx;
  41. }
  42. .ticket{
  43. padding: 20rpx 0;
  44. }
  45. .ticketList{
  46. width: 686rpx;
  47. height: 188rpx;
  48. margin-top: 24rpx;
  49. background-image: url('/static/coupon/u210.png');
  50. background-repeat: no-repeat;
  51. background-size: cover;
  52. }
  53. .h-text{
  54. width: 200rpx;
  55. height: 188rpx;
  56. }
  57. .money{
  58. height: 52rpx;
  59. font-size: 36rpx;
  60. font-family: DINAlternate-Bold, DINAlternate;
  61. font-weight: bold;
  62. color: #333333;
  63. line-height: 52rpx;
  64. text-align: center;
  65. }
  66. .desc{
  67. height: 36rpx;
  68. font-size: 20rpx;
  69. font-weight: 400;
  70. color: #333333;
  71. line-height: 36rpx;
  72. text-align: center;
  73. }
  74. .h-center-content{
  75. height: 188rpx;
  76. }
  77. .h-value{
  78. font-size: 28rpx;
  79. font-weight: bold;
  80. color: #333333;
  81. line-height: 44rpx;
  82. margin-top: 24rpx;
  83. margin-left: 24rpx;
  84. }
  85. .ticketMsg{
  86. font-size: 24rpx;
  87. font-weight: 400;
  88. color: #999999;
  89. line-height: 36rpx;
  90. margin-left: 24rpx;
  91. }
  92. .h-right-content{
  93. width: 188rpx;
  94. height: 188rpx;
  95. }
  96. .btn{
  97. width: 156rpx;
  98. height: 64rpx;
  99. background: #93D21A;
  100. border-radius: 32rpx;
  101. font-size: 24rpx;
  102. font-weight: 400;
  103. color: #FFFFFF;
  104. line-height: 64rpx;
  105. text-align: center;
  106. }
  107. .link{
  108. background: #FFFFFF;
  109. padding: 10rpx 24rpx;
  110. margin-top: 20rpx;
  111. line-height: 60rpx;
  112. font-size: 28rpx;
  113. color: #999999;
  114. }
  115. .inBtnView{
  116. height: 150rpx;
  117. }
  118. .inBtn{
  119. background: #FFE05C;
  120. width: 686rpx;
  121. height: 90rpx;
  122. border-radius: 45rpx;
  123. margin-top: 20rpx;
  124. margin-bottom: 40rpx;
  125. line-height: 90rpx;
  126. text-align: center;
  127. font-size: 30rpx;
  128. font-weight: bold;
  129. }
  130. .activityKey{
  131. width: 140rpx;
  132. }
  133. .activityValue{
  134. flex: 1;
  135. }