|
@@ -38,6 +38,7 @@ dl,dd,dt{zoom:1}
|
|
|
@-webkit-keyframes pointerFlashing {from{opacity: 1} to{opacity: 0.1}}
|
|
|
@keyframes pointerFlashing {from{opacity: 1} to{opacity: 0.1}}
|
|
|
|
|
|
+
|
|
|
@media screen and (min-width:768px){.header .h5-head{display:none}
|
|
|
.icon:before{content:'';display:inline-block;background:url(/img/base/icon.png) no-repeat;font-size:0}
|
|
|
/* 分享,回到顶部 */
|
|
@@ -67,16 +68,16 @@ dl,dd,dt{zoom:1}
|
|
|
.pageWrap input{box-sizing:border-box;width:80px;height:40px;line-height:40px;font-size:16px;border:1px solid #EBECEF;outline:none;border-radius:2px;text-align:center}
|
|
|
.loading{box-sizing:border-box;padding:200px 0;text-align:center}
|
|
|
.hasTop{position:fixed;left:0;bottom:0}
|
|
|
- .header{position:fixed;width:100%;background:#e15616;top:0;left:0;z-index:999}
|
|
|
- .header .nav{display:table;width:1190px;margin:0 auto}
|
|
|
+ .header{position:sticky;width:100%;background:#e15616;top:0;left:0;z-index:999}
|
|
|
+ .header .nav{display:table;width:1185px;margin:0 auto}
|
|
|
.nav .logo{display:table-cell;vertical-align:top;height:48px;padding:11px 0}
|
|
|
.nav .logo img{width:56px;height:48px}
|
|
|
.nav .type{display:table-cell;vertical-align:top;height:70px}
|
|
|
- .nav .type a{padding:0 22px;height:70px;line-height:70px;margin-right:1px;font-size:16px;color:#fff;text-align:center;display:table-cell;vertical-align:top;white-space:nowrap}
|
|
|
- .type a:hover{background-color:#e96c1c;border-bottom:solid 2px #fec19a}
|
|
|
- .type a.current{background-color:#e96c1c;border-bottom:solid 2px #fec19a}
|
|
|
+ .nav .type a{padding:0 22px;height:70px;line-height:70px;margin-right:1px;font-size:16px;color:#fff;text-align:center;display:table-cell;vertical-align:top;white-space:nowrap; border-bottom: 2px solid #e15616;box-sizing: border-box;}
|
|
|
+ .type a:hover{background-color:#e96c1c;border-bottom-color: #fec19a}
|
|
|
+ .type a.current{background-color:#e96c1c;border-bottom-color: #fec19a}
|
|
|
.nav .search{position:relative;display:table-cell;vertical-align:top;width:280px;height:32px;margin-left:39px}
|
|
|
- .nav .search .keyword{width:280px;height:32px;line-height:32px;margin:22px 0 16px 0;padding:0 32px 0 10px;border:none;border-radius:16px;background:#eb7941;color:#fff;font-size:14px}
|
|
|
+ .nav .search .keyword{width:280px;height:32px;line-height:32px;margin:22px 0 16px 0;padding:0 32px 0 16px;border:none;border-radius:16px;background:#eb7941;color:#fff;font-size:14px}
|
|
|
.search .keyword:focus{border:none;outline:medium}
|
|
|
.search .searchBtn{position:absolute;top:22px;right:-1px;display:block;width:32px;height:32px;background:url(/img/info/search.png) no-repeat left 8px}
|
|
|
.search .keyword::-webkit-input-placeholder{color:#fff}
|
|
@@ -85,19 +86,19 @@ dl,dd,dt{zoom:1}
|
|
|
.search .keyword:-ms-input-placeholder{color:#fff}
|
|
|
/* .content.sea-top{margin-top:110px} */
|
|
|
.foot{width:100%;height:130px;background:#262626;margin-top:100px}
|
|
|
- .footer{width:1190px;margin:0 auto;text-align:center;height: 130px;box-sizing: border-box;padding: 39px 0;}
|
|
|
+ .footer{width:1185px;margin:0 auto;text-align:center;height: 130px;box-sizing: border-box;padding: 39px 0;}
|
|
|
.footer p{line-height: 30px;color: #FFFFFF;}
|
|
|
.footer p span{margin:0 5px}
|
|
|
.footer p span a{color: #FFFFFF;}
|
|
|
.footer p span a:hover{color: #E15621;}
|
|
|
.footer p span img.icp{width: 18px;height: 18px;display: inline-block;}
|
|
|
- .tip-bar{padding: 80px 0 5px}
|
|
|
- .bar,.tip{width:1190px;margin:0 auto;padding-bottom:5px}
|
|
|
+ .tip-bar{padding: 16px 0;}
|
|
|
+ .bar,.tip{width:1185px;margin:0 auto;padding-bottom:5px}
|
|
|
.tip{color: #777;}
|
|
|
.bar a{color:#777;font-size:14px}
|
|
|
.classify.biaoqian{border-bottom:solid 1px #ededed}
|
|
|
- .content{width:1190px;margin:0 auto;position:relative}
|
|
|
- .content .mainData{float:left;width: 860px;background:#ffffff;}
|
|
|
+ .content{width:1185px;margin:0 auto;position:relative;}
|
|
|
+ .content .mainData{float:left;width: 884px;background:#ffffff;}
|
|
|
.content .new-list{width:100%;background:#ffffff;}
|
|
|
.content .row:nth-last-child(1){border-bottom:0}
|
|
|
.new-list .row{position:relative;display:table;width:800px;height:150px;margin:0 30px;padding:24px 0;border-bottom:solid 1px #ededed}
|
|
@@ -107,9 +108,9 @@ dl,dd,dt{zoom:1}
|
|
|
.row .new-img img:hover{border:solid 2px #e15616;opacity:0.8}
|
|
|
.row .new-img img.none:hover{border:none;opacity:1;cursor:default}
|
|
|
.row .new-blurb{padding-left:230px;min-height:150px;margin-top:-5px;overflow:hidden}
|
|
|
- .row .new-blurb .title{width:570px;font-size:20px;line-height:30px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
|
|
|
+ .row .new-blurb .title{width:570px;font-size:18px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
|
|
|
.row .new-blurb .title em,.row .new-blurb .introduction em{color:#f97956}
|
|
|
- .P_img{width:33px;height:20px;line-height:20px;margin-right:20px;display:inline-block;margin-top:7px}
|
|
|
+ .P_img{width:33px;height:20px;line-height:20px;margin-right:20px;display:inline-block;}
|
|
|
.P_img em{display:inline-block;min-width:100px;line-height:24px}
|
|
|
.P_img em:before{width:24px;height:24px;background-position:-185px -329px;vertical-align:top;margin-right:5px}
|
|
|
.new-blurb a{color:#333}
|
|
@@ -128,8 +129,8 @@ dl,dd,dt{zoom:1}
|
|
|
.xinxi .source:before{width:24px;height:24px;background-position:-285px -329px;vertical-align:top;margin-right:5px}
|
|
|
.article .date{margin-right:30px}
|
|
|
.article .write{margin-left:5px;margin-right:30px}
|
|
|
- .row .new-blurb .introduction{color:#777;font-size:14px;line-height:26px;max-height:52px;overflow :hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
|
|
|
- .content .other{width:310px;float:right}
|
|
|
+ .row .new-blurb .introduction{margin-top: 10px; color:#777;font-size:14px;line-height:26px;min-height:52px;overflow :hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
|
|
|
+ .content .other{width:284px;float:right}
|
|
|
.content .classify{height:50px;line-height:50px;border-left:solid 4px #e15616;font-size:20px;color:#333;padding-left:15px;padding-right:5px;background:#fff}
|
|
|
.content .classify .pre,.content .classify .next{display:inline-block;width:16px;height:16px;line-height:16px;color:#fff;text-align:center;float:right;margin-right:10px;margin-top:20px;cursor:pointer;background:#ccc;font-size:12px;font-weight:normal}
|
|
|
.content .classify .pre:before{content:"\276E"}
|
|
@@ -146,11 +147,13 @@ dl,dd,dt{zoom:1}
|
|
|
.row .new-img.xiao img:hover{border:solid 1px #e15616}
|
|
|
.row .new-blurb.xiao{padding-left:110px;min-height:70px !important}
|
|
|
.row .new-blurb .shuoming{font-size:14px;line-height:25px;max-height:78px;overflow :hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}
|
|
|
- .tui .tui-img{display:block;width:308px;max-height:434px;margin-bottom:20px;overflow:hidden;background:#FFF url(/img/base/placeholder.png) no-repeat center center;background-size:80%}
|
|
|
+ .tui .tui-img{display:block;position: relative; width:284px;max-height:434px;margin-bottom:20px;overflow:hidden;background:#FFF url(/img/base/placeholder.png) no-repeat center center;background-size:80%}
|
|
|
.tui .tui-img img{width:100%;max-height:432px}
|
|
|
- .tui .tui-img img:hover{opacity:0.8;border:solid 1px #e15616}
|
|
|
+ .tui .tui-img::after{content: "";opacity: 0;width: 100%;height: 100%; position: absolute; left: 0;top: 0;box-sizing: border-box;border: 1px solid #e15616; transition: all 0.2s;}
|
|
|
+ .tui .tui-img:hover::after{opacity: 1;}
|
|
|
+ /*.tui .tui-img img:hover{opacity:0.8;border:solid 1px #e15616} */
|
|
|
.tui .tui-img .none:hover{opacity:1;border:none;cursor:default}
|
|
|
- /*.new-list .search{width:860px;padding:0 30px;border-bottom:solid 1px #ededed}*/
|
|
|
+ /*.new-list .search{width:884px;padding:0 30px;border-bottom:solid 1px #ededed}*/
|
|
|
/*.new-list .search .search-box{position:relative;width:796px;height:50px;margin-top:30px;}*/
|
|
|
/*.new-list .search-box .keyword{width:696px;height:50px;line-height:50px;padding-left:40px;border:1px solid #ddd;border-right:none;border-radius:12px 0 0 12px;color:#777;font-size:14px;background:url(/img/info/search1.png) no-repeat 10px 12px}*/
|
|
|
/*.new-list .search-box .keyword:focus{border:1px solid #ddd;border-right:none;outline:medium}*/
|
|
@@ -163,7 +166,7 @@ dl,dd,dt{zoom:1}
|
|
|
.new-list .search-tip span { color:#E15616; font-weight:bold; margin: 0 2px; }
|
|
|
.new-list .search-tip a { display: block; width: 88px; height: 32px; background: #E15616; color: #fff; text-align: center; line-height: 32px; margin-left: 12px; }
|
|
|
/* 搜索结果排序 */
|
|
|
- .new-list .filter-sort { display: flex; justify-content: flex-start; align-items: center; padding-left: 32px; line-height: 36px; margin-top: 32px; }
|
|
|
+ /* .new-list .filter-sort { display: flex; justify-content: flex-start; align-items: center; padding-left: 32px; line-height: 36px; margin-top: 32px; }
|
|
|
.new-list .filter-sort .filter__label { font-size: 16px; color: #4A4F58; margin-right: 24px;}
|
|
|
.new-list .filter-sort .filter__item_list { color: #8A8A8A; }
|
|
|
.new-list .filter-sort .filter__item_list .filter__item { display: inline-block; margin-right: 24px; box-sizing: border-box; padding: 0 16px 0 40px; position: relative; cursor: pointer; }
|
|
@@ -175,8 +178,41 @@ dl,dd,dt{zoom:1}
|
|
|
.new-list .filter-sort .filter__item_list .filter__item.date::after { background-image: url("/img/base/pc-icon-sort-date.png"); }
|
|
|
.new-list .filter-sort .filter__item_list .filter__item.normal.active::after { background-image: url("/img/base/pc-icon-sort-normal-active.png"); }
|
|
|
.new-list .filter-sort .filter__item_list .filter__item.date.active::after { background-image: url("/img/base/pc-icon-sort-date-active.png"); }
|
|
|
+ */
|
|
|
+ /* 文章搜索信息 */
|
|
|
+ .search-section { display: flex;align-items: center;justify-content: space-between; width: 884px; background: #F5F5F5; padding-bottom: 16px; overflow: hidden; }
|
|
|
+ .search-section .search__product_list{flex: 1; height: 178px; background: #fff; transition: all 0.4s; box-sizing: border-box; padding: 0 32px;}
|
|
|
+ .search-section .search__product_list .search__tip{ margin: 12px 0; font-size: 16px; color: #4A4F58;}
|
|
|
+ .search-section .search__product_list .search__tip span{ color: #E15616; font-weight: bold; }
|
|
|
+ .search-section .search__product_list .search__content {display: flex;}
|
|
|
+ .search-section .search__product_list .search__product{display: block; width: 90px; margin-left: 17px;}
|
|
|
+ .search-section .search__product_list .search__product:first-child{ margin-left: 0;}
|
|
|
+ .search-section .search__product_list .search__product .search__product_cover{width: 100%; height: 90px; box-sizing: border-box; border: 1px dashed #EEEFF1;}
|
|
|
+ .search-section .search__product_list .search__product .search__product_cover img{display: block; width: 88px; height: 88px;}
|
|
|
+ .search-section .search__product_list .search__product .search__product_name{width: 100%; margin-top: 10px; font-size: 14px; color: #4A4F58; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
|
|
|
+ .search-section .search__more { width: 180px; height: 178px; margin-left: 16px; display: flex; justify-content: center;align-items: center; flex-direction: column; background: url("/img/article/pc-icon-search-more-bg.png") no-repeat center; background-size: 180px 178px;}
|
|
|
+ .search-section .search__more .search__more_tip{ font-size: 14px; color: #4A4F58; }
|
|
|
+ .search-section .search__more .search__more_line{ width: 14px; height: 2px; background: #E15616; margin: 18px 0 20px;}
|
|
|
+ .search-section .search__more .search__more_link{ display: block; width: 144px; height: 36px; line-height: 36px; text-align: center; color: #fff; font-size: 16px; background: #E15616; }
|
|
|
+ /* 文章搜索排序 */
|
|
|
+ .search-filter{background: #f5f5f5;padding-bottom: 16px;}
|
|
|
+ .search-filter .search__content{height: 56px; background: #fff; display: flex;align-items: center;justify-content: space-between; padding: 0 32px; }
|
|
|
+ .search-filter .search__content .search__tip{font-size: 16px; color: #4A4F58;background: #fff; flex: 1;}
|
|
|
+ .search-filter .search__content .search__tip span{color: #E15616; font-weight: bold;}
|
|
|
+ .search-filter .search__content .search__sort { position: relative; z-index: 9; cursor: pointer; user-select: none; width: 112px; height: 32px; border: 1px solid #eee; box-sizing: border-box;padding-right: 24px;padding-left: 14px; }
|
|
|
+ .search-filter .search__content .search__sort::after{content:""; display: block;width: 24px; height: 24px; position: absolute; top: 3px; right: 4px; background: url("/img/article/pc-icon-search-drap-down.png") no-repeat center; background-size: 24px 24px; }
|
|
|
+ .search-filter .search__content .search__sort.active::after{ background-image: url("/img/article/pc-icon-search-drap-up.png") }
|
|
|
+ .search-filter .search__content .search__sort .search__sort_current{font-size: 14px; color: #4A4F58;line-height: 30px;}
|
|
|
+ .search-filter .search__content .search__sort .search__sort_select{ position: absolute;display: none;padding: 8px 0; top: 36px; left: 50%; transform: translateX(-50%); width: 136px; background-color: #fff;box-shadow: 0px 6px 16px 1px rgba(0,0,0,0.1); border-radius: 2px; }
|
|
|
+ @keyframes searchSortSlide { from {opacity: 0.5; top: 60px} to{opacity: 1; top: 36px;}}
|
|
|
+ .search-filter .search__content .search__sort.active .search__sort_select{ display: block; animation: searchSortSlide 0.4s forwards ease-in-out; }
|
|
|
+ .search-filter .search__content .search__sort .search__sort_select li{position: relative; height: 40px; line-height: 40px; text-align: center; font-size: 14px; color: #4A4F58; padding-right: 40px;}
|
|
|
+ .search-filter .search__content .search__sort .search__sort_select li::after{ content:""; display: block;width: 20px; height: 20px; position: absolute; top: 10px; right: 16px; background: no-repeat center; background-size: 20px 20px; }
|
|
|
+ .search-filter .search__content .search__sort .search__sort_select li.selected,
|
|
|
+ .search-filter .search__content .search__sort .search__sort_select li:hover{ background-color: #FEF6F3; color: #E15616; }
|
|
|
+ .search-filter .search__content .search__sort .search__sort_select li.selected::after{ background-image: url("/img/article/pc-icon-search-selected.png") }
|
|
|
|
|
|
- .no-result{width:860px;height:500px;text-align:center;padding-top:100px}
|
|
|
+ .no-result{width:884px;height:500px;text-align:center;padding-top:100px}
|
|
|
.no-result .nofound{color:#333;font-size:18px;margin-top:20px}
|
|
|
.no-result .nofound span{color:#e15616}
|
|
|
.no-result .change{font-size:14px;color:#666;margin-top:8px}
|
|
@@ -259,6 +295,38 @@ dl,dd,dt{zoom:1}
|
|
|
.new-list .filter-sort .filter__item_list .filter__item.normal.active::after { background-image: url("/img/base/h5-icon-sort-normal-active.png"); }
|
|
|
.new-list .filter-sort .filter__item_list .filter__item.date.active::after { background-image: url("/img/base/h5-icon-sort-date-active.png"); }
|
|
|
|
|
|
+ /* 文章搜索信息 */
|
|
|
+ .search-section { width: 100%; background: #F5F5F5; padding-bottom: 2vw; }
|
|
|
+ .search-section .search__product_list{ background: #fff; transition: all 0.4s; box-sizing: border-box;}
|
|
|
+ .search-section .search__product_list .search__tip{ margin: 4.4vw 0 3.2vw; font-size: 3.4vw; color: #4A4F58; padding: 0 3.2vw;}
|
|
|
+ .search-section .search__product_list .search__tip span{ color: #E15616; font-weight: bold; }
|
|
|
+ .search-section .search__product_list .search__content {display: flex; overflow-y: scroll; padding-bottom: 3.5vw;}
|
|
|
+ .search-section .search__product_list .search__product{flex-shrink: 0; display: block; width: 26vw; margin-left: 2.4vw;}
|
|
|
+ .search-section .search__product_list .search__product:first-child{ margin-left: 3.3vw;}
|
|
|
+ .search-section .search__product_list .search__product .search__product_cover{width: 100%; height: 24vw; box-sizing: border-box; border: 0.2vw dashed #EEEFF1;}
|
|
|
+ .search-section .search__product_list .search__product .search__product_cover img{display: block; width: 23.6vw; height: 23.6vw;}
|
|
|
+ .search-section .search__product_list .search__product .search__product_name{width: 100%; margin-top: 2.4vw; font-size: 3vw; color: #4A4F58; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
|
|
|
+ .search-section .search__more { flex-shrink: 0; width: 30.8vw; height: 30.8vw; margin-left: 4vw; margin-right: 3.3vw; display: flex; justify-content: center;align-items: center; flex-direction: column; background: url("/img/article/h5-icon-search-more-bg.png") no-repeat center; background-size: 30.8vw 30.8vw;}
|
|
|
+ .search-section .search__more .search__more_tip{ font-size: 3vw; color: #4A4F58; }
|
|
|
+ .search-section .search__more .search__more_line{ width: 2.4vw; height: 0.3vw; background: #E15616; margin: 3.5vw 0 3.7vw;}
|
|
|
+ .search-section .search__more .search__more_link{ display: block; width: 24.8vw; height: 7.2vw; line-height: 7.2vw; text-align: center; color: #fff; font-size: 3vw; background: #E15616; }
|
|
|
+ /* 文章搜索排序 */
|
|
|
+ .search-filter{background: #f5f5f5;padding-bottom: 2vw;}
|
|
|
+ .search-filter .search__content{height: 13.2vw; background: #fff; display: flex;align-items: center;justify-content: space-between; padding: 0 3.2vw; }
|
|
|
+ .search-filter .search__content .search__tip{font-size: 3.4vw; color: #4A4F58;background: #fff; flex: 1;}
|
|
|
+ .search-filter .search__content .search__tip span{color: #E15616; font-weight: bold;}
|
|
|
+ .search-filter .search__content .search__sort { position: relative; z-index: 9; cursor: pointer; user-select: none; width: 24.8vw; height: 8vw; border: 0.2vw solid #eee; box-sizing: border-box;padding-right: 6.8vw;padding-left: 3vw; }
|
|
|
+ .search-filter .search__content .search__sort::after{content:""; display: block;width: 5.4vw; height: 5.4vw; position: absolute; top: 1.3vw; right: 1.4vw; background: url("/img/article/h5-icon-search-drap-down.png") no-repeat center; background-size: 5.4vw 5.4vw; }
|
|
|
+ .search-filter .search__content .search__sort.active::after{ background-image: url("/img/article/h5-icon-search-drap-up.png") }
|
|
|
+ .search-filter .search__content .search__sort .search__sort_current{font-size: 3vw; color: #4A4F58;line-height: 7.6vw;}
|
|
|
+ .search-filter .search__content .search__sort .search__sort_select{ position: absolute;display: none;padding: 1.6vw 0; top: 10vw; left: 50%; transform: translateX(-50%); width: 24.8vw; background-color: #fff;box-shadow: 0px 0.4vw 2.4vw 0.1vw rgba(0,0,0,0.1); border-radius: 0.2vw; }
|
|
|
+ @keyframes searchSortSlide { from {opacity: 0.5; top: 11vw} to{opacity: 1; top: 10vw;}}
|
|
|
+ .search-filter .search__content .search__sort.active .search__sort_select{ display: block; animation: searchSortSlide 0.4s forwards ease-in-out; }
|
|
|
+ .search-filter .search__content .search__sort .search__sort_select li{position: relative; height: 10vw; line-height: 10vw; text-align: center; font-size: 3vw; color: #4A4F58; padding-right: 6.4vw;}
|
|
|
+ .search-filter .search__content .search__sort .search__sort_select li::after{ content:""; display: block;width: 4vw; height: 4vw; position: absolute; top: 3vw; right: 2.4vw; background: no-repeat center; background-size: 4vw 4vw; }
|
|
|
+ .search-filter .search__content .search__sort .search__sort_select li.selected { background-color: #FEF6F3; color: #E15616; }
|
|
|
+ .search-filter .search__content .search__sort .search__sort_select li.selected::after{ background-image: url("/img/article/h5-icon-search-selected.png") }
|
|
|
+
|
|
|
.dataRousce{width:100%;background:#FFF;overflow:hidden}
|
|
|
.dataRousce .row{width:100%;height:34.8vw;border-top:1px solid #F5F5F5;background:#FFF;overflow:hidden;box-sizing:border-box;padding:2vw 3.3vw 2vw 37vw;position:relative;color:#93979F;line-height:3.5vw;font-size:2.6vw}
|
|
|
.dataRousce .row:first-child{border-top: 0;}
|