21 lines
219 B
Plaintext
21 lines
219 B
Plaintext
|
|
.container {
|
||
|
|
// 容器
|
||
|
|
}
|
||
|
|
|
||
|
|
.title {
|
||
|
|
margin-top: 0;
|
||
|
|
margin-bottom: 24px;
|
||
|
|
font-size: 20px;
|
||
|
|
font-weight: 600;
|
||
|
|
}
|
||
|
|
|
||
|
|
.subtitle {
|
||
|
|
margin: 16px 0 8px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.list {
|
||
|
|
margin: 0;
|
||
|
|
padding-left: 20px;
|
||
|
|
line-height: 2;
|
||
|
|
}
|