profile.scss
449 Bytes
@import '@/styles/_support';
.content {
// font-family: MicrosoftYaHei;
color: #4c4948;
padding-bottom: 8.5rem;
}
.box {
position: relative;
}
.top-space {
height: 5rem;
}
.tit {
text-align: center;
font-size: $fontSizeTitle;
font-weight: bold;
letter-spacing: 1.8px;
}
.desc {
max-width: 64rem;
margin-top: 4.25rem;
line-height: 2;
letter-spacing: 1.2px;
}
@media (max-width: 950px) {
.box {
width: 96%;
}
}