以下是用来打开媒体查询器的代码,利用媒体查询可以用电脑端来查看移动端的排版,以及进行布局。 `
@media screen and (min-width: 0.5rem) { body { background-color: aqua; } } `
以上是写在style里的。