wiki/开发/前端/HTMLCSS/HTMLCSS练习/综合案例/综合案例5-新闻详情.html
2025-01-02 10:46:09 +08:00

49 lines
2.0 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
h1 {
text-align: center;
font-weight: 400px;
font-size: 30px;
color: #333;
font-weight: 400;
}
.ppp {
text-indent: 2em;
font-size: 18px;
color: #333;
}
.laiyuan {
font-size: 14px;
color: #999;
}
span {
font-weight: 700;
font-size: 18px;
color: #333;
}
.imgdiv {
text-align: center;
}
</style>
</head>
<body>
<h1>在希望的田野上 | 湖北秋收开镰 各地多举措保增产增收</h1>
<div class="laiyuan"><p>来源:央视网 | 2222年12月12日 12:12:12</p></div>
<p class="ppp"><span>央视网消息:</span>眼下,湖北省秋收开镰已有一周多的时间。水稻收割已经超过四成,玉米收割七成。湖北省通过大力推广新品种水稻,建设高标准农田等一系列措施,为秋粮稳产提供有力支撑。</p>
<p class="ppp">中稻占据了湖北全年粮食产量的一半以上。在湖北的主产区荆门市370万亩中稻已经收割四成以上。</p>
<div class="imgdiv"><img src="./images/4.jpg" alt=""></div>
<p class="ppp">王化林说的新品种是湖北省研发的杂交水稻“华夏香丝”不仅产量高还具有抗病、抗倒、抗高温的特性。在荆门漳河镇的一工程示范田内像“华夏香丝”这样抗旱节水的品种还有20多个这些水稻新品将在荆门全面推广确保来年增产增收。</p>
<p class="ppp">此外湖北还大力推进高标准农田建设。截至今年6月已建成3980万亩高标准农田。目前湖北全省仍有1800多万亩中稻正在有序收割中预计10月中旬收割完毕。</p>
</body>
</html>