index.module.less 310 B

12345678910111213141516171819202122232425
  1. .container {
  2. width: 170px;
  3. height: 31px;
  4. background: #fff;
  5. display: flex;
  6. align-items: center;
  7. border-radius: 18px;
  8. padding: 6px;
  9. .noticeBar {
  10. flex: 1;
  11. padding: 0 6px;
  12. }
  13. }
  14. .icon {
  15. width: 26px;
  16. height: 26px;
  17. flex-shrink: 0;
  18. }
  19. .status {
  20. margin-left: auto;
  21. flex-shrink: 0;
  22. }