制作最新文章部分的网页要求div盒模型的总宽度为372px总高度为232px;背景色为#efe最新文章使用微软雅黑字体字号18pxNew Articles使用微软雅黑字体字号14px;新文章New Articles下方有一条直线颜色为#666666粗细为1px最新文章New Articl距离直线10px宽;正文问中国:经济新活力篇 治国理政 长征距离直线10px宽正文内容行高30px;正文每行下虚
<!DOCTYPE html>
<html>
<head>
<title>最新文章</title>
<style type="text/css">
.main {
width: 372px;
height: 232px;
background-color: #efe;
padding: 10px;
font-family: 微软雅黑;
font-size: 18px;
}
.title {
font-size: 14px;
margin-bottom: 10px;
}
.line {
height: 1px;
background-color: #666666;
margin: 10px 0;
}
.content {
line-height: 30px;
margin-left: 20px;
padding-left: 15px;
border-left: 1px dashed #666666;
}
</style>
</head>
<body>
<div class="main">
<div class="title">最新文章</div>
<div class="line"></div>
<div class="content">问中国:经济新活力篇 治国理政 长征</div>
<div class="content">问中国:经济新活力篇 治国理政 长征</div>
<div class="content">问中国:经济新活力篇 治国理政 长征</div>
</div>
</body>
</html>
``
原文地址: https://www.cveoy.top/t/topic/hvGF 著作权归作者所有。请勿转载和采集!