23 lines
368 B
SCSS
23 lines
368 B
SCSS
.main {
|
|
padding: 32px;
|
|
width: 686px;
|
|
.title {
|
|
font-size: 34px;
|
|
font-weight: 600;
|
|
color: #333333;
|
|
}
|
|
.line {
|
|
margin-top: 24px;
|
|
margin-bottom: 32px;
|
|
background-color: #f2f2f2;
|
|
height: 1px;
|
|
}
|
|
.topFont {
|
|
margin-top: 20px;
|
|
margin-bottom: 24px;
|
|
font-size: 28px;
|
|
font-weight: 700;
|
|
color: rgba(0, 0, 0, 0.8);
|
|
}
|
|
}
|