1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
| @content13: content13;
| .@{content13}-wrapper {
| height: 664px;
| background: url('https://gw.alipayobjects.com/zos/rmsportal/ZsWYzLOItgeaWDSsXdZd.svg')
| no-repeat bottom;
| background-size: cover;
| background-size: 100%;
| margin: 0 auto;
| overflow: hidden;
| padding: 96px 0;
| &.home-page-wrapper {
| .title-wrapper {
| margin-bottom: 32px;
| }
| }
| .title-content {
| line-height: 32px;
| }
| }
|
| @media screen and (max-width: 767px) {
| .@{content13}-wrapper {
| padding-bottom: 0;
| }
| }
|
|