index.rpx.scss 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. .out1{
  2. background: #ffffff;
  3. padding: 0 32rpx;
  4. }
  5. .top{
  6. background: #ffffff;
  7. padding: 20rpx 0;
  8. font-size: 28rpx;
  9. color: #999999;
  10. line-height: 50rpx;
  11. border-bottom: 2rpx solid #f1f1f1;
  12. }
  13. .top1{
  14. background: #ffffff;
  15. padding: 20rpx 0;
  16. font-size: 28rpx;
  17. color: #999999;
  18. line-height: 50rpx;
  19. }
  20. .title{
  21. font-size: 30rpx;
  22. font-weight: bold;
  23. color: #000000;
  24. }
  25. .price{
  26. font-size: 32rpx;
  27. font-weight: bold;
  28. color: #ed569f;
  29. }
  30. .out2{
  31. background: #f7f7f7;
  32. padding: 0 32rpx 30rpx 32rpx;
  33. }
  34. .ticket{
  35. padding: 20rpx 0;
  36. }
  37. .ticketList{
  38. width: 686rpx;
  39. height: 188rpx;
  40. margin-top: 24rpx;
  41. background-image: url('/static/coupon/u210.png');
  42. background-repeat: no-repeat;
  43. background-size: cover;
  44. }
  45. .h-text{
  46. width: 200rpx;
  47. height: 188rpx;
  48. }
  49. .money{
  50. height: 52rpx;
  51. font-size: 36rpx;
  52. font-family: DINAlternate-Bold, DINAlternate;
  53. font-weight: bold;
  54. color: #333333;
  55. line-height: 52rpx;
  56. text-align: center;
  57. }
  58. .desc{
  59. height: 36rpx;
  60. font-size: 20rpx;
  61. font-weight: 400;
  62. color: #333333;
  63. line-height: 36rpx;
  64. text-align: center;
  65. }
  66. .h-center-content{
  67. width: 298rpx;
  68. height: 188rpx;
  69. }
  70. .h-value{
  71. font-size: 28rpx;
  72. font-weight: bold;
  73. color: #333333;
  74. line-height: 44rpx;
  75. margin-top: 24rpx;
  76. margin-left: 24rpx;
  77. }
  78. .ticketMsg{
  79. font-size: 24rpx;
  80. font-weight: 400;
  81. color: #999999;
  82. line-height: 36rpx;
  83. margin-left: 24rpx;
  84. }
  85. .h-right-content{
  86. width: 188rpx;
  87. height: 188rpx;
  88. }
  89. .btn{
  90. width: 156rpx;
  91. height: 64rpx;
  92. background: #93D21A;
  93. border-radius: 32rpx;
  94. font-size: 24rpx;
  95. font-weight: 400;
  96. color: #FFFFFF;
  97. line-height: 64rpx;
  98. text-align: center;
  99. }
  100. .link{
  101. background: #FFFFFF;
  102. padding: 10rpx 24rpx;
  103. margin-top: 20rpx;
  104. line-height: 60rpx;
  105. font-size: 28rpx;
  106. color: #999999;
  107. }