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
46da844e
authored
2021-02-01 10:32:57 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:网上申请
1 parent
0c44c0fb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
1 deletions
staticCss/wssq.css
staticCss/wssq.css
View file @
46da844
...
...
@@ -13,7 +13,7 @@
}
.area_list_content
{
overflow
:
hidden
;
margin-top
:
2
0px
;
margin-top
:
3
0px
;
width
:
100%
;
}
.area_list_content
h2
{
...
...
@@ -96,6 +96,18 @@
}
.item_list
li
p
{
display
:
inline-block
;
position
:
relative
;
padding-left
:
10px
;
}
.item_list
li
p
::before
{
content
:
''
;
position
:
absolute
;
width
:
4px
;
height
:
4px
;
border-radius
:
50%
;
background-color
:
#4A4A4A
;
left
:
0
;
top
:
26px
;
}
.item_list
li
p
:hover
{
color
:
#0091FF
;
...
...
@@ -150,4 +162,16 @@
width
:
20px
;
height
:
2px
;
background-color
:
#006CFF
;
}
.handleBus
{
border-radius
:
15px
;
border
:
1px
solid
#0F93F6
;
background-color
:
#fff
;
color
:
#0F93F6
;
}
.guide_details
button
{
border-radius
:
15px
;
border
:
1px
solid
#DDDDDD
;
background-color
:
#fff
;
color
:
#9B9B9B
;
}
\ No newline at end of file
...
...
Please
register
or
sign in
to post a comment