u-search.wxss 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. @charset "UTF-8";
  2. /**
  3. * 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
  4. * 使用的时候,请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
  5. * uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
  6. */
  7. .u-search.data-v-4c556b40 {
  8. display: flex;
  9. flex-direction: row;
  10. align-items: center;
  11. flex: 1;
  12. }
  13. .u-content.data-v-4c556b40 {
  14. display: flex;
  15. flex-direction: row;
  16. align-items: center;
  17. padding: 0 18rpx;
  18. flex: 1;
  19. }
  20. .u-clear-icon.data-v-4c556b40 {
  21. display: flex;
  22. flex-direction: row;
  23. align-items: center;
  24. }
  25. .u-input.data-v-4c556b40 {
  26. flex: 1;
  27. font-size: 28rpx;
  28. line-height: 1;
  29. margin: 0 10rpx;
  30. color: #909399;
  31. }
  32. .u-close-wrap.data-v-4c556b40 {
  33. width: 40rpx;
  34. height: 100%;
  35. display: flex;
  36. flex-direction: row;
  37. align-items: center;
  38. justify-content: center;
  39. border-radius: 50%;
  40. }
  41. .u-placeholder-class.data-v-4c556b40 {
  42. color: #909399;
  43. }
  44. .u-action.data-v-4c556b40 {
  45. font-size: 28rpx;
  46. color: #303133;
  47. width: 0;
  48. overflow: hidden;
  49. transition: all 0.3s;
  50. white-space: nowrap;
  51. text-align: center;
  52. }
  53. .u-action-active.data-v-4c556b40 {
  54. width: 80rpx;
  55. margin-left: 10rpx;
  56. }