uni-search-bar.wxss 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. .uni-searchbar.data-v-64ee3838 {
  2. display: -webkit-box;
  3. display: -webkit-flex;
  4. display: flex;
  5. -webkit-box-orient: horizontal;
  6. -webkit-box-direction: normal;
  7. -webkit-flex-direction: row;
  8. flex-direction: row;
  9. position: relative;
  10. padding: 16rpx;
  11. background-color: #ffffff;
  12. }
  13. .uni-searchbar__box.data-v-64ee3838 {
  14. display: -webkit-box;
  15. display: -webkit-flex;
  16. display: flex;
  17. -webkit-box-sizing: border-box;
  18. box-sizing: border-box;
  19. overflow: hidden;
  20. position: relative;
  21. -webkit-box-flex: 1;
  22. -webkit-flex: 1;
  23. flex: 1;
  24. -webkit-box-pack: center;
  25. -webkit-justify-content: center;
  26. justify-content: center;
  27. -webkit-box-orient: horizontal;
  28. -webkit-box-direction: normal;
  29. -webkit-flex-direction: row;
  30. flex-direction: row;
  31. -webkit-box-align: center;
  32. -webkit-align-items: center;
  33. align-items: center;
  34. height: 36px;
  35. padding: 5px 8px 5px 0px;
  36. border-width: 0.5px;
  37. border-style: solid;
  38. border-color: #e5e5e5;
  39. }
  40. .uni-searchbar__box-icon-search.data-v-64ee3838 {
  41. display: -webkit-box;
  42. display: -webkit-flex;
  43. display: flex;
  44. -webkit-box-orient: horizontal;
  45. -webkit-box-direction: normal;
  46. -webkit-flex-direction: row;
  47. flex-direction: row;
  48. width: 32px;
  49. -webkit-box-pack: center;
  50. -webkit-justify-content: center;
  51. justify-content: center;
  52. -webkit-box-align: center;
  53. -webkit-align-items: center;
  54. align-items: center;
  55. color: #808080;
  56. }
  57. .uni-searchbar__box-search-input.data-v-64ee3838 {
  58. -webkit-box-flex: 1;
  59. -webkit-flex: 1;
  60. flex: 1;
  61. font-size: 28rpx;
  62. color: #333;
  63. }
  64. .uni-searchbar__box-icon-clear.data-v-64ee3838 {
  65. -webkit-box-align: center;
  66. -webkit-align-items: center;
  67. align-items: center;
  68. line-height: 24px;
  69. padding-left: 5px;
  70. }
  71. .uni-searchbar__text-placeholder.data-v-64ee3838 {
  72. font-size: 28rpx;
  73. color: #808080;
  74. margin-left: 5px;
  75. }
  76. .uni-searchbar__cancel.data-v-64ee3838 {
  77. padding-left: 10px;
  78. line-height: 36px;
  79. font-size: 14px;
  80. color: #333;
  81. }