u-search.css 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. @charset "UTF-8";
  2. /**
  3. * 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
  4. * uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
  5. */
  6. .u-search.data-v-4c556b40 {
  7. display: -webkit-box;
  8. display: -webkit-flex;
  9. display: flex;
  10. -webkit-box-orient: horizontal;
  11. -webkit-box-direction: normal;
  12. -webkit-flex-direction: row;
  13. flex-direction: row;
  14. -webkit-box-align: center;
  15. -webkit-align-items: center;
  16. align-items: center;
  17. -webkit-box-flex: 1;
  18. -webkit-flex: 1;
  19. flex: 1;
  20. }
  21. .u-content.data-v-4c556b40 {
  22. display: -webkit-box;
  23. display: -webkit-flex;
  24. display: flex;
  25. -webkit-box-orient: horizontal;
  26. -webkit-box-direction: normal;
  27. -webkit-flex-direction: row;
  28. flex-direction: row;
  29. -webkit-box-align: center;
  30. -webkit-align-items: center;
  31. align-items: center;
  32. padding: 0 18rpx;
  33. -webkit-box-flex: 1;
  34. -webkit-flex: 1;
  35. flex: 1;
  36. }
  37. .u-clear-icon.data-v-4c556b40 {
  38. display: -webkit-box;
  39. display: -webkit-flex;
  40. display: flex;
  41. -webkit-box-orient: horizontal;
  42. -webkit-box-direction: normal;
  43. -webkit-flex-direction: row;
  44. flex-direction: row;
  45. -webkit-box-align: center;
  46. -webkit-align-items: center;
  47. align-items: center;
  48. }
  49. .u-input.data-v-4c556b40 {
  50. -webkit-box-flex: 1;
  51. -webkit-flex: 1;
  52. flex: 1;
  53. font-size: 28rpx;
  54. line-height: 1;
  55. margin: 0 10rpx;
  56. color: #909399;
  57. }
  58. .u-close-wrap.data-v-4c556b40 {
  59. width: 40rpx;
  60. height: 100%;
  61. display: -webkit-box;
  62. display: -webkit-flex;
  63. display: flex;
  64. -webkit-box-orient: horizontal;
  65. -webkit-box-direction: normal;
  66. -webkit-flex-direction: row;
  67. flex-direction: row;
  68. -webkit-box-align: center;
  69. -webkit-align-items: center;
  70. align-items: center;
  71. -webkit-box-pack: center;
  72. -webkit-justify-content: center;
  73. justify-content: center;
  74. border-radius: 50%;
  75. }
  76. .u-placeholder-class.data-v-4c556b40 {
  77. color: #909399;
  78. }
  79. .u-action.data-v-4c556b40 {
  80. font-size: 28rpx;
  81. color: #303133;
  82. width: 0;
  83. overflow: hidden;
  84. -webkit-transition: all 0.3s;
  85. transition: all 0.3s;
  86. white-space: nowrap;
  87. text-align: center;
  88. }
  89. .u-action-active.data-v-4c556b40 {
  90. width: 80rpx;
  91. margin-left: 10rpx;
  92. }