_saunter-home.scss
792 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
44
45
46
47
@import "../common/yoho-header", "../common/tag-content", "../common/load-more";
.swiper-container {
width: 100%;
height: 360rem / $pxConvertRem;
img {
height: 100%;
width: 100%;
}
.swiper-pagination {
bottom: 0;
left: 0;
width: 100%;
}
.swiper-pagination-bullet-active {
background: #fff;
}
}
.saunter-nav {
background-color: #fff;
overflow: hidden;
height: 80rem / $pxConvertRem;
}
.saunter-nav-item {
float: left;
color: #ccc;
font-size: 28rem / $pxConvertRem;
padding: 0 22rem / $pxConvertRem;
line-height: 80rem / $pxConvertRem;
&.focus a {
color: #000;
}
a {
color: #ccc;
}
}
.msg-list .tag-content:first-child {
margin-top: 0;
}