Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
web_flea_market
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
HuangJunbo
web_flea_market
Commits
5fdaf79c
Commit
5fdaf79c
authored
Nov 30, 2022
by
HuangJunbo
💻
Committed by
Administrator
Nov 30, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
为页面中的超链接添加css样式
Signed-off-by:
Administrator
<
admin@example.com
>
parent
ffb3c1b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
2 deletions
+18
-2
style.css
flea_market/css/style.css
+18
-2
No files found.
flea_market/css/style.css
View file @
5fdaf79c
body
{
body
{
background-color
:
#f1f1f1
;
background-color
:
#f1f1f1
;
font-size
:
14px
;
font-size
:
14px
;
font-family
:
'宋体'
,
sans-serif
;
font-family
:
'宋体'
,
sans-serif
;
font-style
:
normal
;
font-style
:
normal
;
}
a
:link
{
color
:
#FF0000
;
}
a
:visited
{
color
:
#00FF00
;
}
a
:hover
{
color
:
#FF00FF
;
}
a
:active
{
color
:
#0000FF
;
}
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment