list.wxss 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. @charset "UTF-8";
  2. .text-center.data-v-6a7d3892 {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-6a7d3892 {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-6a7d3892 {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-6a7d3892 {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-6a7d3892 {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-6a7d3892 {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-6a7d3892 {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-6a7d3892 {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-6a7d3892 {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. .auto-tab.data-v-6a7d3892 {
  39. position: fixed;
  40. top: 100rpx;
  41. left: 0;
  42. background-color: #ffffff;
  43. z-index: 1500;
  44. height: 88rpx;
  45. width: 100%;
  46. white-space: nowrap;
  47. padding: 0 32rpx;
  48. border-bottom: 1rpx solid #e2e2e2;
  49. box-shadow: 0 1px 5px rgba(0, 0, 0, 0.06);
  50. }
  51. .auto-item.data-v-6a7d3892 {
  52. display: inline-block;
  53. height: 84rpx;
  54. }
  55. .auto-tab-item.data-v-6a7d3892 {
  56. margin-right: 60rpx;
  57. background-color: #ffffff;
  58. height: 100%;
  59. }
  60. .auto-tab-item.current-type.data-v-6a7d3892 {
  61. border-bottom: 4rpx solid;
  62. }
  63. .empty.data-v-6a7d3892 {
  64. height: 104rpx;
  65. width: 100%;
  66. background-color: #f7f7f7;
  67. }
  68. .top.data-v-6a7d3892 {
  69. position: fixed;
  70. width: 100%;
  71. top: 0;
  72. z-index: 15;
  73. padding: 20rpx 24rpx;
  74. background-color: #efeff4;
  75. font-size: 32rpx;
  76. color: #666666;
  77. }
  78. .top .input.data-v-6a7d3892 {
  79. background-color: #ffffff;
  80. border-radius: 50rpx 0 0 50rpx;
  81. padding: 0 32rpx;
  82. font-size: 28rpx;
  83. height: 64rpx;
  84. }
  85. .top .box.data-v-6a7d3892 {
  86. position: relative;
  87. }
  88. .top .box .close-tip.data-v-6a7d3892 {
  89. width: 64rpx;
  90. height: 64rpx;
  91. background-color: #ffffff;
  92. border-radius: 0 50rpx 50rpx 0;
  93. margin-right: 20rpx;
  94. }
  95. .top .box .search-close.data-v-6a7d3892 {
  96. width: 32rpx;
  97. height: 32rpx;
  98. border-radius: 50%;
  99. margin: 16rpx;
  100. }
  101. .history.data-v-6a7d3892 {
  102. padding: 36rpx 24rpx;
  103. border-radius: 16rpx 16rpx 0 0;
  104. background-color: #ffffff;
  105. margin-top: 110rpx;
  106. min-height: calc(100vh - 110rpx);
  107. font-size: 28rpx;
  108. }
  109. .history .title.data-v-6a7d3892 {
  110. padding-bottom: 24rpx;
  111. color: #666666;
  112. }
  113. .history .title image.data-v-6a7d3892 {
  114. width: 28rpx;
  115. height: 34rpx;
  116. display: block;
  117. }
  118. .history .list .item.data-v-6a7d3892 {
  119. height: 64rpx;
  120. background-color: #f7f7f7;
  121. padding: 0 20rpx;
  122. margin-right: 20rpx;
  123. margin-bottom: 16rpx;
  124. border-radius: 32rpx;
  125. }