notice_content.css 268 B

12345678910111213141516171819202122
  1. body{
  2. font-size: 3.7vw;
  3. }
  4. .notice-top{
  5. font-size: 4.5vw;
  6. margin-bottom: 2vw;
  7. }
  8. .notice{
  9. margin: 2vw 4vw 4vw 4vw;
  10. }
  11. .notice-time{
  12. font-size: 1.5vh;
  13. color: rgb(166,166,169);
  14. margin-bottom: 2vw;
  15. }
  16. .notice-content{
  17. line-height: 2.5vh;
  18. }