隐私声明 个人资料声明 使用条款 文案修改
Showing
5 changed files
with
56 additions
and
0 deletions
1 | @import '@/styles/_support'; | ||
2 | |||
3 | .content { | ||
4 | padding-bottom: 8.5rem; | ||
5 | } | ||
6 | |||
7 | .box { | ||
8 | position: relative; | ||
9 | } | ||
10 | |||
11 | .top-space { | ||
12 | height: 3rem; | ||
13 | } | ||
14 | |||
15 | .tit { | ||
16 | text-align: center; | ||
17 | font-size: $fontSizeTitle; | ||
18 | font-weight: bold; | ||
19 | letter-spacing: 1.8px; | ||
20 | } | ||
21 | |||
22 | .desc { | ||
23 | max-width: $articleWidth; | ||
24 | margin-top: 3rem; | ||
25 | line-height: 2; | ||
26 | letter-spacing: 1.2px; | ||
27 | } | ||
28 | |||
29 | @media (max-width: 1200px) { | ||
30 | .content { | ||
31 | @include content-percent(); | ||
32 | padding-bottom: $marginMedium-M; | ||
33 | } | ||
34 | } | ||
35 |
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
-
Please register or sign in to post a comment