coupon.wxss 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  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 .le {
  55. line-height: 45rpx;
  56. }
  57. .top .tit {
  58. font-size: 32rpx;
  59. font-weight: 500;
  60. color: #191C27;
  61. }
  62. .top .time {
  63. font-size: 24rpx;
  64. color: #666666;
  65. }
  66. .top .lr {
  67. text-align: center;
  68. }
  69. .top .num .logo {
  70. font-size: 32rpx;
  71. font-weight: normal;
  72. }
  73. .top .num {
  74. font-size: 55rpx;
  75. font-weight: bold;
  76. color: #FF663D;
  77. }
  78. .top .old {
  79. font-size: 24rpx;
  80. color: #666666;
  81. }
  82. .itemBoxs .line {
  83. width: 100%;
  84. height: 2rpx;
  85. background-image: linear-gradient(to right, #EDEDED 0%, #EDEDED 50%, transparent 50%);
  86. background-size: 20rpx 20rpx;
  87. background-repeat: repeat-x;
  88. margin: 20rpx 0;
  89. }
  90. .footer {
  91. align-items: flex-start;
  92. }
  93. .footer .lr {
  94. width: 136rpx;
  95. height: 48rpx;
  96. background: linear-gradient(360deg, #FE425D 0%, #FE7011 100%);
  97. border-radius: 30rpx;
  98. font-size: 24rpx;
  99. color: #FFFFFF;
  100. line-height: 48rpx;
  101. text-align: center;
  102. margin: 0;
  103. }
  104. .footerTips {
  105. font-size: 24rpx;
  106. color: #666666;
  107. position: absolute;
  108. left: 50%;
  109. bottom: 2%;
  110. width: 60%;
  111. transform: translate(-50%, 0);
  112. }
  113. .footerTips .line {
  114. width: 1px;
  115. height: 20rpx;
  116. background: #BDBDBD;
  117. }
  118. .guoqi{
  119. width: 90rpx;
  120. height: 90rpx;
  121. position: absolute;
  122. right: 0;
  123. bottom: 0;
  124. z-index: 10;
  125. }
  126. .custom-image .van-empty__image{
  127. width: 690rpx;
  128. }