exchange.wxss 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. @charset "UTF-8";
  2. .text-center.data-v-003ebbba {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-003ebbba {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-003ebbba {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-003ebbba {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-003ebbba {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-003ebbba {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-003ebbba {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-003ebbba {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-003ebbba {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. .coupon.data-v-003ebbba {
  39. height: 156rpx;
  40. border-bottom: 1rpx solid #e2e2e2;
  41. position: relative;
  42. padding: 30rpx 24rpx 0;
  43. font-size: 15px;
  44. background-color: #fff;
  45. }
  46. .coupon-name.data-v-003ebbba {
  47. color: #353535;
  48. }
  49. .coupon-price.data-v-003ebbba {
  50. margin-top: 12rpx;
  51. }
  52. .to-card.data-v-003ebbba {
  53. height: 56rpx;
  54. line-height: 56rpx;
  55. padding: 0 16rpx;
  56. background-color: #fff;
  57. border-radius: 28rpx;
  58. border: 1rpx solid;
  59. font-size: 28rpx;
  60. width: auto;
  61. }
  62. .to-card.data-v-003ebbba::after {
  63. border: 0;
  64. }
  65. .goods.data-v-003ebbba {
  66. height: 200rpx;
  67. border-bottom: 1rpx solid #e2e2e2;
  68. position: relative;
  69. padding: 32rpx 24rpx;
  70. font-size: 15px;
  71. background-color: #fff;
  72. }
  73. .goods-img.data-v-003ebbba {
  74. height: 136rpx;
  75. width: 180rpx;
  76. float: left;
  77. margin-right: 16rpx;
  78. }
  79. .goods-info.data-v-003ebbba {
  80. width: 72%;
  81. }
  82. .order-detail.data-v-003ebbba {
  83. position: absolute;
  84. top: 72rpx;
  85. right: 24rpx;
  86. }
  87. .card-list.data-v-003ebbba {
  88. position: absolute;
  89. top: 50rpx;
  90. right: 24rpx;
  91. }