感谢您的支持,我会继续努力的!
打开微信扫一扫,即可进行扫码打赏哦
点我查看本站打赏源码!
Powered by RUNCODEX.COM,学的不仅是技术,更是梦想!!!
<html>
<head><title>我的文档</title></head>
<body>
<div class="dh">
<ul>
<li><b>我的</b>菜单1</li>
</ul>
</div>
</body>
</html>
输入 JavaScript 代码……
xxxxxxxxxx
*{padding:0;margin:0;}
ul,li{list-style:none;}
.dh{width:100%; background:#666;color:#fff;float:left;height:30px;line-height:30px;}
.dh ul li{width:19.5%;border:1px #ccc solid;float:left;text-align:center;font-size:12px;}
b{font-weight:none;}
@media only screen and (max-width:300px) {
.dh ul li b{display:none;}
}