search-input.wxss 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. @charset "UTF-8";
  2. .text-center.data-v-6faedca4 {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-6faedca4 {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-6faedca4 {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-6faedca4 {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-6faedca4 {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-6faedca4 {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-6faedca4 {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-6faedca4 {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-6faedca4 {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. .search-input.data-v-6faedca4 {
  39. height: 88rpx;
  40. box-shadow: inset 0 0 1px 0 rgba(0, 0, 0, 0.15);
  41. background-color: #efeff4;
  42. position: fixed;
  43. top: 0;
  44. left: 0;
  45. z-index: 1500;
  46. }
  47. .jump-button.data-v-6faedca4 {
  48. width: 224rpx;
  49. height: 88rpx;
  50. }
  51. .jump-button .icon.data-v-6faedca4 {
  52. width: 46rpx;
  53. height: 46rpx;
  54. margin-right: 8rpx;
  55. position: relative;
  56. }
  57. .jump-button .icon > image.data-v-6faedca4 {
  58. position: absolute;
  59. left: -1rpx;
  60. top: -1rpx;
  61. height: 48rpx;
  62. width: 48rpx;
  63. }
  64. .jump-button .font.data-v-6faedca4 {
  65. font-size: 26rpx;
  66. text-align: center;
  67. }
  68. .input-view.data-v-6faedca4 {
  69. width: 526rpx;
  70. }
  71. .input-view .input.data-v-6faedca4 {
  72. width: 503rpx;
  73. height: 56rpx;
  74. margin-left: 23rpx;
  75. background-color: #ffffff;
  76. border-radius: 25rpx;
  77. }
  78. .input-view .input .input-in.data-v-6faedca4 {
  79. width: 503rpx;
  80. height: 56rpx;
  81. }
  82. .input-view .input .input-in .icon.data-v-6faedca4 {
  83. width: 26rpx;
  84. height: 26rpx;
  85. margin-right: 12rpx;
  86. }
  87. .input-view .input .input-in .font.data-v-6faedca4 {
  88. font-size: 26rpx;
  89. color: #b2b2b2;
  90. }