实现的效果

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/>
<title>wen an qi</title>
<style type="text/css">
*{margin: 0px; padding: 0px;}
.nav
{
width: 310px;
height:480px;
margin: 0px auto;/*使整个菜单栏置顶并居中*/
}
.kuai
{
border-bottom:1px solid gray;/*设置灰色横线*/
height: 92px;
padding: 5px;
margin: 0px 20px;
}
.h
{
display: inline;/*使块级元素变为行级元素:让“综合新闻”和“媒体天下”并排显示*/
list-style:none;/*去掉无序列表自带的小圆点*/
text-align: center;
line-height: 60px;
}
.h1
{
background-color: white;
color: orange;
height: 60px;
padding: 15px 46px

最低0.47元/天 解锁文章
2649

被折叠的 条评论
为什么被折叠?



