couponDetail.wxss 2.1 KB

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