Home > Web Front-end > HTML Tutorial > 为什么我点击购买之后再返回首页,加载的css就变了呢?_html/css_WEB-ITnose

为什么我点击购买之后再返回首页,加载的css就变了呢?_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 11:35:51
Original
1282 people have browsed it

网址: http://ameishop.cn点击购买之后,购买页面是乱码,之后点击首页,首页的css也不能加载了!为啥?求大神指点。我用的tp 。 这是我tp的配置路径。服务器是linux的,在我本地是没有问题的。在linux上就完犊子了、求指点


回复讨论(解决方案)

貌似css 里面没东西- - 是不是地址错咯 

路径的问题,你为什么前面要加一个点

<head>    <meta name="viewport" content="width=device-width, initial-scale=1">    <meta name="keywords" content="迁安理工大学,外卖,迁安外卖,迁安理工大学外卖,念奴娇,念奴娇外卖">    <meta name="description" content="念奴娇外卖为迁安理工大学服务,我们的口号:卫生与服务将是我们最重要的指标!">    <link rel="stylesheet" href="./Index/Home/View/bootstrap/css/bootstrap.min.css">    <link rel="stylesheet" href="./Index/Home/View/bootstrap/css/style.css">    <link rel="stylesheet" href="./Index/Home/View/bootstrap/css/shoping.css">    <meta charset="UTF-8">    <title>念奴娇外卖</title></head>
Copy after login

我把那点去掉之后一切都正常了。
还有图片的路径,也是多了个点。

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template