index.less
4.21 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
.box {
width: 100%;
height: 11803px;
div{
margin-top: -1px;
overflow: hidden;
display: block
}
.first_item{
width: 100%;
height: 836px;
background: #bd3325 url("../../../static/img/index/1.jpg") no-repeat center top;
background-size: 100%;
}
.item{
width: 100%;
height: 730px;
background: #bd3325 url("../../../static/img/index/2.jpg") no-repeat center top;
background-size: 100%;
overflow: hidden;
div:nth-child(1){
width: 670px;
height: 270px;
background: #bd3325 url("../../../static/img/index/item_01.jpg") no-repeat center top;
background-size: 100%;
margin:123px 35px 0 35px;
}
div:nth-child(2){
width: 670px;
height: 270px;
background: #bd3325 url("../../../static/img/index/item_02.jpg") no-repeat center top;
background-size: 100%;
margin:22px 35px 0 35px;
}
}
div:nth-child(3){
width: 100%;
height: 806px;
background: #bd3325 url("../../../static/img/index/3.jpg") no-repeat center top;
background-size: 100%;
}
div:nth-child(4){
width: 100%;
height: 856px;
background: #bd3325 url("../../../static/img/index/4.jpg") no-repeat center top;
background-size: 100%;
}
div:nth-child(5){
width: 100%;
height: 668px;
background: #bd3325 url("../../../static/img/index/5.jpg") no-repeat center top;
background-size: 100%;
}
div:nth-child(6){
width: 100%;
height: 800px;
background: #bd3325 url("../../../static/img/index/6.jpg") no-repeat center top;
background-size: 100%;
}
div:nth-child(7){
width: 100%;
height: 700px;
background: #bd3325 url("../../../static/img/index/7.jpg") no-repeat center top;
background-size: 100%;
}
div:nth-child(8){
width: 100%;
height: 800px;
background: #bd3325 url("../../../static/img/index/8.jpg") no-repeat center top;
background-size: 100%;
}
div:nth-child(9){
width: 100%;
height: 674px;
background: #bd3325 url("../../../static/img/index/9.jpg") no-repeat center top;
background-size: 100%;
}
div:nth-child(10){
width: 100%;
height: 724px;
background: #bd3325 url("../../../static/img/index/10.jpg") no-repeat center top;
background-size: 100%;
}
div:nth-child(11){
width: 100%;
height: 504px;
background: #bd3325 url("../../../static/img/index/11.jpg") no-repeat center top;
background-size: 100%;
}
div:nth-child(12){
width: 100%;
height: 806px;
background: #bd3325 url("../../../static/img/index/12.jpg") no-repeat center top;
background-size: 100%;
}
//视频
div:nth-child(13){
width: 100%;
height: 310px;
background: #bd3325 url("../../../static/img/index/13.jpg") no-repeat center top;
background-size: 100%;
}
div:nth-child(14){
width: 100%;
height: 760px;
background: #bd3325 url("../../../static/img/index/14.jpg") no-repeat center top;
background-size: 100%;
}
div:nth-child(15){
width: 100%;
height: 526px;
background: #bd3325 url("../../../static/img/index/15.jpg") no-repeat center top;
background-size: 100%;
}
div:nth-child(16){
width: 100%;
height: 390px;
background: #bd3325 url("../../../static/img/index/16.jpg") no-repeat center top;
background-size: 100%;
}
div:nth-child(17){
width: 100%;
height: 520px;
background: #bd3325 url("../../../static/img/index/17.jpg") no-repeat center top;
background-size: 100%;
}
div:nth-child(18){
width: 100%;
height: 520px;
background: #bd3325 url("../../../static/img/index/18.jpg") no-repeat center top;
background-size: 100%;
}
.video_box{
width: 713px !important;
height: 418px !important;
margin: 85px 18px 0 18px;
div{
margin-top: 0;
}
}
}