coupon.wxss 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  1. /* pages/my/coupon/coupon.wxss */
  2. page {
  3. width: 750rpx;
  4. height: 100vh;
  5. background: #F6F6F6;
  6. }
  7. .topBoxs {
  8. width: 750rpx;
  9. height: 140rpx;
  10. background: #FFFFFF;
  11. padding: 30rpx 25rpx;
  12. }
  13. .topBoxs .input {
  14. width: 470rpx;
  15. height: 80rpx;
  16. background: #F6F6F6;
  17. border-radius: 8rpx;
  18. padding: 0 25rpx;
  19. box-sizing: border-box;
  20. color: #999;
  21. font-size: 30rpx;
  22. }
  23. .topBoxs .now {
  24. width: 210rpx;
  25. height: 80rpx;
  26. border-radius: 8rpx;
  27. font-size: 30rpx;
  28. line-height: 80rpx;
  29. text-align: center;
  30. }
  31. .gray {
  32. color: #FFFFFF;
  33. background: #CCCCCC;
  34. }
  35. .skyBlue {
  36. color: #FFFFFF;
  37. background: linear-gradient(270deg, #467FFF 0%, #4699FF 100%);
  38. }
  39. .listBoxs {
  40. padding: 25rpx;
  41. }
  42. .listBoxs .itemBoxs {
  43. width: 702rpx;
  44. background: #FFFFFF;
  45. border-radius: 12rpx;
  46. margin: auto;
  47. margin-bottom: 25rpx;
  48. padding: 50rpx 25rpx 32rpx;
  49. position: relative;
  50. }
  51. .opct {
  52. opacity: .75;
  53. }
  54. .top {
  55. width: 80%;
  56. }
  57. .top .le {
  58. line-height: 45rpx;
  59. }
  60. .top .tit {
  61. font-size: 32rpx;
  62. font-weight: 500;
  63. color: #191C27;
  64. }
  65. .top .time {
  66. font-size: 24rpx;
  67. color: #666666;
  68. }
  69. .top .lr {
  70. text-align: center;
  71. }
  72. .top .num .logo {
  73. font-size: 32rpx;
  74. font-weight: normal;
  75. }
  76. .top .num {
  77. font-size: 55rpx;
  78. font-weight: bold;
  79. color: #FF663D;
  80. }
  81. .top .old {
  82. font-size: 24rpx;
  83. color: #666666;
  84. }
  85. .itemBoxs .line {
  86. width: 100%;
  87. height: 2rpx;
  88. background-image: linear-gradient(to right, #EDEDED 0%, #EDEDED 50%, transparent 50%);
  89. background-size: 20rpx 20rpx;
  90. background-repeat: repeat-x;
  91. margin: 20rpx 0;
  92. }
  93. .guoqi {
  94. width: 90rpx;
  95. height: 90rpx;
  96. position: absolute;
  97. right: 0;
  98. bottom: 0;
  99. z-index: 10;
  100. }
  101. .custom-image .van-empty__image {
  102. width: 690rpx;
  103. }
  104. .icon {
  105. width: 40rpx;
  106. height: 40rpx;
  107. }
  108. .footerNav {
  109. width: 750rpx;
  110. height: 114rpx;
  111. position: fixed;
  112. left: 0;
  113. bottom: 0;
  114. z-index: 10;
  115. background: #FFFFFF;
  116. padding: 0 24rpx;
  117. }
  118. .footerNav .tips {
  119. font-size: 28rpx;
  120. color: #191C27;
  121. align-items: baseline;
  122. }
  123. .footerNav .tips .code {
  124. font-size: 32rpx;
  125. color: #FF663D;
  126. }
  127. .footerNav .tips .val {
  128. font-size: 48rpx;
  129. }
  130. .footerNav .btn {
  131. width: 192rpx;
  132. height: 82rpx;
  133. line-height: 82rpx;
  134. font-size: 32rpx;
  135. font-weight: 500;
  136. color: #FFFFFF;
  137. border-radius: 41rpx;
  138. }