ebe58ce8 by 任超

style:好差评

1 parent 65f946c5
......@@ -155,7 +155,39 @@
</div>
<!-- 好差评 -->
<div class="Good_bad_reviews">
<img src="./staticImages/bannerbg.png" alt="背景">
<h3>好差评</h3>
<ul>
<li>
<p>
<b>787</b>
<span>万次</span>
</p>
<p>评价数</p>
</li>
<li>
<p>
<b>12</b>
<span></span>
</p>
<p>差评总数</p>
</li>
<li>
<p>
<b>100</b>
<span>%</span>
</p>
<p>差评修改率</p>
</li>
<li>
<p>
<b>92.6</b>
<span>%</span>
</p>
<p>差评数</p>
</li>
</ul>
</div>
<!-- 常见问题,政民互动 -->
<div class="common_question">
......
......@@ -153,18 +153,34 @@ div.banner ul li a {
.laws_regulations .laws_list li:not(:last-child) {
border-bottom: 1px dashed #DEDEDE;
}
/* ---------------end----------------------- */
/* ---------------好差评start---------------------------- */
.Good_bad_reviews {
width: 100%;
height: 180px;
background: url('../staticImages/bannerbg.png');
background-size: cover;
text-align: center;
color: #ffffff;
padding-top: 36px;
box-sizing: border-box;
}
.Good_bad_reviews img {
width: 100%;
height: 100%;
.Good_bad_reviews h3 {
margin: 0 auto;
font-size: 26px;
margin-bottom: 5px;
}
.Good_bad_reviews ul {
width: 1200px;
margin: 0 auto;
}
.Good_bad_reviews li {
display: inline-block;
width: 24.6%;
}
.Good_bad_reviews li p b {
font-size: 40px;
}
/* ------------------end----------- */
/* -------------常见问题start--------------------- */
.common_question {
......