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
c86379be
Unverified
Commit
c86379be
authored
Dec 01, 2022
by
pig40
Committed by
GitHub
Dec 01, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面整体样式
parent
a87fb887
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
83 additions
and
1 deletion
+83
-1
main.css
flea_market/css/main.css
+83
-1
No files found.
flea_market/css/main.css
View file @
c86379be
...
...
@@ -78,7 +78,7 @@ footer{
width
:
100%
;
height
:
200px
;
position
:
relative
;
background-color
:
#333333
3
;
background-color
:
#333333
;
}
.link
{
width
:
100%
;
...
...
@@ -102,3 +102,85 @@ copyright p{
left
:
50px
;
top
:
50px
;
}
/*表单外层样式*/
form
{
margin-left
:
1%
;
font-size
:
large
;
text-align
:
center
;
width
:
98%
;
color
:
#3c3c3c
;
}
/*文本框元素样式 添加input标签样式*/
input
{
border
:
2px
#C40000
solid
;
width
:
200px
;
height
:
29px
;
margin
:
20px
0px
;
font-size
:
medium
;}
/*添加textarea标签样式*/
textarea
{
resize
:
none
;
border
:
2px
#C40000
solid
;
max-width
:
80%
;
margin
:
20px
0px
;
font-size
:
medium
;}
/*按钮元素样式 */
.submit
{
width
:
110px
;
height
:
35px
;
background-color
:
#C40000
;
color
:
#FFFFFF
;
font-size
:
medium
;
font-family
:
"times new roman"
;
border
:
1px
#C40000
solid
;
margin
:
10px
;
position
:
relative
;
top
:
25px
;
}
/*侧边栏最外层样式 */
aside
{
width
:
15%
;
height
:
560px
;
border
:
1px
solid
#C40000
;
background-color
:
#C40000
;
}
/*.侧边栏列表元素样式 (1) 去除无序列表黑点。
(2)设定宽度。
(3)设定内边距。*/
aside
ul
li
{
list-style-type
:
none
;
width
:
100px
;
padding
:
15px
;
}
/*.侧边栏超链接元素样式
用伪类设置超链接不同状态时颜色不同*/
aside
ul
li
a
:link
{
color
:
#FCF3F3
}
aside
ul
li
a
:visited
{
color
:
#FCF3F3
}
aside
ul
li
a
:hover
{
color
:
#F10214
}
aside
ul
li
a
:active
{
color
:
#FCE3F3
}
/*表格每行样式
*/
table
tr
{
height
:
40px
;
}
/*表头样式添加<input>标签*/
tr
th
{
background-color
:
#FFF2E8
;
font-family
:
"微软雅黑"
;
font-size
:
15px
;
}
/*文本框样式*/
tr
td
{
width
:
15%
;
font-family
:
"宋体"
;
font-size
:
15px
;
}
/*按钮样式*/
table
td
a
{
padding
:
2px
5px
;
text-decoration
:
none
;
font-family
:
"微软雅黑"
;
background-color
:
#C40000
;
border-radius
:
2px
;
font-style
:
normal
;
}
\ 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