content_shop无法显示在浏览器端一般什么原因?代码和你的一样
朱
2019-07-22 13:17:41
[HTML讨论组]

<!DOCTYPE html>

<html>

<head>

<title>小米商城</title>

<meta charset="utf-8">

<link rel="stylesheet" type="text/css" href="static/css/mi.css">

<link rel="stylesheet" type="text/css" href="static/font-awesome/css/font-awesome.min.css">

<link rel="shortcut icon" type="image/x-icon" href="static/img/footlogo.png">

</head>

<body>

<div class="box">

   <div class="header"></div>

   <div class="content_top">

        <div class="content">

           <div class="content_menu"></div>

           <div class="content_pic"></div>

           <div class="content_shop">

                <div class="content_shop_1"></div>

                <div class="content_shop_2"></div>

                <div class="content_shop_3"></div>

                <div class="content_shop_4"></div>

           </div>

        </div>

   </div>

   <div class="content_bottom"></div>

   <div class="footer_top"></div>

   <div class="footer_bottom"></div>

</div>


</body>

</html>



css:

*{margin:0px;padding:0px;}

a{text-decoration: none;}

.header{width:100%;height: 40px;background:#333;}

.content_top{width: 100%; margin-bottom: 10px;}

.content_bottom{width: 100%;height:500px;background: #ccc;}

.footer_top{width: 100%;height: 100px;}

.footer_bottom{width: 100%;height:100px;background: #ccc;}

.content{width: 1226px;margin: 0px auto;}

.content_menu{width:1226px;height: 90px;background: pink;margin: 10px auto;}

.content_pic{width:1226px;height: 460px;background: url(../img/mi.jpg);}

.content_shop{width: 1226px;height:170;}

.content_shop_1{width:200px;height: 170;background: #ccc;float:left;margin-right: 10px;}

.content_shop_2{width:316px;height: 170;background: #ccc;float:left;margin-right: 10px;}

.content_shop_3{width:316px;height: 170;background: #ccc;float:left;margin-right: 10px;}

.content_shop_4{width:316px;height: 170;background: #ccc;}


朱

全部回复(1)
像风一样自由

你在html里写内联样式,不得套个<style>标签吗。。。

热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板
关于我们 免责申明 意见反馈 讲师合作 广告合作 最新更新 English
php中文网:公益在线php培训,帮助PHP学习者快速成长!
关注服务号 技术交流群
PHP中文网订阅号
每天精选资源文章推送
PHP中文网APP
随时随地碎片化学习
PHP中文网抖音号
发现有趣的

Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号