Authored by happyhour7

Merge branch 'ww_develop' into develop

1.23 KB | W: | H:

1.85 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
@@ -26,12 +26,6 @@ @@ -26,12 +26,6 @@
26 .menubar-header{width:100%;} 26 .menubar-header{width:100%;}
27 27
28 28
29 - .menubar-header-default{background:#c3e2ce;}  
30 - .menubar-header-beauty{background:#c3e2ce;}  
31 - .menubar-header-sport{background:#c3e2ce;}  
32 - .menubar-header-lifestyle{background:#c3e2ce;}  
33 - .menubar-header-magazine{background:#c3e2ce;}  
34 - .menubar-header-vedio{background:#c5c5c5;}  
35 29
36 .menubar-move{width:100%;} 30 .menubar-move{width:100%;}
37 .menubar{ 31 .menubar{
@@ -228,7 +222,7 @@ @@ -228,7 +222,7 @@
228 float:right; 222 float:right;
229 width:221px; 223 width:221px;
230 height:43px; 224 height:43px;
231 - background:#c3e2ce; 225 + /*background:#c3e2ce;*/
232 position:relative; 226 position:relative;
233 227
234 .getapp{ 228 .getapp{
@@ -437,7 +431,7 @@ @@ -437,7 +431,7 @@
437 position:relative; 431 position:relative;
438 .advert{ 432 .advert{
439 width:342px; 433 width:342px;
440 - height:480px; 434 + height:495px;
441 float:left; 435 float:left;
442 margin:27px 13px 0px 13px; 436 margin:27px 13px 0px 13px;
443 position:relative; 437 position:relative;
@@ -544,10 +538,10 @@ @@ -544,10 +538,10 @@
544 538
545 .advert-without-border{ 539 .advert-without-border{
546 width:342px; 540 width:342px;
547 - height:481px; 541 + height:495px;
548 float:right; 542 float:right;
549 padding-bottom:0; 543 padding-bottom:0;
550 - margin:27px 13px 0 13px; 544 + margin-top:27px;
551 img{width:100%;} 545 img{width:100%;}
552 position:relative; 546 position:relative;
553 .buy-magazine{ 547 .buy-magazine{
@@ -582,8 +576,8 @@ @@ -582,8 +576,8 @@
582 } 576 }
583 .content-item-without-border{ 577 .content-item-without-border{
584 width:342px; 578 width:342px;
585 - height:481px;  
586 - margin:27px 13px 0 13px; 579 + height:495px;
  580 + margin-top:27px;
587 float:left; 581 float:left;
588 position:relative; 582 position:relative;
589 .week-top{ 583 .week-top{
@@ -597,7 +591,7 @@ @@ -597,7 +591,7 @@
597 width:345px; 591 width:345px;
598 height:175px; 592 height:175px;
599 background:url(../assets/images/followusbackground.png) left top; 593 background:url(../assets/images/followusbackground.png) left top;
600 - /*background-size:390px 525px; */ 594 + background-size:394px 522px;
601 .title{ 595 .title{
602 @include blockwh(100%,70px); 596 @include blockwh(100%,70px);
603 line-height:90px; 597 line-height:90px;
@@ -802,9 +796,9 @@ @@ -802,9 +796,9 @@
802 } 796 }
803 .content-item{ 797 .content-item{
804 width:342px; 798 width:342px;
805 - height:450px; 799 + height:464px;
806 padding-bottom:30px; 800 padding-bottom:30px;
807 - margin:27px 13px 0 13px; 801 + margin-top:27px;
808 overflow:hidden; 802 overflow:hidden;
809 border-bottom:1px solid #000; 803 border-bottom:1px solid #000;
810 float:left; 804 float:left;
@@ -821,7 +815,7 @@ @@ -821,7 +815,7 @@
821 width:345px; 815 width:345px;
822 height:175px; 816 height:175px;
823 background:url(../assets/images/followusbackground.png) left top; 817 background:url(../assets/images/followusbackground.png) left top;
824 - background-size:100%; 818 + background-size:394px 522px;
825 .title{ 819 .title{
826 @include blockwh(100%,70px); 820 @include blockwh(100%,70px);
827 line-height:90px; 821 line-height:90px;
@@ -1218,50 +1212,50 @@ @@ -1218,50 +1212,50 @@
1218 } 1212 }
1219 } 1213 }
1220 1214
1221 - .center-advt-area {  
1222 - width: 1080px;  
1223 - height: 140px;  
1224 - float: left;  
1225 - margin: 20px 0 30px 0;  
1226 - position:relative;  
1227 - .link {  
1228 - display:block; 1215 +.center-advt-area {
  1216 + width: 1080px;
  1217 + height: 140px;
  1218 + float: left;
  1219 + position:relative;
  1220 + .link {
  1221 + display:block;
  1222 + width:100%;
  1223 + height:100%;
  1224 + cursor:pointer;
  1225 + }
  1226 +
  1227 + .swiper-container2,.swiper-container-single{
  1228 + width:1080px;
  1229 + height:140px;
  1230 + overflow:hidden;
  1231 + .swiper-slide{
  1232 + width:1080px;
  1233 + height:140px;
  1234 + overflow:hidden;
  1235 + background:url(../assets/images/loading.gif) center no-repeat;
  1236 + .img-a{
  1237 + @include blockwh(100%,100%);
  1238 + cursor:pointer;
  1239 + img{
1229 width:100%; 1240 width:100%;
1230 height:100%; 1241 height:100%;
1231 - cursor:pointer;  
1232 } 1242 }
1233 -  
1234 -  
1235 - .swiper-container2,.swiper-container-single{  
1236 - width:1080px;  
1237 - height:140px;  
1238 - overflow:hidden;  
1239 - .swiper-slide{  
1240 - width:1080px;  
1241 - height:140px;  
1242 - overflow:hidden;  
1243 - background:url(../assets/images/loading.gif) center no-repeat;  
1244 - .img-a{  
1245 - @include blockwh(100%,100%);  
1246 - cursor:pointer;  
1247 - img{  
1248 - width:100%;  
1249 - height:100%;  
1250 - }  
1251 - }  
1252 - }  
1253 - }  
1254 -  
1255 - .pagination {  
1256 - display:inline-block;  
1257 - height:30px;  
1258 - text-align: center;  
1259 - }  
1260 -  
1261 -  
1262 } 1243 }
  1244 + }
  1245 + }
  1246 +
  1247 +
  1248 +
  1249 + .pagination {
  1250 + display:inline-block;
  1251 + height:30px;
  1252 + text-align: center;
  1253 + }
  1254 +
  1255 +
  1256 +}
1263 1257
1264 - .bottom-item-container { 1258 + .bottom-item-container {
1265 width: 1080px; 1259 width: 1080px;
1266 overflow: hidden; 1260 overflow: hidden;
1267 position: relative; 1261 position: relative;
@@ -1381,7 +1375,104 @@ @@ -1381,7 +1375,104 @@
1381 } 1375 }
1382 1376
1383 } 1377 }
  1378 +
  1379 +
  1380 +
  1381 +
  1382 +.advt-area-margin-default {
  1383 + margin: 20px 0 30px 0;
  1384 +}
  1385 +.advt-area-margin-channel {
  1386 + margin: 10px 0 10px 0;
  1387 +}
  1388 +
  1389 +
  1390 +
  1391 +
  1392 +
  1393 +
  1394 +
  1395 +
  1396 +
  1397 +.content-item-detail-a-img{
  1398 + display:block;
  1399 + width:342px;
  1400 + height:218px;
  1401 + margin-bottom:15px;
  1402 + position:relative;
  1403 + overflow:hidden;
1384 1404
  1405 + .pic{
  1406 + width:342px;
  1407 + height:218px;
  1408 + -webkit-transition: all .3s ease-in-out;
  1409 + transition: all .3s ease-in-out;
  1410 + -moz-transition: all .3s ease-in-out;
  1411 + -webkit-transition: all .3s ease-in-out;
  1412 + -o-transition: all .3s ease-in-out;
  1413 + }
  1414 +
  1415 + .link{
  1416 + @include blockwh(100%,100%);
  1417 + }
  1418 + .video-icon{
  1419 + position:absolute;
  1420 + left:50%;
  1421 + top:50%;
  1422 + @include blockwh(50px,43px);
  1423 + margin: -21px 0 0 -25px;
  1424 + background:url(../assets/images/vedio.png);
  1425 + cursor:pointer;
  1426 + z-index:9;
  1427 + }
  1428 +}
  1429 +.content-item-detail-a-img:hover .pic{-webkit-transform: scale(1.1);transform:scale(1.1);-o-transform:scale(1.1);-moz-transform:scale(1.1);}
  1430 +.content-item-detail-title {
  1431 + display: block;
  1432 + width: 342px;
  1433 + font-size: 20px;
  1434 + cursor: pointer;
  1435 + line-height: 30px;
  1436 + text-align: center;
  1437 + font-weight: bold;
  1438 + color: #000;
  1439 +}
  1440 +.content-item-detail-subtitle {
  1441 + display: block;
  1442 + font-size: 20px;
  1443 + cursor: pointer;
  1444 + line-height: 30px;
  1445 + text-align: center;
  1446 + font-weight: bold;
  1447 + width: 342px;
  1448 + color: #000;
  1449 +}
  1450 +.content-item-detail-subchannle {
  1451 + text-align: center;
  1452 + display: inline-block;
  1453 + margin: 0 auto;
  1454 + height: 30px;
  1455 + color: #999;
  1456 + line-height: 30px;
  1457 +}
  1458 +
  1459 +.content-item-mid {
  1460 + margin-left:27px;
  1461 + margin-right:27px;
  1462 +}
  1463 +.content-item-detail-detail {
  1464 + display: block;
  1465 + width: 342px;
  1466 + font-size: 14px;
  1467 + color: #000;
  1468 + line-height: 24px;
  1469 + text-align: center;
  1470 + overflow: hidden;
  1471 +}
  1472 +
  1473 +
  1474 +
  1475 +
1385 1476
1386 1477
1387 1478
@@ -520,7 +520,7 @@ @@ -520,7 +520,7 @@
520 height:381px; 520 height:381px;
521 padding-bottom:0px; 521 padding-bottom:0px;
522 float:right; 522 float:right;
523 - margin:27px 13px 0 13px; 523 + margin-top:27px;
524 img{width:100%;} 524 img{width:100%;}
525 position:relative; 525 position:relative;
526 .buy-magazine{ 526 .buy-magazine{
@@ -654,7 +654,7 @@ @@ -654,7 +654,7 @@
654 width:290px; 654 width:290px;
655 height:381px; 655 height:381px;
656 656
657 - margin:27px 13px 0 13px; 657 + margin-top:27px;
658 float:left; 658 float:left;
659 overflow:hidden; 659 overflow:hidden;
660 position:relative; 660 position:relative;
@@ -798,7 +798,7 @@ @@ -798,7 +798,7 @@
798 width:290px; 798 width:290px;
799 height:380px; 799 height:380px;
800 /*padding-bottom:30px;*/ 800 /*padding-bottom:30px;*/
801 - margin:27px 13px 0 13px; 801 + margin-top:27px;
802 border-bottom:1px solid #000; 802 border-bottom:1px solid #000;
803 float:left; 803 float:left;
804 overflow:hidden; 804 overflow:hidden;
@@ -115,24 +115,92 @@ sizes, pagination, etc. @@ -115,24 +115,92 @@ sizes, pagination, etc.
115 /* =============================================================== 115 /* ===============================================================
116 Pagination Styles 116 Pagination Styles
117 ================================================================*/ 117 ================================================================*/
118 -.swiper-pagination-switch { 118 +.swiper-pagination {
  119 + @include blockwh(30px,30px);
  120 + float:left;
  121 + cursor:pointer;
  122 + background:url(../assets/images/pagercycle.png) no-repeat;
  123 +}
  124 +
  125 +
  126 +
119 127
  128 +.pagination-big-banner{
  129 + .swiper-pagination {
120 @include blockwh(30px,30px); 130 @include blockwh(30px,30px);
121 - cursor:pointer;  
122 - background:url(../assets/images/pagercycle.png) left -30px no-repeat;  
123 - float:left;  
124 -}  
125 -.swiper-active-switch {  
126 - @include blockwh(20px,20px);  
127 float:left; 131 float:left;
128 - background:#000;  
129 cursor:pointer; 132 cursor:pointer;
130 - 133 + background:url(../assets/images/pagercycle.png) no-repeat;
  134 + }
  135 + /*默认首页*/
  136 + .swiper-pagination-switch {
  137 + background-position: left -30px;
  138 + }
  139 + .swiper-visible-switch {
  140 + background-position: left top;
  141 + }
131 } 142 }
132 -.swiper-visible-switch {  
133 - /* Specific visible button style: */ 143 +.pagination-big-banner-default{
  144 + .swiper-pagination {
134 @include blockwh(30px,30px); 145 @include blockwh(30px,30px);
135 float:left; 146 float:left;
136 cursor:pointer; 147 cursor:pointer;
137 - background:url(../assets/images/pagercycle.png) left top no-repeat; 148 + background:url(../assets/images/pagercycle.png) no-repeat;
  149 + }
  150 + /*默认首页*/
  151 + .swiper-pagination-switch {
  152 + background-position: left -30px;
  153 + }
  154 + .swiper-visible-switch {
  155 + background-position: left top;
  156 + }
138 } 157 }
  158 +
  159 +
  160 +.pagination-big-banner-fashion{
  161 + /*默认首页*/
  162 + .swiper-pagination-switch {
  163 + background-position: -30px -30px;
  164 + }
  165 + .swiper-visible-switch {
  166 + background-position: -30px top;
  167 + }
  168 +}
  169 +.pagination-big-banner-beauty{
  170 + /*默认首页*/
  171 + .swiper-pagination-switch {
  172 + background-position: -90px -30px;
  173 + }
  174 + .swiper-visible-switch {
  175 + background-position: -90px top;
  176 + }
  177 +}
  178 +.pagination-big-banner-sports{
  179 + /*默认首页*/
  180 + .swiper-pagination-switch {
  181 + background-position: -150px -30px;
  182 + }
  183 + .swiper-visible-switch {
  184 + background-position: -150px top;
  185 + }
  186 +}
  187 +
  188 +.pagination-big-banner-lifestyle{
  189 + /*默认首页*/
  190 + .swiper-pagination-switch {
  191 + background-position: -60px -30px;
  192 + }
  193 + .swiper-visible-switch {
  194 + background-position: -60px top;
  195 + }
  196 +}
  197 +.pagination-big-banner-video{
  198 + /*默认首页*/
  199 + .swiper-pagination-switch {
  200 + background-position: -180px -30px;
  201 + }
  202 + .swiper-visible-switch {
  203 + background-position: -180px top;
  204 + }
  205 +}
  206 +