index.wxss 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. page {
  2. background-color: #fff;
  3. }
  4. page view {
  5. box-sizing: border-box;
  6. }
  7. .result-container {
  8. display: block;
  9. }
  10. .result-container .t-search {
  11. padding: 0 30rpx;
  12. background-color: #fff;
  13. }
  14. .result-container .t-class__input-container {
  15. height: 64rpx !important;
  16. border-radius: 32rpx !important;
  17. }
  18. .result-container .t-search__left-icon {
  19. display: flex;
  20. align-items: center;
  21. }
  22. .result-container .t-search__input {
  23. font-size: 28rpx !important;
  24. color: #333 !important;
  25. }
  26. .result-container .category-goods-list {
  27. background-color: #f2f2f2;
  28. overflow-y: scroll;
  29. padding: 20rpx 24rpx;
  30. -webkit-overflow-scrolling: touch;
  31. }
  32. .result-container .wr-goods-list {
  33. background: #f2f2f2 !important;
  34. }
  35. .result-container .t-image__mask {
  36. display: flex !important;
  37. }
  38. .result-container .empty-wrap {
  39. margin-top: 184rpx;
  40. margin-bottom: 120rpx;
  41. height: 300rpx;
  42. }
  43. .result-container .empty-wrap .empty-tips .empty-content .content-text {
  44. margin-top: 40rpx;
  45. }
  46. .result-container .price-container {
  47. padding: 32rpx;
  48. height: 100vh;
  49. max-width: 632rpx;
  50. background-color: #fff;
  51. border-radius: 30rpx 0 0 30rpx;
  52. }
  53. .result-container .price-between {
  54. font-size: 26rpx;
  55. font-weight: 500;
  56. color: rgba(51, 51, 51, 1);
  57. }
  58. .result-container .price-ipts-wrap {
  59. width: 100%;
  60. display: flex;
  61. flex-direction: row;
  62. justify-content: space-around;
  63. margin-top: 24rpx;
  64. }
  65. .result-container .price-ipts-wrap .price-divided {
  66. position: relative;
  67. width: 22rpx;
  68. margin: 0 20rpx;
  69. color: #222427;
  70. }
  71. .result-container .price-ipts-wrap .price-ipt {
  72. box-sizing: border-box;
  73. width: 246rpx;
  74. font-size: 24rpx;
  75. height: 56rpx;
  76. padding: 0 24rpx;
  77. text-align: center;
  78. border-radius: 8rpx;
  79. color: #333;
  80. background: rgba(245, 245, 245, 1);
  81. }
  82. .t-class-input {
  83. font-size: 24rpx !important;
  84. }
  85. .t-search__clear {
  86. font-size: 40rpx !important;
  87. }
  88. .result-container .price-ipts-wrap .price-ipt::after {
  89. border: none !important;
  90. }
  91. .result-container .t-input__control {
  92. font-size: 24rpx !important;
  93. text-align: center;
  94. }