couponDetail.wxss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. .container{
  2. height: 100vh;
  3. }
  4. .content{
  5. flex: 1;
  6. overflow: auto;
  7. margin: 66rpx 56rpx 0;
  8. }
  9. .title{
  10. font-weight: 600;
  11. font-size: 28rpx;
  12. color: #000000;
  13. line-height: 40rpx;
  14. }
  15. .time{
  16. font-weight: 400;
  17. font-size: 24rpx;
  18. color: #B0B0B0;
  19. line-height: 34rpx;
  20. margin-top: 10rpx;
  21. }
  22. .code-box{
  23. margin-top: 130rpx;
  24. display: flex;
  25. flex-direction: column;
  26. align-items: center;
  27. margin-bottom: 200rpx;
  28. }
  29. .code-img{
  30. width: 264rpx;
  31. height: 264rpx;
  32. border-radius: 20rpx;
  33. }
  34. .code-text{
  35. font-weight: 400;
  36. font-size: 24rpx;
  37. color: #8D8D8D;
  38. line-height: 34rpx;
  39. margin: 34rpx 0 16rpx;
  40. }
  41. .barcode{
  42. font-weight: 500;
  43. font-size: 24rpx;
  44. color: #FF5B00;
  45. line-height: 34rpx;
  46. }
  47. .store-box{
  48. display: flex;
  49. align-items: center;
  50. justify-content: space-between;
  51. }
  52. .box-lf,.box-ri{
  53. display: flex;
  54. align-items: center;
  55. }
  56. .box-lf{
  57. font-weight: 600;
  58. font-size: 28rpx;
  59. color: #000000;
  60. line-height: 40rpx;
  61. }
  62. .hint{
  63. font-size: 22rpx;
  64. color: #000000;
  65. font-weight: 400;
  66. margin-left: 54rpx;
  67. margin-top: 10rpx;
  68. }
  69. .box-ri{
  70. font-weight: 400;
  71. font-size: 26rpx;
  72. color: #BCBCBC;
  73. line-height: 32rpx;
  74. }
  75. .store-img{
  76. width: 36rpx;
  77. height: 36rpx;
  78. margin-right: 18rpx;
  79. flex-shrink: 0;
  80. }
  81. .arrow-right{
  82. width: 12rpx;
  83. height: 24rpx;
  84. margin-left: 18rpx;
  85. }
  86. .explanation{
  87. display: flex;
  88. font-weight: 600;
  89. font-size: 28rpx;
  90. color: #000000;
  91. line-height: 40rpx;
  92. }
  93. .explanation-text{
  94. position: relative;
  95. top: -2px;
  96. }
  97. .period{
  98. font-weight: 400;
  99. font-size: 24rpx;
  100. color: #767676;
  101. line-height: 40rpx;
  102. margin-top: 18rpx;
  103. }
  104. .yhx-img{
  105. width: 349.45rpx;
  106. height: 236rpx;
  107. }
  108. .code-yhx-text{
  109. margin: 30rpx 0 20rpx;
  110. font-weight: 500;
  111. font-size: 24rpx;
  112. color: #000000;
  113. line-height: 34rpx;
  114. }
  115. .barcode-yhx{
  116. font-weight: 400;
  117. font-size: 22rpx;
  118. color: #BCBCBC;
  119. line-height: 32rpx;
  120. }