摘要: rem @media screen and (max-width: 2000px) { html { font-size: 40px; } p { background-color: green; } } @media screen and (max-width: 1000px) { html { 阅读全文
posted @ 2022-11-09 12:10 jiecodes 阅读(34) 评论(0) 推荐(0)