Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.portalStaticPage
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
ebe58ce8
authored
2020-12-29 15:19:34 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:好差评
1 parent
65f946c5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
54 additions
and
6 deletions
index.html
staticCss/pageHome.css
index.html
View file @
ebe58ce
...
...
@@ -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"
>
...
...
staticCss/pageHome.css
View file @
ebe58ce
...
...
@@ -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
{
...
...
Please
register
or
sign in
to post a comment