Skip to content

Commit

Permalink
调整样式
Browse files Browse the repository at this point in the history
  • Loading branch information
TakWolf committed Jun 30, 2024
1 parent 738f445 commit c28604a
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 11 deletions.
16 changes: 11 additions & 5 deletions www/css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion www/css/style.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 11 additions & 5 deletions www/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
box-sizing: border-box;
}

body {
font-family: SourceHanSans-CN, sans-serif;
}

.nav {
background-color: deepskyblue;
box-shadow: 0 0 8px gray;
Expand Down Expand Up @@ -35,7 +39,9 @@
width: 100%;
padding: 8px;
font-size: 16px;
resize: none;
border-style: solid;
border-color: black;
border-width: 1px;
}
}
.option-line {
Expand Down Expand Up @@ -69,8 +75,8 @@
.item {
margin: 8px;
border-style: solid;
border-color: black;
border-width: 1px;
border-color: gray;
.title {
display: flex;
flex-direction: row;
Expand Down Expand Up @@ -100,9 +106,9 @@
line-height: 20px;
background-color: white;
border-style: solid;
border-color: black;
border-width: 1px;
border-color: gray;
border-radius: 10px;
border-radius: 11px;
}
}
.glyphs {
Expand All @@ -117,8 +123,8 @@
flex-direction: column;
align-items: center;
border-style: solid;
border-width: 1px;
border-color: black;
border-width: 1px;
.info {
width: 100%;
display: flex;
Expand Down

0 comments on commit c28604a

Please sign in to comment.