建议大家可以去看看github上一个比较不错的东西,叫hotcss,链接:https://github.com/imochen/hotcss
2018-02-09
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>rem</title>
</head>
<body>
</body>
</html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>rem</title>
</head>
<body>
</body>
</html>
2018-02-06
有的情况 @media 会不起作用
请添加
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
例如:
<html>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<head>
........
请添加
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
例如:
<html>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<head>
........
2018-02-06