_index.scss
933 Bytes
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
.index-page {
width: 100%;
overflow: hidden;
margin: 0 auto;
.index-container {
position: relative;
@include transition(transform 0.5s);
background-color: white;
.index_header {
height: 80rem / $pxConvertRem;
line-height: 80rem / $pxConvertRem;
overflow: hidden;
padding: 0 10rem / $pxConvertRem;;
}
.index-channel {
color: #FFF;
text-align: center;
position:relative;
background-color: #000000;
.index-channel-list {
padding-top: 50%;
width: 100%;
position: absolute;
top: 0;
.homestyle {
margin-bottom: 50rem / $pxConvertRem;
width: 287.3rem / $pxConvertRem;
}
}
}
}
}
@import "search";