uni-search-bar.wxss 1.9 KB

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