info-list.scss
2.35 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
.guang-bg {
background-color: #f0f0f0;
}
.guang-list-page {
.editor-header {
padding: 30px 0;
background: #fff;
}
.intro {
width: 100%;
padding: 0 30px;
font-size: 24px;
color: #444;
background: #fff;
}
.avatar {
float: left;
margin-left: 30px;
img {
width: 100px;
height: 100px;
border-radius: 50%;
}
}
.text {
float: left;
margin-left: 32px;
width: 475px;
padding: 10px 0;
.name {
font-size: 26px;
line-height: 40px;
}
.info {
color: #bdbdbf;
font-size: 20px;
line-height: 40px;
}
}
.swiper-container {
width: 100%;
height: 310px;
img {
height: 100%;
width: 100%;
}
.swiper-pagination {
bottom: 0;
left: 0;
width: 100%;
}
.swiper-pagination-bullet-active {
background: #fff;
}
}
.nav-scroll {
overflow: hidden;
width: 640px;
height: 80px;
}
.guang-nav {
background-color: #fff;
overflow-x: scroll;
overflow-y: hidden;
height: 80px;
font-size: 0;
line-height: 0;
white-space: nowrap;
padding: 0 23px;
}
.guang-nav-item {
display: inline-block;
color: #ccc;
font-size: 14PX;
text-align: center;
padding: 0 23px;
span {
line-height: 76px;
display: block;
border-bottom: solid 4px #fff;
padding: 0 14px;
}
&.focus {
color: #444;
span {
border-bottom: solid 4px #444;
}
}
&.news-jump a {
color: inherit;
}
}
.bytouch {
background: #eee;
}
.info-list-container {
overflow-x: hidden;
background: #f0f0f0;
}
.info-list.hide {
display: none;
}
.search-divide {
float: left;
height: 50px;
width: 100%;
padding: 10px 0;
color: #ccc;
text-align: center;
margin-bottom: 40px;
}
.load-more-info {
margin-bottom: 90px;
}
}