fa-search.ttss 1.2 KB

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