代码秀
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>work</title>
<style type="text/css">
.box{
width: 400px;
height: 54px;
font: 20px "微软雅黑";
color: #333;
line-height: 54px;
border-top: #f00 solid 1px;
border-bottom: #666 solid 3px;
border-left:none;
border-right:none;
}
</style>
</head>
<body>
<div class="box"> 新闻列表</div>
</body>
</html>
网友评论