coupon.wxss 2.3 KB

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