couponDetail.wxss 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  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: 94rpx;
  24. display: flex;
  25. flex-direction: column;
  26. align-items: center;
  27. margin-bottom: 318rpx;
  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. margin-bottom: 74rpx;
  52. }
  53. .box-lf,.box-ri{
  54. display: flex;
  55. align-items: center;
  56. }
  57. .box-lf{
  58. font-weight: 600;
  59. font-size: 28rpx;
  60. color: #000000;
  61. line-height: 40rpx;
  62. }
  63. .box-ri{
  64. font-weight: 400;
  65. font-size: 26rpx;
  66. color: #BCBCBC;
  67. line-height: 32rpx;
  68. }
  69. .store-img{
  70. width: 36rpx;
  71. height: 36rpx;
  72. margin-right: 18rpx;
  73. }
  74. .arrow-right{
  75. width: 12rpx;
  76. height: 24rpx;
  77. margin-left: 18rpx;
  78. }
  79. .explanation{
  80. display: flex;
  81. font-weight: 600;
  82. font-size: 28rpx;
  83. color: #000000;
  84. line-height: 40rpx;
  85. }
  86. .explanation-text{
  87. position: relative;
  88. top: -2px;
  89. }
  90. .period{
  91. font-weight: 400;
  92. font-size: 24rpx;
  93. color: #767676;
  94. line-height: 40rpx;
  95. margin-top: 18rpx;
  96. }
  97. .yhx-img{
  98. width: 349.45rpx;
  99. height: 236rpx;
  100. }
  101. .code-yhx-text{
  102. margin: 30rpx 0 20rpx;
  103. font-weight: 500;
  104. font-size: 24rpx;
  105. color: #000000;
  106. line-height: 34rpx;
  107. }
  108. .barcode-yhx{
  109. font-weight: 400;
  110. font-size: 22rpx;
  111. color: #BCBCBC;
  112. line-height: 32rpx;
  113. }