@CHARSET "UTF-8"; body { margin: 0px; } .header { height: 220px; background-image: url("../image/bg.jpg"); color: white; } .header-title { padding-top: 30px; text-align: center; font: 28px 微软雅黑; } .header-subtitle { padding-top: 30px; text-align: center; font: 20px 微软雅黑; } .header-button { display: inline-block; height: 36px; line-height: 36px; width: 160px; color: #fff; background-color: #429842; border-color: #429842; border-radius: 6px; } .article { margin: 20px 80px; font: 15px 微软雅黑; } .article-title { font-weight: bold; height: 28px; line-height: 28px; } .article-line { height: 28px; line-height: 28px; }