Skip to content

Commit

Permalink
修改了样式
Browse files Browse the repository at this point in the history
  • Loading branch information
bickman committed Feb 6, 2019
1 parent 4dc29ad commit 4798fd2
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
:root {
--backColor:#e8e2ca;
}


body,a,div,span,h1,h2,table{margin: 0px;padding: 0px;}
body{
width: 1000px;
margin: 0 auto;
background-color: #e8e2ca;}
background-color: var(--backColor);}
h1{background-color: #343647;color: #C65E62;display: inline-display; padding: 1em 0 0.5em 1em;}
h1 span{font-size: 1.5em;}
table{width: 1000px;height:450px;padding: 20px 0 20px 0px;border: 1px solid black;}
Expand Down Expand Up @@ -54,7 +59,7 @@ padding: 20px 20px 20px 10px;width:300px;

input[name="number"]{width: 150px;}
input{ margin-left: 10px;border-style: none;}
input[name="schema"], input[name="name"], input[name="author"]{border-bottom: 1px solid black;background-color: #f9f9f9;}
input[name="schema"], input[name="name"], input[name="author"]{border-bottom: 1px solid black;background-color: var(--backColor);}
#bgr{background-color: #BBDD77;}

#color_setting input, #rgb, #bgr, #background{
Expand Down

0 comments on commit 4798fd2

Please sign in to comment.