|
@@ -340,20 +340,36 @@ dl,dd,dt{zoom:1}
|
|
|
.search-top .H5-info-menu {width: 29vw; height: 100%;box-sizing: border-box;display: flex;align-items: center;justify-content: space-between; font-size: 3.2vw;}
|
|
|
.search-top .H5-info-menu div {width: 7.2vw; height: 7.2vw;display: flex;justify-content: center;align-items: center;color: #FF5B00;}
|
|
|
.search-top .H5-info-menu div:nth-child(1) {background: url(/img/article/H5.png);background-size: 119vw 158vw;background-position: -27vw 37vw;}
|
|
|
- .search-top .H5-info-menu div:nth-child(3) {background: url(/img/article/H5.png);background-position: 0vw 36vw;background-size: 101vw 158vw;}
|
|
|
+ .search-top .H5-info-menu .right_drawer_close {background: url(/img/article/H5.png);background-size: 119vw 158vw;background-position: -10vw 36vw;}
|
|
|
+ .search-top .H5-info-menu .right_drawer_open {background: url(/img/article/H5.png);background-size: 119vw 158vw;background-position: 0vw 36vw;}
|
|
|
.header .van-overlay {z-index: -1 !important;}
|
|
|
- .header .van-popup {z-index: -1 !important;padding: 22.6vw 4.333vw 5.6vw 4.333vw;}
|
|
|
+ .header .searchPopup {z-index: -1 !important;padding: 22.6vw 4.333vw 5.6vw 4.333vw;}
|
|
|
/* 阴影*/
|
|
|
.search-top-shadow {box-shadow: 0 4vw 9vw #ccc;}
|
|
|
- .header .van-popup .search-title{display: flex;justify-content: space-between;}
|
|
|
- .header .van-popup .search-title div:nth-child(1) {color: #333333;font-size: 4.7vw;font-weight: bold;}
|
|
|
- .header .van-popup .search-title div:nth-child(2) {width: 3.867vw;height: 3.867vw;position: relative;}
|
|
|
- .header .van-popup .search-title div:nth-child(2):after {content: "×";position: absolute;transform: translate(-50%,-50%) scale(1.5);color: #B2B2B2;font-size: 3.867vw;top: 50%;}
|
|
|
- .van-popup .search-info {margin: 5.7vw 0 5.2vw 0;}
|
|
|
- .van-popup .search-info .keyword {background: #F7F7F7;height: 10.8vw;width: 74vw;border: none;box-sizing: border-box;padding: 2vw;}
|
|
|
- .van-popup .search-info .searchBtn {background: #FF5B00;width: 17vw; height: 10.8vw;color: #fff;text-align: center;display: inline-block;line-height: 10.8vw;float: right;}
|
|
|
- .van-popup .keywords {display: flex;flex-wrap: wrap;}
|
|
|
- .van-popup .keywords div {margin: 0 2.4vw 2.4vw 0;height: 6.4vw;padding: 1.4vw 3.2vw;background: #F7F7F7;color: #999999;font-size: 2.8vw;}
|
|
|
+ /*搜索头弹窗*/
|
|
|
+ .header .searchPopup .search-title{display: flex;justify-content: space-between;}
|
|
|
+ .header .searchPopup .search-title div:nth-child(1) {color: #333333;font-size: 4.7vw;font-weight: bold;}
|
|
|
+ .header .searchPopup .search-title div:nth-child(2) {width: 3.867vw;height: 3.867vw;position: relative;}
|
|
|
+ .header .searchPopup .search-title div:nth-child(2):after {content: "×";position: absolute;transform: translate(-50%,-50%) scale(1.5);color: #B2B2B2;font-size: 3.867vw;top: 50%;}
|
|
|
+ .searchPopup .search-info {margin: 5.7vw 0 5.2vw 0;}
|
|
|
+ .searchPopup .search-info .keyword {background: #F7F7F7;height: 10.8vw;width: 74vw;border: none;box-sizing: border-box;padding: 2vw;}
|
|
|
+ .searchPopup .search-info .searchBtn {background: #FF5B00;width: 17vw; height: 10.8vw;color: #fff;text-align: center;display: inline-block;line-height: 10.8vw;float: right;}
|
|
|
+ .searchPopup .keywords {display: flex;flex-wrap: wrap;}
|
|
|
+ .searchPopup .keywords div {margin: 0 2.4vw 2.4vw 0;height: 6.4vw;padding: 1.4vw 3.2vw;background: #F7F7F7;color: #999999;font-size: 2.8vw;}
|
|
|
+
|
|
|
+ /*侧边弹窗*/
|
|
|
+ .van-popup--right {width: 70vw;height: 100%;z-index: -1 !important;}
|
|
|
+ .navPopup {padding: 22.6vw 0 0 6.4vw;}
|
|
|
+ .navPopup .nav-popup-item {height: 14vw;box-sizing: border-box;border-bottom: 1px solid #D8D8D8;color: #333333;font-size: 3.6vw;display: flex;align-items: center;justify-content: space-between;transition: all 1s;}
|
|
|
+ .navPopup .nav-popup-item .nav-popup-link {color: #333333;position: relative;height: 14vw;line-height: 14vw;}
|
|
|
+ .navPopup .nav-popup-child {height: 0;display: none;overflow: hidden;transition: height .3s ease-in-out;will-change: height;}
|
|
|
+ .navPopup .nav-popup-item .select-nav {width: 12.4vw;height:6.4vw;}
|
|
|
+ .navPopup .nav-popup-item .select-nav:after{content: "\276F";position: absolute;right: 5vw;transform: rotate(90deg);transition: .3s;}
|
|
|
+ .navPopup .nav-popup-item:hover .select-nav:after {transform: rotate(270deg);}
|
|
|
+ .navPopup .van-cell {height: 14vw;padding: 0 5vw 0 0;font-size: 3.6vw;line-height: 14vw;border-bottom: 1px solid #D8D8D8;}
|
|
|
+ .navPopup .van-cell__right-icon {height: 14vw;line-height: 14vw;}
|
|
|
+ .van-collapse-item__content {padding: 0 !important;}
|
|
|
+ .van-collapse-item__content .van-collapse-nav {padding: 3vw 0 0 3vw;display: block;font-size: 3.2vw;}
|
|
|
|
|
|
.info-banner .info-Notice {display: none;}
|
|
|
.info-banner {margin: 3.2vw auto;width: 94.4vw;display: flex;justify-content: space-between;align-items: center;height: 40vw;}
|
|
@@ -430,7 +446,7 @@ dl,dd,dt{zoom:1}
|
|
|
.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 { background: #F5F5F5; padding-bottom: 2vw; width: 94.4vw; margin: 0 auto;}
|
|
|
.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: #FF5B00; font-weight: bold; }
|
|
@@ -515,7 +531,7 @@ dl,dd,dt{zoom:1}
|
|
|
.article-right-ross>a{width: 100%;height: 100%;display: block;border-radius: 2px;}
|
|
|
.article-right-ross>a img{width: 100%;height: 100%;display: block;border-radius: 2px;}
|
|
|
/*文章列表头*/
|
|
|
- .listData-select-title {background: #fff;width: 94.4vw;padding: 3.6vw 3.2vw;margin: 0 auto;}
|
|
|
+ .listData-select-title {background: #fff;width: 94.4vw;padding: 3.6vw 3.2vw;margin: 3vw auto 0 auto;}
|
|
|
.listData-select-title .search-select {display: flex;border-bottom: 1px solid #CCCCCC;}
|
|
|
.listData-select-title .search-select div {font-size: 3.6vw;color: #666666;height: 8vw;}
|
|
|
.listData-select-title .search-select .now-search-select {color: #333333;font-weight: bold;border-bottom: 2px solid #FF5B00;}
|