12345678910111213141516171819202122232425 |
- body {
- font-size: 3.7vw !important;
- background-color: rgb(251, 251, 251);
- }
- .top {
- display: flex;
- justify-content: space-between;
- align-items: center;
- width: 98vw;
- padding-right: 2vw;
- }
- .notice-a{
- font-size: 3.7vw;
- color: black;
- }
- .notice-bottom{
- margin: 2vw !important;
- padding: 2vw !important;
- box-shadow: 0 1px 3px 0 rgb(5 32 96 / 10%);
- background-color: #fff;
- }
|