|
@@ -13,6 +13,7 @@
|
|
|
.flex-between-center,.floor .article .section .content .footer,.floor .emtyp,.category .name,.category{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
|
|
|
.banner{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden}
|
|
|
.banner img{width:1920px;height:510px}
|
|
|
+.banner .mobile-banner{display: none;}
|
|
|
.category{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:1200px;height:56px;background:#fff;padding:0 24px;margin-top:32px;line-height:56px;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box}
|
|
|
.category .name{width:120px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}
|
|
|
.category .name em{display:block;width:1px;height:24px;background:#e3e6eb;margin-right:30px;margin-top:16px;-webkit-transition:all 0.4s;-o-transition:all 0.4s;transition:all 0.4s}
|
|
@@ -60,6 +61,7 @@
|
|
|
.flex-start-center,.floor .article .section .content .tag-list{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
|
|
|
.banner{width:100vw;height:51vw;overflow:hidden}
|
|
|
.banner img{display:block;height:51vw}
|
|
|
+.banner .pc-banner{display: none;}
|
|
|
.navigate{display:none !important}
|
|
|
.category{height:10.8vw}
|
|
|
.category .name,.category .collapse{display:none}
|