Skip to content

Commit c7bc717

Browse files
committed
整理 css 格式
1 parent 023ad3f commit c7bc717

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

www/css/index.css

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ body {
1515
.nav {
1616
background-color: deepskyblue;
1717
box-shadow: 0 0 8px gray;
18+
1819
.title {
1920
margin-left: 16px;
2021
margin-right: 16px;
@@ -31,14 +32,17 @@ body {
3132
line-height: 96px;
3233
text-align: center;
3334
}
35+
3436
.loading-tip {
3537
font-size: 32px;
3638
line-height: 96px;
3739
text-align: center;
3840
}
41+
3942
.input {
4043
margin: 8px;
4144
display: block;
45+
4246
input {
4347
width: 100%;
4448
padding: 8px;
@@ -48,39 +52,47 @@ body {
4852
border-width: 1px;
4953
}
5054
}
55+
5156
.option-line {
5257
margin: 8px;
5358
display: flex;
5459
flex-direction: row;
60+
5561
.checkbox {
5662
display: flex;
5763
flex-direction: row;
5864
align-items: center;
65+
5966
.name {
6067
margin-left: 6px;
6168
margin-right: 20px;
6269
font-size: 16px;
6370
}
6471
}
72+
6573
.range {
6674
display: flex;
6775
flex-direction: row;
6876
align-items: center;
77+
6978
.name {
7079
margin-right: 8px;
7180
font-size: 16px;
7281
}
82+
7383
input {
7484
margin-right: 20px;
7585
}
7686
}
7787
}
88+
7889
.search-result {
7990
.item {
8091
margin: 8px;
8192
border-style: solid;
8293
border-color: black;
8394
border-width: 1px;
95+
8496
.title {
8597
display: flex;
8698
flex-direction: row;
@@ -90,6 +102,7 @@ body {
90102
border-bottom-style: solid;
91103
border-bottom-color: black;
92104
border-bottom-width: 1px;
105+
93106
.code-point {
94107
padding-left: 8px;
95108
padding-right: 8px;
@@ -99,12 +112,14 @@ body {
99112
font-weight: bold;
100113
line-height: 28px;
101114
}
115+
102116
.char {
103117
margin-left: 8px;
104118
margin-right: 4px;
105119
font-size: 18px;
106120
font-weight: bold;
107121
}
122+
108123
.tag {
109124
margin: 4px;
110125
padding-left: 8px;
@@ -118,20 +133,23 @@ body {
118133
border-radius: 10px;
119134
}
120135
}
136+
121137
.glyphs {
122138
.line {
123139
margin: 8px;
124140
display: flex;
125141
flex-direction: row;
126142
flex-wrap: wrap;
127143
gap: 8px;
144+
128145
.glyph {
129146
display: flex;
130147
flex-direction: column;
131148
align-items: center;
132149
border-style: solid;
133150
border-color: black;
134151
border-width: 1px;
152+
135153
.info {
136154
width: 100%;
137155
display: flex;
@@ -141,6 +159,7 @@ body {
141159
border-bottom-style: solid;
142160
border-bottom-color: black;
143161
border-bottom-width: 1px;
162+
144163
.language-flavor {
145164
padding-left: 4px;
146165
padding-right: 4px;
@@ -150,28 +169,34 @@ body {
150169
font-weight: bold;
151170
line-height: 20px;
152171
}
172+
153173
.glyph-name {
154174
margin-left: 4px;
155175
margin-right: 4px;
156176
font-size: 11px;
157177
font-weight: bold;
158178
}
159179
}
180+
160181
.sans-info {
161182
background-color: beige;
162183
}
184+
163185
.serif-info {
164186
background-color: linen;
165187
}
188+
166189
.char {
167190
text-align: center;
168191
}
169192
}
170193
}
171194
}
195+
172196
.help-tip {
173197
padding: 32px;
174198
font-size: 16px;
199+
175200
.example-text {
176201
color: blue;
177202
text-decoration: underline;
@@ -188,8 +213,10 @@ body {
188213
display: flex;
189214
flex-direction: column;
190215
align-items: center;
216+
191217
.line {
192218
margin: 2px;
219+
193220
.separate {
194221
padding-left: 8px;
195222
padding-right: 8px;

0 commit comments

Comments
 (0)