nav-bar.wxss 781 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. @charset "UTF-8";
  2. /* 水平间距 */
  3. /* 水平间距 */
  4. .box-bg {
  5. background-color: #F5F5F5;
  6. padding: 5px 0;
  7. }
  8. .uni-picker {
  9. display: flex;
  10. flex-direction: row;
  11. align-items: center;
  12. justify-content: flex-start;
  13. margin-left: 4px;
  14. }
  15. .input-view {
  16. display: flex;
  17. flex-direction: row;
  18. background-color: #f8f8f8;
  19. height: 30px;
  20. border-radius: 15px;
  21. flex-wrap: nowrap;
  22. margin: 7px 0;
  23. line-height: 30px;
  24. width: 90%;
  25. }
  26. .input-uni-icon {
  27. line-height: 30px;
  28. }
  29. .nav-bar-input {
  30. height: 30px;
  31. line-height: 30px;
  32. width: 80%;
  33. padding: 0 5px;
  34. font-size: 12px;
  35. background-color: #f8f8f8;
  36. }
  37. .tagMask {
  38. width: 100vw;
  39. background: #fff;
  40. position: fixed;
  41. left: 0;
  42. }
  43. .cardBox {
  44. display: flex;
  45. flex-wrap: wrap;
  46. }
  47. .cardBox .tag {
  48. margin: 5px;
  49. }