search.wxss 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. @charset "UTF-8";
  2. .text-center.data-v-16e93856 {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-16e93856 {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-16e93856 {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-16e93856 {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-16e93856 {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-16e93856 {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-16e93856 {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-16e93856 {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-16e93856 {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. .search.data-v-16e93856 {
  39. position: absolute;
  40. width: 750rpx;
  41. height: 100%;
  42. background-color: #ffffff;
  43. }
  44. .search .top.data-v-16e93856 {
  45. height: 104rpx;
  46. width: 100%;
  47. background-color: #efeff4;
  48. padding: 20rpx 24rpx;
  49. position: relative;
  50. overflow: hidden;
  51. }
  52. .search .top .delete.data-v-16e93856 {
  53. width: 32rpx;
  54. height: 32rpx;
  55. }
  56. .search .top .input.data-v-16e93856 {
  57. height: 64rpx;
  58. width: 620rpx;
  59. border-radius: 50rpx;
  60. background-color: #ffffff;
  61. padding-left: 32rpx;
  62. font-size: 28rpx;
  63. color: #353535;
  64. }
  65. .search .top .delete.data-v-16e93856 {
  66. position: absolute;
  67. right: 125rpx;
  68. z-index: 1600;
  69. }
  70. .search .center.data-v-16e93856 {
  71. font-size: 28rpx;
  72. padding: 32rpx 24rpx 0 24rpx;
  73. }
  74. .search .center .strong.data-v-16e93856 {
  75. color: #666666;
  76. padding-bottom: 24rpx;
  77. }
  78. .search .center .strong text.data-v-16e93856 {
  79. margin-top: 4rpx;
  80. }
  81. .search .center .strong .delete.data-v-16e93856 {
  82. width: 44rpx;
  83. height: 32rpx;
  84. padding: 0 6rpx;
  85. }
  86. .search .center .strong-item.data-v-16e93856 {
  87. display: inline-block;
  88. height: 64rpx;
  89. line-height: 64rpx;
  90. padding: 0 20rpx;
  91. margin: 0 20rpx 16rpx 0;
  92. color: #353535;
  93. font-size: 28rpx;
  94. border-radius: 32rpx;
  95. background-color: #f7f7f7;
  96. }
  97. .order-empty.data-v-16e93856 {
  98. position: absolute;
  99. top: 555rpx;
  100. left: 50%;
  101. -webkit-transform: translate(-50%, -50%);
  102. transform: translate(-50%, -50%);
  103. width: 240rpx;
  104. text-align: center;
  105. }
  106. .order-empty > image.data-v-16e93856 {
  107. height: 240rpx;
  108. width: 240rpx;
  109. }
  110. .order-empty > text.data-v-16e93856 {
  111. font-size: 24rpx;
  112. color: #666666;
  113. }