25 lines
379 B
CSS
25 lines
379 B
CSS
.max {
|
|
box-sizing: border-box;
|
|
padding: 0rem 0.4rem;
|
|
color: #1a1a1a;
|
|
font-size: 14px;
|
|
line-height: 0.66667rem;
|
|
}
|
|
|
|
.max .title {
|
|
margin-top: 0.53333rem;
|
|
margin-bottom: 0.13333rem;
|
|
font-size: 16px;
|
|
line-height: 0.66667rem;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.max .title-two {
|
|
margin-top: 0.53333rem;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.max .title-head {
|
|
text-indent: 0.66667rem;
|
|
}
|