notice.css 421 B

12345678910111213141516171819202122232425
  1. body {
  2. font-size: 3.7vw !important;
  3. background-color: rgb(251, 251, 251);
  4. }
  5. .top {
  6. display: flex;
  7. justify-content: space-between;
  8. align-items: center;
  9. width: 98vw;
  10. padding-right: 2vw;
  11. }
  12. .notice-a{
  13. font-size: 3.7vw;
  14. color: black;
  15. }
  16. .notice-bottom{
  17. margin: 2vw !important;
  18. padding: 2vw !important;
  19. box-shadow: 0 1px 3px 0 rgb(5 32 96 / 10%);
  20. background-color: #fff;
  21. }