<link rel="stylesheet" href="reset.css" media="screen"><link rel="stylesheet" href="css/birds.css"><link rel="stylesheet" href="css/phone.css" media="only screen and (max-width: 800px)">用桌面浏览器访问的时候没有问题
1 回答
HUWWW
TA贡献1874条经验 获得超12个赞
是你本地的项目,还是部署到服务器了?手机访问你本地的项目?
感觉是 css 路径的问题。
这样试试
<link rel="stylesheet" href="./reset.css" media="screen">
<link rel="stylesheet" href="./css/birds.css">
<link rel="stylesheet" href="./css/phone.css" media="only screen and (max-width: 800px)">
添加回答
举报
0/150
提交
取消