12345678910111213141516171819202122 |
- body{
- font-size: 3.7vw;
- }
- .notice-top{
- font-size: 4.5vw;
- margin-bottom: 2vw;
- }
- .notice{
- margin: 2vw 4vw 4vw 4vw;
- }
- .notice-time{
- font-size: 1.5vh;
- color: rgb(166,166,169);
- margin-bottom: 2vw;
- }
- .notice-content{
- line-height: 2.5vh;
- }
|