coupon.wxss 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. .panel{
  2. width:690rpx;
  3. background-color: #fff;
  4. border-radius: 10rpx;
  5. margin-bottom: 30rpx;
  6. }
  7. .panel1{
  8. width:100%;
  9. font-size:24rpx;
  10. font-weight: 400;
  11. }
  12. .panel11{
  13. width:100%;
  14. margin-top: 30rpx;
  15. justify-content: space-between;
  16. }
  17. .text1{
  18. font-size:32rpx;
  19. margin-left: 30rpx;
  20. font-weight: 500;
  21. }
  22. .text2{
  23. font-size:32rpx;
  24. font-weight: 400;
  25. margin-right: 30rpx;
  26. color:#FE6659;
  27. }
  28. .panel12{
  29. font-size:28rpx;
  30. align-self: flex-start;
  31. font-weight: 400;
  32. margin:0 0 30rpx 30rpx;
  33. }
  34. .line{
  35. width:100%;
  36. height:1rpx;
  37. background-color: #f0f0f0;
  38. }
  39. .text3{
  40. margin-top: 30rpx;
  41. width:630rpx;
  42. }
  43. .text4{
  44. margin-bottom: 30rpx;
  45. width:630rpx;
  46. }
  47. .text5{
  48. width:630rpx;
  49. }
  50. .panel3{
  51. width:100%;
  52. justify-content: space-between;
  53. height:100rpx;
  54. }
  55. .panel31{
  56. margin-left: 30rpx;
  57. font-size:28rpx;
  58. font-weight: 400;
  59. }
  60. .Arrow{
  61. width:16rpx;
  62. height:26rpx;
  63. margin-right: 30rpx;
  64. }
  65. .panelNone{
  66. margin-top: 462rpx;
  67. font-size:48rpx;
  68. }
  69. .Success{
  70. position: fixed;
  71. top:0;
  72. background-color: #0B8457;
  73. color:#fff;
  74. }
  75. .img{
  76. width:200rpx;
  77. height:200rpx;
  78. margin-top: 150rpx;
  79. }
  80. .text10{
  81. font-size:54rpx;
  82. text-align: center;
  83. margin-top: 170rpx;
  84. }
  85. .text11{
  86. font-size:32rpx;
  87. margin-top: 40rpx;
  88. }
  89. .text12{
  90. font-size:32rpx;
  91. margin-top: 10rpx;
  92. }
  93. .btn {
  94. font-size: 36rpx;
  95. width: 600rpx;
  96. height: 90rpx;
  97. border-radius: 14rpx;
  98. text-align: center;
  99. line-height: 90rpx;
  100. margin-top: 40rpx;
  101. background-color: #0B8457;
  102. border:1rpx solid #fff;
  103. color:#fff;
  104. }
  105. .text13{
  106. font-size:28rpx;
  107. margin-top: 40rpx;
  108. }