Authored by 2586703@qq.com

4-24代码提交

@@ -30,7 +30,7 @@ exports.init = function() { @@ -30,7 +30,7 @@ exports.init = function() {
30 cidNum; 30 cidNum;
31 31
32 //边栏数据相关变量 32 //边栏数据相关变量
33 - var adItem, //边栏广告 33 + var adItem = '', //边栏广告
34 sideVideoTpl, //边栏视频模板 34 sideVideoTpl, //边栏视频模板
35 sideVideoData, //边栏视频数据 35 sideVideoData, //边栏视频数据
36 sideVideoHtml, //边栏视频渲染的html 36 sideVideoHtml, //边栏视频渲染的html
1 -<<<<<<< HEAD  
2 -@media screen and (min-width:1190px){  
3 -.mags-container{  
4 - width: 1080px;  
5 - margin: 0 auto;  
6 -}  
7 -.newest-mags{  
8 - margin: 43px 0 0 0;  
9 -}  
10 -.mags-info{  
11 - width: 640px;  
12 - h2{  
13 - margin: 26px 0 0 0;  
14 - height: 83px;  
15 - background-size: 36% 100%;  
16 - }  
17 - .mags-text{  
18 - margin: 38px auto 0;  
19 - width: 430px;  
20 - line-height: 24px;  
21 - font-size: 15px;  
22 - }  
23 - .date-price{  
24 - margin: 42px 0 0 0;  
25 - p{  
26 - font-size: 20px;  
27 - color: #333333;  
28 - text-align: center;  
29 - }  
30 - .price{  
31 - color: #666666;  
32 - font-size: 16px;  
33 - }  
34 - }  
35 - .mags-buy{  
36 - margin: 22px 0 0 0;  
37 - .buy-btn{  
38 - width: 160px;  
39 - height: 34px;  
40 - line-height: 34px;  
41 - font-size: 20px;  
42 - background: url("../assets/images/magazine/buy-btn.png") no-repeat center center;  
43 - }  
44 - }  
45 -}  
46 -  
47 -.mags-slide{  
48 - width: 340px;  
49 - .slide-box{  
50 - height:426px;  
51 - li{  
52 - width: 340px;  
53 - height: 426px;  
54 - }  
55 - }  
56 - .slide-ctrl{  
57 - margin: 20px 0 0 0;  
58 - li{  
59 - margin: 0 0 0 15px;  
60 - a{  
61 - display: block;  
62 - width: 12px;  
63 - height: 12px;  
64 - background: url("../assets/images/magazine/slide-ctrl.png");  
65 - }  
66 - }  
67 - li.on{  
68 - a{  
69 - background: url("../assets/images/magazine/slide-ctrl-current.png");  
70 - }  
71 - }  
72 - }  
73 -}  
74 -  
75 -.column-slide{  
76 - margin: 50px 0 0 0;  
77 - .slide-box{  
78 - height: 361px;  
79 - width: 1080px;  
80 - .slide-piclist{  
81 - width:1100px;  
82 - }  
83 - li{  
84 - width: 255px;  
85 - margin: 0 20px 0 0;  
86 - float: left;  
87 - img{  
88 - width: 100%;  
89 - height: 321px;  
90 - display: block;  
91 - }  
92 - span{  
93 - display: block;  
94 - margin: 18px 0 0 0;  
95 - line-height: 22px;  
96 - text-align: center;  
97 - font-size: 18px;  
98 - color: #000;  
99 - font-weight: bold;  
100 - }  
101 - }  
102 - }  
103 -}  
104 -.column-slide.magazine-list{  
105 - .slide-box{  
106 - width: 1100px;  
107 - li{  
108 - width:275px;  
109 - a{  
110 - width: 255px;  
111 - }  
112 - }  
113 - }  
114 -}  
115 -.mags-column{  
116 - margin: 43px 0 0 0;  
117 - h2{  
118 - line-height: 48px;  
119 - font-size: 28px;  
120 - text-align: center;  
121 - color: #000;  
122 - font-weight: bold;  
123 - }  
124 - .column-slide{  
125 - margin: 0 0 20px 0;  
126 - h4{  
127 - line-height: 45px;  
128 - font-size: 20px;  
129 - font-weight: bold;  
130 - }  
131 - .slide-box{  
132 - margin: 5px 0 0 0;  
133 - height: 424px;  
134 - line-height: 424px;  
135 - .slide-piclist{  
136 - float: left;  
137 - width: 1096px;  
138 - height: 424px;  
139 - }  
140 - li{  
141 - margin: 0 17px 0 0;  
142 - width: 120px;  
143 - height: 212px;  
144 - .img-wrap{  
145 - width: 120px;  
146 - height: 180px;  
147 - }  
148 - img{  
149 - width: 120px;  
150 - height: 180px;  
151 - }  
152 - span{  
153 - margin: 0;  
154 - line-height: 32px;  
155 - font-size: 14px;  
156 - }  
157 - }  
158 - }  
159 - }  
160 -}  
161 -.column-slide.mags-app-download{  
162 - margin: 37px 0 0 0;  
163 - .slide-box{  
164 - height: auto;  
165 - li{  
166 - height: 172px;  
167 - img{  
168 - width: auto;  
169 - margin: 0 auto;  
170 - }  
171 - span{  
172 - margin: 0;  
173 - display: block;  
174 - font-weight: normal;  
175 - font-size: 18px;  
176 - line-height: 22px;  
177 - text-align: center;  
178 - }  
179 - h6{  
180 - margin: 15px 0 0 12px;  
181 - font-size: 25px;  
182 - }  
183 - p{  
184 - margin: 0 0 0 12px;  
185 - line-height: 20px;  
186 - color: #666666;  
187 - font-size: 18px;  
188 - }  
189 - strong{  
190 - display: block;  
191 - margin: 22px 0 0 12px;  
192 - line-height: 18px;  
193 - font-size: 16px;  
194 - color: #000;  
195 - }  
196 - }  
197 - li.column-slide02{  
198 - img{  
199 - margin:11px 0 0 88px;  
200 - width: 170px;  
201 - height: 130px;  
202 - }  
203 - }  
204 - }  
205 -}  
206 -  
207 -.column-slide.rule{  
208 - margin: 40px 0 0 0;  
209 - h2{  
210 - line-height: 48px;  
211 - font-size: 28px;  
212 - font-weight: bold;  
213 - text-align: center;  
214 - }  
215 - .slide-box{  
216 - margin: 15px 0 0 0;  
217 - height: 381px;  
218 - }  
219 -}  
220 -  
221 -=======  
222 @media screen and (min-width: 1190px) { 1 @media screen and (min-width: 1190px) {
223 .mags-container { 2 .mags-container {
224 width: 1080px; 3 width: 1080px;
@@ -274,19 +53,10 @@ @@ -274,19 +53,10 @@
274 } 53 }
275 .slide-ctrl { 54 .slide-ctrl {
276 margin: 20px 0 0 0; 55 margin: 20px 0 0 0;
277 - li { 56 + .swiper-pagination-switch {
278 margin: 0 0 0 15px; 57 margin: 0 0 0 15px;
279 - a {  
280 - display: block;  
281 - width: 12px;  
282 - height: 12px;  
283 - background: url("../assets/images/magazine/slide-ctrl.png");  
284 - }  
285 - }  
286 - li.on {  
287 - a {  
288 - background: url("../assets/images/magazine/slide-ctrl-current.png");  
289 - } 58 + width: 12px;
  59 + height: 12px;
290 } 60 }
291 } 61 }
292 } 62 }
@@ -434,5 +204,4 @@ @@ -434,5 +204,4 @@
434 height: 381px; 204 height: 381px;
435 } 205 }
436 } 206 }
437 ->>>>>>> develop  
438 } 207 }
@@ -92,100 +92,4 @@ @@ -92,100 +92,4 @@
92 width: 100%; 92 width: 100%;
93 } 93 }
94 } 94 }
95 -}  
96 -<<<<<<< HEAD  
97 -  
98 -.about-nav{  
99 - margin: 0 0 0 40px;  
100 - li{  
101 - line-height: 22px;  
102 - font-size: 14px;  
103 - margin-bottom: 15px;  
104 - }  
105 -}  
106 -.about-body{  
107 - margin: 0 0 0 200px;  
108 - max-width: 370px;  
109 - h2{  
110 - line-height: 22px;  
111 - font-size: 14px;  
112 - }  
113 - p{  
114 - line-height: 18px;  
115 - font-size: 12px;  
116 - }  
117 - .about-section{  
118 - margin: 15px 0 0 0;  
119 - }  
120 - .about-section.contact-us{  
121 - img{  
122 - margin: 8px 0 0 -5px;  
123 - display: block;  
124 - width: 95px;  
125 - height: 95px;  
126 - }  
127 - }  
128 -}  
129 -.about-us-qr{  
130 - width: 230px;  
131 - margin: 34px 0 0 3px;  
132 - .product{  
133 - margin-bottom: 30px;  
134 - background-image: url("../assets/images/about/line.png");  
135 - background-repeat: no-repeat;  
136 - background-position: top center;  
137 - background-size: 2% 76%;  
138 - }  
139 - .product-wrap{  
140 - float: left;  
141 - img{  
142 - display: block;  
143 - width: 87px;  
144 - height: 87px;  
145 - }  
146 - img.qr-img{  
147 - width: 91px;  
148 - height: 91px;  
149 - }  
150 - span{  
151 - display: block;  
152 - text-align: center;  
153 - line-height: 30px;  
154 - font-size: 12px;  
155 - }  
156 - em{  
157 - font-size: 12px;  
158 - }  
159 - }  
160 - .product-wrap.product-wrap-right{  
161 - float: right;  
162 - }  
163 -}  
164 -  
165 -.links-list{  
166 - margin: 10px 0 0 0;  
167 - width: 414px;  
168 - li{  
169 - float: left;  
170 - line-height: 34px;  
171 - width: 110px;  
172 - margin: 0 28px 0 0;  
173 - a{  
174 - font-size: 12px;  
175 - color: #333333;  
176 - }  
177 - }  
178 -}  
179 -  
180 -.feedback .comment-textarea{  
181 - width: 370px;  
182 - textarea{  
183 - width: 354px;  
184 - }  
185 - .login-status{  
186 - width: 100%;  
187 - }  
188 -}  
189 -}  
190 -=======  
191 ->>>>>>> develop 95 +}
1 -<<<<<<< HEAD  
2 -@media screen and (max-width:768px){  
3 -  
4 -.detail-container{  
5 - width: 668px;  
6 - margin: 14px auto 0;  
7 -}  
8 -  
9 -  
10 -/*detail标题*/  
11 -.detail-title{  
12 - width: 100%;  
13 - margin: 0 0 8px 0;  
14 - h1{  
15 - line-height: 20px;  
16 - font-size: 14px;  
17 - font-weight: bold;  
18 - }  
19 - h2{  
20 - line-height: 20px;  
21 - font-size: 14px;  
22 - font-weight: bold;  
23 - }  
24 - .detail-category{  
25 - font-size: 12px;  
26 - color: #666666;  
27 - line-height: 30px;  
28 - a{  
29 - color: #666666;  
30 - }  
31 - }  
32 -}  
33 -  
34 -/*detail主体*/  
35 -.detail-body{  
36 - float: left;  
37 - width: 460px;  
38 - object{  
39 - width: 460px;  
40 - height: 259px;  
41 - }  
42 - embed{  
43 - width: 460px;  
44 - height: 259px;  
45 - }  
46 - video{  
47 - width: 460px;  
48 - height: 259px;  
49 - }  
50 -}  
51 -.video-wrap.current{  
52 - width: 182px;  
53 - object{  
54 - width: 182px;  
55 - height: 103px;  
56 - }  
57 - embed{  
58 - width: 182px;  
59 - height: 103px;  
60 - }  
61 - video{  
62 - width: 182px;  
63 - height: 103px;  
64 - }  
65 -}  
66 -/*slide图片*/  
67 -.detail-slide-body{  
68 - width: 100%;  
69 - height: 266px;  
70 - overflow: hidden;  
71 -}  
72 -.detail-slide-piclist{  
73 - li{  
74 - float: left;  
75 - width:460px;  
76 - height: 266px;  
77 - line-height: 266px;  
78 - }  
79 -}  
80 -.detail-slide-ctrl{  
81 - padding: 15px 0 0 0;  
82 - width: 100%;  
83 - height: 44px;  
84 - position: relative;  
85 - .detail-slide-ctrl-prev,.detail-slide-ctrl-next{  
86 - position:relative;  
87 - margin: -44px 0 0 0;  
88 - width: 20px;  
89 - height: 44px;  
90 - line-height: 44px;  
91 - background-size: 50% 50%;  
92 - }  
93 - .detail-slide-ctrl-prev{  
94 - margin-right: -20px;  
95 - }  
96 - .detail-slide-ctrl-next{  
97 - margin-left: -20px;  
98 - }  
99 -}  
100 -.detail-slide-ctrl-tabs{  
101 - li{  
102 - position: relative;  
103 - float: left;  
104 - margin: 0 0 0 4px;  
105 - img{  
106 - display: block;  
107 - width: 77px;  
108 - height: 44px;  
109 - }  
110 - }  
111 - li:first-child{  
112 - margin: 0;  
113 - }  
114 - li.current{  
115 - .border{  
116 - position: absolute;  
117 - left: 0px;  
118 - right: 0px;  
119 - top: 0px;  
120 - bottom: 0px;  
121 - border: 1px solid #000;  
122 - }  
123 - .arrow{  
124 - position: absolute;  
125 - width: 11px;  
126 - height: 6px;  
127 - top: -5px;  
128 - left: 50%;  
129 - margin: 0 0 0 -5px;  
130 - background-image: url("../assets/images/detail/slide-arrow.png");  
131 - background-size: 100% 100%;  
132 - }  
133 - }  
134 -}  
135 -  
136 -/*资讯主体*/  
137 -.text-body{  
138 - line-height: 20px;  
139 - p{  
140 - margin: 16px 0;  
141 - line-height: 20px;  
142 - font-size: 12px;  
143 - }  
144 -}  
145 -  
146 -/*标签*/  
147 -.tag-box{  
148 - margin: 26px 0 0 0;  
149 - padding: 0 0 11px 0;  
150 - background-size: 100%;  
151 - .taglist{  
152 - padding: 0 0 0 18px;  
153 - background: url("../assets/images/detail/tag-icon.png") no-repeat 1px 6px;  
154 - }  
155 - li{  
156 - float: left;  
157 - line-height: 24px;  
158 - height: 24px;  
159 - a{  
160 - padding: 0 10px 0 10px;  
161 - font-size: 14px;  
162 - color: #1c1c1b;  
163 - font-weight: bold;  
164 - }  
165 - }  
166 - li:last-child{  
167 - background: none;  
168 - }  
169 - li.last-child{  
170 - background: none;  
171 - }  
172 -}  
173 -  
174 -/*统计栏*/  
175 -.stats-btn{  
176 - margin: 16px 0 0 0;  
177 - .statslist{  
178 - float: right;  
179 - }  
180 - li{  
181 - float: left;  
182 - width: 52px;  
183 - img{  
184 - display: block;  
185 - margin: 1px 0 0 1px;  
186 - }  
187 - strong{  
188 - float: left;  
189 - width: 20px;  
190 - height: 20px;  
191 - img{  
192 - display: block;  
193 - width: 18px;  
194 - height: 18px;  
195 - }  
196 - }  
197 - span{  
198 - float: left;  
199 - margin: -6px 0 0 -2px;  
200 - font-size: 10px;  
201 - color: #000;  
202 - }  
203 - }  
204 - li.comments{  
205 - margin: 0;  
206 - padding: 0;  
207 - border-left: 1px solid #000;  
208 - img,span{  
209 - float: right;  
210 - }  
211 - span{  
212 - margin: 10px 0 0 0;  
213 - img{  
214 - width: 17px;  
215 - height: 8px;  
216 - }  
217 - line-height:8px;  
218 - }  
219 - img{  
220 - width: 18px;  
221 - height: 17px;  
222 - }  
223 - }  
224 - li.current{  
225 - strong{  
226 - background-image: url("../assets/images/detail/stats-cur-bg.png");  
227 - background-size: 100% 100%;  
228 - }  
229 - }  
230 -}  
231 -  
232 -/*评论*/  
233 -.comments-box{  
234 - margin: 5px 0 0 0;  
235 -}  
236 -.comments-list{  
237 - li{  
238 - padding:6px 0 10 0;  
239 - border-bottom: 1px solid #dbdbdb;  
240 - position: relative;  
241 - .userimg{  
242 - float: left;  
243 - margin: 5px 0 0 3px;  
244 - width: 28px;  
245 - height: 28px;  
246 - img{  
247 - width: 100%;  
248 - height:100%;  
249 - }  
250 - i{  
251 - width: 11px;  
252 - height: 11px;  
253 - left: 20px;  
254 - bottom: 4px;  
255 - background-size: 100% 100%;  
256 - }  
257 - }  
258 - .userinfo{  
259 - float: left;  
260 - margin: 0 0 0 10px;  
261 - h6{  
262 - line-height: 20px;  
263 - font-size: 13px;  
264 - font-weight: bold;  
265 - }  
266 - p{  
267 - margin: 2px 0 0 0;  
268 - line-height: 16px;  
269 - font-size: 12px;  
270 - }  
271 - }  
272 - }  
273 -}  
274 -.view-more{  
275 - margin: 18px 0 23px 0;  
276 - font-weight: bold;  
277 - text-align: center;  
278 - font-size: 14px;  
279 - line-height: 16px;  
280 - a{  
281 - color: #000;  
282 - }  
283 -}  
284 -.comment-textarea{  
285 -  
286 - .anonymous-info {  
287 - margin-bottom: 6px;  
288 -  
289 - input {  
290 - padding: 0 6px;  
291 - width: 217px;  
292 - height: 23px;  
293 - line-height: 23px;  
294 -  
295 - &:first-child {  
296 - width: 216px;  
297 - }  
298 - }  
299 - }  
300 -  
301 - textarea{  
302 - width: 447px;  
303 - height: 35px;  
304 - border: 1px solid #000;  
305 - resize:none;  
306 - margin: 0;  
307 - padding: 6px;  
308 - }  
309 - .login-status{  
310 - width: 455px;  
311 - height: 24px;  
312 - padding: 2px;  
313 - border: 1px solid #000;  
314 - border-top: none;  
315 - .userimg{  
316 - float: left;  
317 - margin: 3px 0 0 10px;  
318 - width: 20px;  
319 - height: 20px;  
320 - i{  
321 - width: 7px;  
322 - height: 7px;  
323 - left: 15px;  
324 - background-size: 100% 100%;  
325 - }  
326 - }  
327 - .userinfo{  
328 - margin: 0 0 0 18px;  
329 - font-size: 12px;  
330 - line-height: 24px;  
331 - }  
332 - .anonymous{  
333 - line-height: 20px;  
334 - }  
335 - .publish{  
336 - margin: 0px 16px 0 0;  
337 - .publish-btn{  
338 - width: 55px;  
339 - height: 22px;  
340 - line-height: 22px;  
341 - background-image: url("../assets/images/detail/publish-btn.png");  
342 - background-size: 100% 100%;  
343 - font-size: 12px;  
344 - }  
345 - }  
346 - }  
347 -}  
348 -/*上一篇下一篇*/  
349 -.news-next-prev{  
350 - margin: 30px 0 0 0;  
351 - height: 16px;  
352 - .prev{  
353 - float: left;  
354 - a{  
355 - margin: 0 0 0 12px;  
356 - padding: 0 0 0 22px;  
357 - background: url("../assets/images/detail/prev-arrow-1024.png") no-repeat left center;  
358 - }  
359 -  
360 - }  
361 - .next{  
362 - float: right;  
363 - a{  
364 - margin: 0 12px 0 0;  
365 - padding: 0 22px 0 0;  
366 - background: url("../assets/images/detail/next-arrow-1024.png") no-repeat right center;  
367 - }  
368 -  
369 - }  
370 - a{  
371 - display: block;  
372 - line-height: 16px;  
373 - font-size: 14px;  
374 - color: #999999;  
375 - }  
376 -}  
377 -  
378 -/*related posts*/  
379 -.related-posts{  
380 - margin: 25px 0 0 0;  
381 - h2{  
382 - padding: 0 0 6px 0;  
383 - line-height: 22px;  
384 - font-size: 14px;  
385 - color: #000;  
386 - font-weight: bold;  
387 - background-image: url("../assets/images/detail/detail-line-1024.png");  
388 - background-repeat: no-repeat;  
389 - background-position: center bottom;  
390 - background-size: 100%;  
391 - }  
392 -  
393 - .load-more {  
394 - width: 119px;  
395 - height: 25px;  
396 - }  
397 -}  
398 -.postslist{  
399 - margin: 14px 0 0 0;  
400 - width: 488px;  
401 - li{  
402 - float: left;  
403 - margin: 0 32px 0 0;  
404 - width: 212px;  
405 - height: 198px;  
406 - .pic{  
407 - position: relative;  
408 - img{  
409 - display: block;  
410 - width: 100%;  
411 - height: 135px;  
412 - }  
413 - .play-icon{  
414 - position: absolute;  
415 - width: 47px;  
416 - height: 43px;  
417 - background: url("../assets/images/detail/play-icon-1024.png");  
418 - background-size: 100% 100%;  
419 - left: 50%;  
420 - top: 50%;  
421 - margin: -22px 0 0 -23px;  
422 - }  
423 -  
424 - .arrow-bottom {  
425 - border-width: 28px;  
426 - border-right-width: 0;  
427 - }  
428 - }  
429 - h4{  
430 - margin: 6px 0 0 0;  
431 - font-size: 12px;  
432 - color: #000;  
433 - line-height: 14px;  
434 - font-weight: bold;  
435 - }  
436 - p{  
437 - font-weight:bold;  
438 - margin: 5px 0 0 0;  
439 - line-height: 14px;  
440 - font-size: 12px;  
441 - color: #333;  
442 - }  
443 - }  
444 -}  
445 -  
446 -/*分享*/  
447 -.share{  
448 - top: 256px;  
449 - left: 50%;  
450 - margin-left: -370px;  
451 - h4{  
452 - line-height: 23px;  
453 - font-size: 13px;  
454 - color: #000;  
455 - margin-bottom: 4px;  
456 - }  
457 - li{  
458 - width: 30px;  
459 - height: 30px;  
460 - margin-bottom: 10px;  
461 - img{  
462 - display: block;  
463 - width: 100%;  
464 - height: 100%;  
465 - }  
466 - }  
467 -}  
468 -  
469 -/*detail侧边栏*/  
470 -.detail-side{  
471 - float: left;  
472 - margin: 0 0 0 26px;  
473 - width: 182px;  
474 -}  
475 -.detail-ad{  
476 - img{  
477 - display: block;  
478 - width: 100%;  
479 - }  
480 -}  
481 -.app-download{  
482 - margin: 17px 0 0 0;  
483 - padding: 6px 0 6px 6px;  
484 - width: 176px;  
485 - height: 62px;  
486 - background-size: 100% 100%;  
487 - .qr{  
488 - float: left;  
489 - width: 66px;  
490 - height: 62px;  
491 - img{  
492 - display: block;  
493 - width: 100%;  
494 - height: 100%;  
495 - }  
496 - }  
497 - .app-main{  
498 - float: left;  
499 - margin: 0 0 0 5px;  
500 - h6{  
501 - margin: 0;  
502 - line-height: 20px;  
503 - font-size: 13px;  
504 - color: #000;  
505 - }  
506 - p{  
507 - width: 90px;  
508 - line-height: 12px;  
509 - font-size: 10px;  
510 - color: #989898;  
511 - }  
512 - .download-btn{  
513 - margin: 2px 0 0 0;  
514 - a{  
515 - float: left;  
516 - margin: 0 0 0 10px;  
517 - width: 33px;  
518 - height: 13px;  
519 - img{  
520 - display: block;  
521 - width: 100%;  
522 - height: 100%;  
523 - }  
524 - }  
525 - a:first-child{  
526 - width: 46px;  
527 - height: 13px;  
528 - margin: 0;  
529 - }  
530 - }  
531 - }  
532 -}  
533 -.focus-us{  
534 - margin: 19px 0 0 0;  
535 - padding: 12px 15px 17px;  
536 - width: 152px;  
537 - height: 66px;  
538 - background-size: 100% 100%;  
539 - h4{  
540 - line-height: 20px;  
541 - font-size: 18px;  
542 - color: #000;  
543 - text-align: center;  
544 - }  
545 - .focuslist{  
546 - margin:7px auto 0;  
547 - li{  
548 - float: left;  
549 - width: 15px;  
550 - height: 15px;  
551 - margin: 0 0px 0 16px;  
552 - img{  
553 - display: block;  
554 - height: 100%;  
555 - margin: 0 auto;  
556 - }  
557 - }  
558 - li.focus-wx{  
559 - position: relative;  
560 - .pop{  
561 - display: none;  
562 - z-index: 999;  
563 - position: absolute;  
564 - width: 85px;  
565 - height: 76px;  
566 - left: -34px;  
567 - top: 18px;  
568 - line-height: 76px;  
569 - vertical-align: middle;  
570 - background-size: 310%;  
571 - img{  
572 - display: inline;  
573 - vertical-align: middle;  
574 - width: 65px;  
575 - height: 65px;  
576 - margin: 7px 0 0 0;  
577 - }  
578 - }  
579 - }  
580 - li:first-child{  
581 - margin: 0 0 0 4px;  
582 - }  
583 - }  
584 - .textbox{  
585 - margin: 8px 0 0 0;  
586 - input{  
587 - float: left;  
588 - padding: 0 0 0 4px;  
589 - width: 108px;  
590 - height: 14px;  
591 - border: 1px solid #000;  
592 - outline: none;  
593 - font-size: 12px;  
594 - }  
595 - a{  
596 - float: left;  
597 - display: inline-block;  
598 - width: 38px;  
599 - height: 16px;  
600 - line-height: 16px;  
601 - background: #000;  
602 - color: #fff;  
603 - font-size: 12px;  
604 - text-align: center;  
605 - }  
606 - }  
607 -}  
608 -.side-map{  
609 - .map-section{  
610 - h2{  
611 - font-size: 16px;  
612 - background-size: 100%;  
613 - }  
614 - h6{  
615 - margin: 8px 0 0 6px;  
616 - font-size: 13px;  
617 - line-height: 16px;  
618 - color: #000;  
619 - }  
620 - p{  
621 - font-size: 12px;  
622 - }  
623 - }  
624 -}  
625 -.side-video{  
626 - margin: 17px 0 0 0;  
627 - .video-area{  
628 - object{  
629 - height: 98px;  
630 - embed{  
631 - height: 98px;  
632 - }  
633 - }  
634 - video{  
635 - height: 98px;  
636 - }  
637 - img{  
638 - width: 100%;  
639 - display: block;  
640 - }  
641 - }  
642 - h3{  
643 - margin: 3px 0 0 0;  
644 - line-height: 18px;  
645 - font-size: 12px;  
646 - font-weight: bold;  
647 - color: #000;  
648 - }  
649 - p{  
650 - margin: 5px 0 0 0;  
651 - line-height: 14px;  
652 - font-size: 12px;  
653 - color: #000;  
654 - }  
655 -}  
656 -.side-related-posts{  
657 - margin: 24px 0 0 0;  
658 - h2{  
659 - line-height: 21px;  
660 - font-size: 14px;  
661 - padding-bottom: 3px;  
662 - background-size: 100%;  
663 - }  
664 -}  
665 -.side-postslist{  
666 - li{  
667 - margin: 11px 0 0 0;  
668 - max-height: 37px;  
669 - overflow: hidden;  
670 - .pic{  
671 - width: 57px;  
672 - height: 38px;  
673 - .play-icon{  
674 - width: 17px;  
675 - height: 16px;  
676 - background-size: 100% 100%;  
677 - left: 50%;  
678 - top: 50%;  
679 - margin: -8px 0 0 -9px;  
680 - }  
681 - }  
682 - .post-title{  
683 - float: left;  
684 - width: 115px;  
685 - margin: 0 0 0 10px;  
686 - h4{  
687 - font-weight: bold;  
688 - font-size: 12px;  
689 - line-height: 16px;  
690 - }  
691 - p{  
692 - margin: 5px 0 0 0;  
693 - color: #333;  
694 - font-weight: bold;  
695 - line-height: 16px;  
696 - font-size: 12px;  
697 - }  
698 - }  
699 - }  
700 -}  
701 -  
702 -.detail-zoom {  
703 - width: 500px;  
704 - margin-left: -250px;  
705 - text-align: center;  
706 -  
707 - img {  
708 - max-width: 500px;  
709 - }  
710 -  
711 - .guide-btn {  
712 -  
713 - &.prev {  
714 - left: -70px;  
715 - }  
716 -  
717 - &.next {  
718 - right: -70px;  
719 - }  
720 - }  
721 -}  
722 -=======  
723 @media screen and (max-width: 768px) { 1 @media screen and (max-width: 768px) {
724 .detail-container { 2 .detail-container {
725 width: 668px; 3 width: 668px;
@@ -1427,5 +705,4 @@ @@ -1427,5 +705,4 @@
1427 } 705 }
1428 } 706 }
1429 } 707 }
1430 ->>>>>>> develop  
1431 } 708 }
1 -<<<<<<< HEAD  
2 -@media screen and (max-width:768px){  
3 -.mags-container{  
4 - width: 668px;  
5 - margin: 0 auto;  
6 -}  
7 -.newest-mags{  
8 - margin: 25px 0 0 0;  
9 -}  
10 -.mags-info{  
11 - width: 395px;  
12 - h2{  
13 - margin: 17px 0 0 0;  
14 - height: 51px;  
15 - background-size: 36% 100%;  
16 - }  
17 - .mags-text{  
18 - margin: 24px auto 0;  
19 - width: 258px;  
20 - line-height: 18px;  
21 - font-size: 12px;  
22 - }  
23 - .date-price{  
24 - margin: 20px 0 0 0;  
25 - p{  
26 - font-size: 14px;  
27 - }  
28 - .price{  
29 - font-size: 12px;  
30 - }  
31 - }  
32 - .mags-buy{  
33 - margin: 20px 0 0 0;  
34 - .buy-btn{  
35 - width: 99px;  
36 - height: 21px;  
37 - line-height: 21px;  
38 - font-size: 14px;  
39 - background-size: 100% 100%;  
40 - }  
41 - }  
42 -}  
43 -  
44 -.mags-slide{  
45 - width: 210px;  
46 - .slide-box{  
47 - height:264px;  
48 - li{  
49 - width: 210px;  
50 - height: 264px;  
51 - }  
52 - }  
53 - .slide-ctrl{  
54 - margin: 8px 0 0 0;  
55 - li{  
56 - margin: 0 0 0 9px;  
57 - a{  
58 - display: block;  
59 - width: 8px;  
60 - height: 8px;  
61 - background-size: 100% 100%;  
62 - }  
63 - }  
64 - li.on{  
65 - a{  
66 - background-size: 100% 100%;  
67 - }  
68 - }  
69 - }  
70 -}  
71 -  
72 -.column-slide{  
73 - margin: 27px 0 0 0;  
74 - .slide-box{  
75 - height: 221px;  
76 - .slide-piclist{  
77 - width: 680px;  
78 - }  
79 - li{  
80 - width: 158px;  
81 - margin: 0 12px 0 0;  
82 - img{  
83 - width: 100%;  
84 - height: 198px;  
85 - display: block;  
86 - }  
87 - span{  
88 - margin: 7px 0 0 0;  
89 - line-height: 16px;  
90 - font-size: 12px;  
91 - }  
92 - }  
93 - }  
94 - .slide-ctrl{  
95 -  
96 - a.slide-ctrl-prev{  
97 - left: -30px;  
98 - }  
99 - a.slide-ctrl-next{  
100 - right: -40px;  
101 - }  
102 - }  
103 -}  
104 -.column-slide.magazine-list{  
105 - .slide-box{  
106 - width: 680px;  
107 - li{  
108 - width:170px;  
109 - a{  
110 - width: 158px;  
111 - }  
112 - }  
113 - }  
114 -}  
115 -.mags-column{  
116 - margin: 28px 0 0 0;  
117 - h2{  
118 - line-height: 23px;  
119 - font-size: 20px;  
120 - }  
121 - .column-slide{  
122 - margin: 0 0 20px 0;  
123 - h4{  
124 - line-height: 35px;  
125 - font-size: 14px;  
126 - }  
127 - .slide-box{  
128 - margin: 0px 0 0 0;  
129 - .slide-piclist{  
130 - width: 688px;  
131 - }  
132 - li{  
133 - margin: 0 22px 0 0;  
134 - width: 150px;  
135 - }  
136 - }  
137 - .slide-box{  
138 - margin: 0;  
139 - height: 268px;  
140 - .slide-piclist{  
141 - float: left;  
142 - width: 680px;  
143 - height: 268px;  
144 - }  
145 - li{  
146 - margin: 0 8px 0 0;  
147 - width: 76px;  
148 - height: 134px;  
149 - .img-wrap{  
150 - width: 76px;  
151 - height: 114px;  
152 - }  
153 - img{  
154 - width: 76px;  
155 - height: 114px;  
156 - }  
157 - span{  
158 - margin: 0;  
159 - line-height: 20px;  
160 - font-size: 12px;  
161 - }  
162 - }  
163 - }  
164 - .slide-ctrl{  
165 -  
166 - a.slide-ctrl-prev{  
167 - left: -30px;  
168 - }  
169 - a.slide-ctrl-next{  
170 - right: -30px;  
171 - }  
172 - }  
173 - }  
174 -}  
175 -.column-slide.mags-app-download{  
176 - margin: 20px 0 0 0;  
177 - .slide-box{  
178 - height: auto;  
179 - li{  
180 - img{  
181 - width: auto;  
182 - margin: 0 auto;  
183 - }  
184 - span{  
185 - font-size: 12px;  
186 - line-height: 14px;  
187 - }  
188 - h6{  
189 - margin: 8px 0 0 12px;  
190 - line-height: 20px;  
191 - font-size: 18px;  
192 - }  
193 - p{  
194 - margin: 0 0 0 12px;  
195 - line-height: 14px;  
196 - color: #666666;  
197 - font-size: 13px;  
198 - }  
199 - strong{  
200 - display: block;  
201 - margin: 12px 0 0 12px;  
202 - line-height: 18px;  
203 - font-size: 12px;  
204 - color: #000;  
205 - }  
206 - }  
207 - li.column-slide01{  
208 - img{  
209 - width: 120px;  
210 - height: 110px;  
211 - }  
212 - }  
213 - li.column-slide02{  
214 - img{  
215 - margin: 11px 0 0 38px;  
216 - width: 123px;  
217 - height: 94px;  
218 - }  
219 - }  
220 - li.column-slide03{  
221 - img{  
222 - width: 94px;  
223 - height: 90px;  
224 - }  
225 - }  
226 - }  
227 -}  
228 -  
229 -.column-slide.rule{  
230 - margin: 40px 0 0 0;  
231 - h2{  
232 - line-height: 48px;  
233 - font-size: 28px;  
234 - font-weight: bold;  
235 - text-align: center;  
236 - }  
237 - .slide-box{  
238 - margin: 15px 0 0 0;  
239 - height: 237px;  
240 - }  
241 -}  
242 -  
243 -.magazine-zoom {  
244 - width: 400px;  
245 - margin-left: -200px;  
246 - text-align: center;  
247 -  
248 - img {  
249 - max-width: 400px;  
250 - }  
251 -  
252 - .guide-btn {  
253 -  
254 - &.prev {  
255 - left: -90px;  
256 - }  
257 -  
258 - &.next {  
259 - right: -90px;  
260 - }  
261 - }  
262 -}  
263 -=======  
264 @media screen and (max-width: 768px) { 1 @media screen and (max-width: 768px) {
265 .mags-container { 2 .mags-container {
266 width: 668px; 3 width: 668px;
@@ -313,19 +50,10 @@ @@ -313,19 +50,10 @@
313 } 50 }
314 .slide-ctrl { 51 .slide-ctrl {
315 margin: 8px 0 0 0; 52 margin: 8px 0 0 0;
316 - li { 53 + .swiper-pagination-switch {
317 margin: 0 0 0 9px; 54 margin: 0 0 0 9px;
318 - a {  
319 - display: block;  
320 - width: 8px;  
321 - height: 8px;  
322 - background-size: 100% 100%;  
323 - }  
324 - }  
325 - li.on {  
326 - a {  
327 - background-size: 100% 100%;  
328 - } 55 + width: 8px;
  56 + height: 8px;
329 } 57 }
330 } 58 }
331 } 59 }
@@ -512,5 +240,4 @@ @@ -512,5 +240,4 @@
512 } 240 }
513 } 241 }
514 } 242 }
515 ->>>>>>> develop  
516 } 243 }
@@ -6,52 +6,6 @@ @@ -6,52 +6,6 @@
6 .newest-mags { 6 .newest-mags {
7 margin: 46px 0 0 0; 7 margin: 46px 0 0 0;
8 } 8 }
9 -<<<<<<< HEAD  
10 -.mags-info{  
11 - float: left;  
12 - width: 546px;  
13 - h2{  
14 - margin: 23px 0 0 0;  
15 - height: 70px;  
16 - background: url("../assets/images/magazine/mags-title.png") no-repeat center center;  
17 - }  
18 - .mags-text{  
19 - margin: 24px auto 0;  
20 - width: 360px;  
21 - line-height: 20px;  
22 - font-size: 14px;  
23 - text-align: center;  
24 - color: #444444;  
25 - }  
26 - .date-price{  
27 - margin: 35px 0 0 0;  
28 - p{  
29 - font-size: 17px;  
30 - color: #333333;  
31 - text-align: center;  
32 - }  
33 - .price{  
34 - color: #666666;  
35 - font-size: 14px;  
36 - }  
37 - }  
38 - .mags-buy{  
39 - margin: 18px 0 0 0;  
40 - .buy-btn{  
41 - display: block;  
42 - margin: 0 auto;  
43 - width: 137px;  
44 - height: 29px;  
45 - line-height: 29px;  
46 - font-size: 17px;  
47 - color: #fff;  
48 - text-align: center;  
49 - background-image: url("../assets/images/magazine/buy-btn-1024.png");  
50 - background-position: center center;  
51 - background-repeat: no-repeat;  
52 - }  
53 - }  
54 -=======  
55 9
56 .mags-info { 10 .mags-info {
57 float: left; 11 float: left;
@@ -97,7 +51,6 @@ @@ -97,7 +51,6 @@
97 background-repeat: no-repeat; 51 background-repeat: no-repeat;
98 } 52 }
99 } 53 }
100 ->>>>>>> develop  
101 } 54 }
102 55
103 .mags-slide { 56 .mags-slide {
@@ -124,187 +77,25 @@ @@ -124,187 +77,25 @@
124 .slide-ctrl-tabs { 77 .slide-ctrl-tabs {
125 display: inline-block; 78 display: inline-block;
126 } 79 }
127 - a { 80 + .swiper-pagination-switch {
128 float: left; 81 float: left;
129 margin: 0 0 0 14px; 82 margin: 0 0 0 14px;
130 width: 10px; 83 width: 10px;
131 height: 10px; 84 height: 10px;
132 background-image: url("../assets/images/magazine/slide-ctrl-1024.png"); 85 background-image: url("../assets/images/magazine/slide-ctrl-1024.png");
  86 + background-size: 100% 100%;
133 text-indent: -50px; 87 text-indent: -50px;
134 overflow: hidden; 88 overflow: hidden;
135 } 89 }
136 - a:first-child { 90 + .swiper-pagination-switch:first-child {
137 margin: 0; 91 margin: 0;
138 } 92 }
139 - a.activeSlide { 93 + .swiper-pagination-switch.swiper-active-switch {
140 background-image: url("../assets/images/magazine/slide-ctrl-current-1024.png"); 94 background-image: url("../assets/images/magazine/slide-ctrl-current-1024.png");
141 } 95 }
142 - a:focus {  
143 - outline: none;  
144 - }  
145 } 96 }
146 } 97 }
147 98
148 -<<<<<<< HEAD  
149 -.column-slide{  
150 - margin: 41px 0 0 0;  
151 - position: relative;  
152 - .slide-box{  
153 - width: 100%;  
154 - height: auto;  
155 - overflow: hidden;  
156 - position:relative;  
157 - height: 312px;  
158 - .loading-img{  
159 - position: absolute;  
160 - top: 50%;  
161 - left: 50%;  
162 - margin: -23px 0 0 -23px;  
163 - }  
164 - .slide-piclist{  
165 - position: relative;  
166 - width:940px;  
167 - top: 0;  
168 - left: 0;  
169 - }  
170 - li{  
171 - position: relative;  
172 - width: 218px;  
173 - float: left;  
174 - margin: 0 17px 0 0;  
175 - .img-wrap{  
176 - position: relative;  
177 - .border{  
178 - position: absolute;  
179 - left: 0;  
180 - top: 0;  
181 - right: 0;  
182 - bottom: 0;  
183 - border: 1px solid #ccc;  
184 - }  
185 - .special-icon{  
186 - position: absolute;  
187 - left: 0;  
188 - top: 0;  
189 - width: 36px;  
190 - height: 15px;  
191 - background: url("../assets/images/magazine/special.png");  
192 - }  
193 - }  
194 - img{  
195 - width: 100%;  
196 - height: 274px;  
197 - display: block;  
198 - }  
199 - span{  
200 - display: block;  
201 - margin: 18px 0 0 0;  
202 - line-height: 20px;  
203 - text-align: center;  
204 - font-size: 16px;  
205 - color: #000;  
206 - font-weight: bold;  
207 - }  
208 - }  
209 - }  
210 - .slide-ctrl{  
211 - display: none;  
212 - a{  
213 - position: absolute;  
214 - width: 35px;  
215 - height: 50px;  
216 - top: 38%;  
217 - margin-top: -18px;  
218 - background-image: url("../assets/images/magazine/slide-ctrl-btn-1024.png");  
219 - z-index: 1;  
220 - }  
221 - a.slide-ctrl-prev{  
222 - background-position: 0 0;  
223 - left: -46px;  
224 - }  
225 - a.slide-ctrl-next{  
226 - background-position: -35px 0;  
227 - right: -50px;  
228 - }  
229 - }  
230 -}  
231 -  
232 -.column-slide.magazine-list{  
233 - .slide-box{  
234 - width: 940px;  
235 - li{  
236 - width:235px;  
237 - margin: 0;  
238 - a{  
239 - display: block;  
240 - width: 218px;  
241 - }  
242 - }  
243 - }  
244 -}  
245 -  
246 -.mags-column{  
247 - margin: 43px 0 0 0;  
248 - h2{  
249 - line-height: 25px;  
250 - font-size: 24px;  
251 - text-align: center;  
252 - color: #000;  
253 - font-weight: bold;  
254 - }  
255 - .column-slide{  
256 - margin: 4px 0 20px 0;  
257 - h4{  
258 - line-height: 47px;  
259 - font-size: 17px;  
260 - font-weight: bold;  
261 - }  
262 - .slide-box{  
263 - margin: 0;  
264 - height: 362px;  
265 - line-height: 362px;  
266 - text-align: center;  
267 - .slide-piclist{  
268 - float: left;  
269 - width: 928px;  
270 - height: 362px;  
271 - }  
272 - li{  
273 - margin: 0 14px 0 0;  
274 - width: 102px;  
275 - height: 181px;  
276 - .img-wrap{  
277 - width: 102px;  
278 - height: 153px;  
279 - }  
280 - img{  
281 - width: 102px;  
282 - height: 153px;  
283 - }  
284 - span{  
285 - margin: 0;  
286 - line-height: 28px;  
287 - font-size: 14px;  
288 - }  
289 - }  
290 - }  
291 - .slide-ctrl{  
292 - a{  
293 - top: 50%;  
294 - margin-top: -25px;  
295 - }  
296 -  
297 - a.slide-ctrl-prev{  
298 - background-position: 0 0;  
299 - left: -46px;  
300 - }  
301 - a.slide-ctrl-next{  
302 - background-position: -35px 0;  
303 - right: -46px;  
304 - }  
305 - }  
306 - }  
307 -=======  
308 .column-slide { 99 .column-slide {
309 margin: 41px 0 0 0; 100 margin: 41px 0 0 0;
310 position: relative; 101 position: relative;
@@ -462,7 +253,6 @@ @@ -462,7 +253,6 @@
462 } 253 }
463 } 254 }
464 } 255 }
465 ->>>>>>> develop  
466 } 256 }
467 257
468 .column-slide.mags-app-download { 258 .column-slide.mags-app-download {
@@ -541,67 +331,6 @@ @@ -541,67 +331,6 @@
541 } 331 }
542 } 332 }
543 333
544 -<<<<<<< HEAD  
545 -/*大图弹层样式*/  
546 -.img-zoom {  
547 - display: none;  
548 - position: fixed;  
549 - top: 50%;  
550 - left: 50%;  
551 - z-index: 1000;  
552 -  
553 - &.show {  
554 - display: block;  
555 - }  
556 -  
557 - .guide-btn {  
558 - position: absolute;  
559 - width: 20px;  
560 - height: 34px;  
561 - background-image: url("../assets/images/arrow-girl.png");  
562 - background-repeat: no-repeat;  
563 - top: 50%;  
564 - margin-top: -17px;  
565 -  
566 - &.prev {  
567 - left: -112px;  
568 - }  
569 -  
570 - &.next {  
571 - right: -112px;  
572 - background-position: -20px 0;  
573 - }  
574 - }  
575 -}  
576 -  
577 -.magazine-zoom {  
578 - width: 600px;  
579 - margin-left: -300px;  
580 - text-align: center;  
581 -  
582 - img {  
583 - max-width: 600px;  
584 - }  
585 -}  
586 -  
587 -.overlay {  
588 - display: none;  
589 - position: fixed;  
590 - top: 0;  
591 - bottom: 0;  
592 - right: 0;  
593 - left:0;  
594 - background: #000;  
595 - opacity: 0.6;  
596 - filter: alpha(opacity=60);  
597 - z-index: 999;  
598 -  
599 - &.show {  
600 - display: block;  
601 - }  
602 -=======  
603 -/*澶у浘寮瑰眰鏍峰紡*/  
604 -  
605 .img-zoom { 334 .img-zoom {
606 display: none; 335 display: none;
607 position: fixed; 336 position: fixed;
@@ -652,5 +381,4 @@ @@ -652,5 +381,4 @@
652 &.show { 381 &.show {
653 display: block; 382 display: block;
654 } 383 }
655 ->>>>>>> develop  
656 } 384 }