couponDetail.wxss 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  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. flex-shrink: 0;
  74. }
  75. .arrow-right{
  76. width: 12rpx;
  77. height: 24rpx;
  78. margin-left: 18rpx;
  79. }
  80. .explanation{
  81. display: flex;
  82. font-weight: 600;
  83. font-size: 28rpx;
  84. color: #000000;
  85. line-height: 40rpx;
  86. }
  87. .explanation-text{
  88. position: relative;
  89. top: -2px;
  90. }
  91. .period{
  92. font-weight: 400;
  93. font-size: 24rpx;
  94. color: #767676;
  95. line-height: 40rpx;
  96. margin-top: 18rpx;
  97. }
  98. .yhx-img{
  99. width: 349.45rpx;
  100. height: 236rpx;
  101. }
  102. .code-yhx-text{
  103. margin: 30rpx 0 20rpx;
  104. font-weight: 500;
  105. font-size: 24rpx;
  106. color: #000000;
  107. line-height: 34rpx;
  108. }
  109. .barcode-yhx{
  110. font-weight: 400;
  111. font-size: 22rpx;
  112. color: #BCBCBC;
  113. line-height: 32rpx;
  114. }