index.module.less 358 B

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