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. width: 298rpx;
  76. height: 188rpx;
  77. }
  78. .h-value{
  79. font-size: 28rpx;
  80. font-weight: bold;
  81. color: #333333;
  82. line-height: 44rpx;
  83. margin-top: 24rpx;
  84. margin-left: 24rpx;
  85. }
  86. .ticketMsg{
  87. font-size: 24rpx;
  88. font-weight: 400;
  89. color: #999999;
  90. line-height: 36rpx;
  91. margin-left: 24rpx;
  92. }
  93. .h-right-content{
  94. width: 188rpx;
  95. height: 188rpx;
  96. }
  97. .btn{
  98. width: 156rpx;
  99. height: 64rpx;
  100. background: #93D21A;
  101. border-radius: 32rpx;
  102. font-size: 24rpx;
  103. font-weight: 400;
  104. color: #FFFFFF;
  105. line-height: 64rpx;
  106. text-align: center;
  107. }
  108. .link{
  109. background: #FFFFFF;
  110. padding: 10rpx 24rpx;
  111. margin-top: 20rpx;
  112. line-height: 60rpx;
  113. font-size: 28rpx;
  114. color: #999999;
  115. }
  116. .inBtnView{
  117. height: 150rpx;
  118. }
  119. .inBtn{
  120. background: #FFE05C;
  121. width: 686rpx;
  122. height: 90rpx;
  123. border-radius: 45rpx;
  124. margin-top: 20rpx;
  125. margin-bottom: 40rpx;
  126. line-height: 90rpx;
  127. text-align: center;
  128. font-size: 30rpx;
  129. font-weight: bold;
  130. }
  131. .activityKey{
  132. width: 140rpx;
  133. }
  134. .activityValue{
  135. flex: 1;
  136. }