index.wxss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. page {
  2. background-color: #f7f8fa;
  3. }
  4. .coupons {
  5. display:flex;
  6. justify-content:space-between;
  7. margin-top: 24rpx;
  8. margin-left: 24rpx;
  9. width: 702rpx;
  10. height: 258rpx;
  11. background-color: #FFFFFF;
  12. box-shadow: 0 0 16rpx 0 rgba(36,44,69,0.20);
  13. border-radius: 8rpx;
  14. }
  15. .coupons .icon {
  16. margin-left: 64rpx;
  17. margin-top: 44rpx;
  18. width: 160rpx;
  19. height: 144rpx;
  20. }
  21. .coupons .profile {
  22. display: flex;
  23. flex-direction:column;
  24. align-items:flex-end;
  25. }
  26. .coupons .profile .name {
  27. display: flex;
  28. margin-top: 32rpx;
  29. }
  30. .coupons .profile .name .t {
  31. width: 80rpx;
  32. height: 30rpx;
  33. background: #FEB21C;
  34. border-radius: 4rpx;
  35. font-family: PingFangSC-Medium;
  36. font-size: 20rpx;
  37. color: #FFFFFF;
  38. letter-spacing: 0;
  39. line-height: 30rpx;
  40. text-align: center;
  41. }
  42. .coupons .profile .name .n {
  43. margin-left: 16rpx;
  44. margin-right: 24rpx;
  45. font-family: PingFangSC-Medium;
  46. font-size: 30rpx;
  47. color: #333333;
  48. letter-spacing: 0;
  49. line-height: 30rpx;
  50. }
  51. .coupons .profile .price {
  52. display: flex;
  53. align-items:baseline;
  54. margin-top: 24rpx;
  55. }
  56. .coupons .profile .price .tj {
  57. font-family: PingFangSC-Regular;
  58. font-size: 20rpx;
  59. color: #999999;
  60. letter-spacing: 0;
  61. line-height: 20rpx;
  62. }
  63. .coupons .profile .price .amount {
  64. font-family: PingFangSC-Medium;
  65. font-size: 56rpx;
  66. color: #FEB21C;
  67. letter-spacing: 0;
  68. line-height: 56rpx;
  69. margin-right: 24rpx;
  70. }
  71. .coupons .profile .price .amount text {
  72. margin-left: 16rpx;
  73. font-family: PingFangSC-Regular;
  74. font-size: 20rpx;
  75. color: #FEB21C;
  76. letter-spacing: 0;
  77. line-height: 20rpx;
  78. }
  79. .disabled1 {
  80. background: #999999 !important;
  81. color: #FFFFFF !important;
  82. }
  83. .disabled2 {
  84. color: #999999 !important;
  85. }
  86. .coupons .profile .btn {
  87. margin-top: 24rpx;
  88. width: 182rpx;
  89. height: 60rpx;
  90. text-align: center;
  91. background: #FFFFFF;
  92. border: 2rpx solid #979797;
  93. border-right: none;
  94. border-radius: 200rpx 2rpx 2rpx 200rpx;
  95. font-family: PingFangSC-Regular;
  96. font-size: 24rpx;
  97. color: #999999;
  98. letter-spacing: 0;
  99. line-height: 60rpx;
  100. }
  101. .bottom {
  102. width: 100vw;
  103. height: 24rpx;
  104. }
  105. .pwd-coupons-mask {
  106. position: fixed;
  107. width: 100vw;
  108. height: 100vh;
  109. background: rgba(0, 0, 0, 0.3);
  110. top: 0;
  111. left: 0;
  112. }
  113. .pwd-coupons {
  114. position: fixed;
  115. top: 300rpx;
  116. left: 100rpx;
  117. width: 550rpx;
  118. background: #fff;
  119. border-radius: 12rpx;
  120. }
  121. .pwd-coupons .t {
  122. margin-top: 32rpx;
  123. text-align: center;
  124. font-size: 32rpx;
  125. font-weight: bold;
  126. }
  127. .pwd-coupons .input {
  128. margin: 32rpx;
  129. border: 1rpx solid #666;
  130. border-radius: 8rpx;
  131. height: 88rpx;
  132. line-height: 88rpx;
  133. }
  134. .pwd-coupons button {
  135. margin: 32rpx;
  136. }
  137. .koulingcoupon {
  138. margin-top: 32rpx;
  139. }
  140. .block-btn {
  141. margin: 32rpx 0;
  142. }
  143. .hecheng {
  144. margin-top: 16rpx;
  145. }