fa-search.css 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. @charset "UTF-8";
  2. /**
  3. * 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
  4. * uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
  5. */
  6. .search.data-v-4f1b268c {
  7. display: -webkit-box;
  8. display: -webkit-flex;
  9. display: flex;
  10. width: 100%;
  11. box-sizing: border-box;
  12. font-size: 28rpx;
  13. background: #fff;
  14. }
  15. .search .content.data-v-4f1b268c {
  16. display: -webkit-box;
  17. display: -webkit-flex;
  18. display: flex;
  19. -webkit-box-align: center;
  20. -webkit-align-items: center;
  21. align-items: center;
  22. width: 100%;
  23. height: 70rpx;
  24. background-color: #f2f2f2;
  25. overflow: hidden;
  26. -webkit-transition: all 0.2s linear;
  27. transition: all 0.2s linear;
  28. border-radius: 30px;
  29. padding: 0 30rpx;
  30. }
  31. .search .content .content-box.data-v-4f1b268c {
  32. width: 100%;
  33. display: -webkit-box;
  34. display: -webkit-flex;
  35. display: flex;
  36. -webkit-box-align: center;
  37. -webkit-align-items: center;
  38. align-items: center;
  39. }
  40. .search .content .content-box.center.data-v-4f1b268c {
  41. -webkit-box-pack: center;
  42. -webkit-justify-content: center;
  43. justify-content: center;
  44. }
  45. .search .content .content-box .input.data-v-4f1b268c {
  46. width: 100%;
  47. max-width: 100%;
  48. line-height: 60rpx;
  49. font-size: 30rpx;
  50. height: 60rpx;
  51. background-color: #f2f2f2;
  52. -webkit-transition: all 0.2s linear;
  53. transition: all 0.2s linear;
  54. }
  55. .search .content .content-box .input.center.data-v-4f1b268c {
  56. width: 250rpx;
  57. }
  58. .search .content .content-box .input.sub.data-v-4f1b268c {
  59. width: auto;
  60. color: grey;
  61. }