gpt4 book ai didi

html - CSS 在移动浏览器中不起作用

转载 作者:行者123 更新时间:2023-11-28 04:35:05 26 4
gpt4 key购买 nike

http://mpkosis28.com/28cup

从笔记本电脑或台式机上查看时,该网站看起来很完美。但是,当我尝试通过手机访问它时,它无法识别网站的 css 文件,只能加载 html 部分。通读其他类似的问题,但他们似乎没有和我一样的问题。关于如何修复它有什么建议吗?

顺便说一句,如果你们需要代码:

Here is a sample css file

编辑:我使用 android 4.2 手机,原生浏览器

最佳答案

你应该使用下面的结构

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Pruebas</title>
<meta name="viewport" content="width=device-width; initial-scale=1.0;">
<link rel="stylesheet" href="styleslocation/style.css">

</head>
<body>

<!--Content here-->


</body>
</html>

关于html - CSS 在移动浏览器中不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21968677/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com