From f34e26d6d62e11d4b17b10cc55d4d42519ca523c Mon Sep 17 00:00:00 2001 From: chen <2659004835@qq.com> Date: Tue, 28 Sep 2021 15:55:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=93=8D=E5=BA=94=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/huaxia.css | 72 +- css/institutions/institutions.css | 5 - css/logshoppingcar/login_cart.css | 27 +- htmls/artNetwork/artist.html | 65 +- htmls/artNetwork/artistDetail.html | 63 +- htmls/artNetwork/artistSKDetail.html | 63 +- htmls/artNetwork/artist_worksDetail.html | 63 +- htmls/artNetwork/auction.html | 63 +- htmls/artNetwork/auctionDetail.html | 86 ++- htmls/artNetwork/auctionShopDetail.html | 63 +- htmls/artNetwork/exhibition.html | 63 +- htmls/artNetwork/exhibitionComingDetail.html | 70 +- htmls/artNetwork/mechanism.html | 127 +++- htmls/artNetwork/mechanismArtworkDetail.html | 63 +- htmls/artNetwork/mechanismBooksDetail.html | 63 +- htmls/artNetwork/mechanismDetail.html | 63 +- htmls/artNetwork/pointsMall.html | 63 +- htmls/artNetwork/pointsMallDetail.html | 63 +- htmls/artNetwork/realTimeInfo.html | 63 +- htmls/artNetwork/realTimeInfoDetail.html | 63 +- htmls/artNetwork/shopDetail.html | 63 +- htmls/artNetwork/shopMore.html | 63 +- htmls/artNetwork/shoppingMall.html | 63 +- htmls/artNetwork/train.html | 63 +- htmls/artNetwork/trainDetail.html | 63 +- htmls/artistCenter/artistCenter.html | 105 ++- htmls/grzx/personalData.html | 68 +- htmls/institutions/institutions.html | 76 +- htmls/logshoppingcar/login.html | 90 ++- htmls/logshoppingcar/qrcode.html | 89 ++- htmls/logshoppingcar/shopcar.html | 743 ++++++++++--------- htmls/logshoppingcar/tobepaid.html | 89 ++- htmls/logshoppingcar/tuxingCode.html | 24 + htmls/logshoppingcar/zf.html | 87 ++- index.html | 10 +- js/gVerify.js | 139 ++++ js/huaxia.js | 142 +--- js/login_cart/login_cart.js | 9 + 38 files changed, 2609 insertions(+), 648 deletions(-) create mode 100644 htmls/logshoppingcar/tuxingCode.html create mode 100644 js/gVerify.js diff --git a/css/huaxia.css b/css/huaxia.css index f831070..dfd6d21 100644 --- a/css/huaxia.css +++ b/css/huaxia.css @@ -1,8 +1,13 @@ + +* { + padding: 0px; + margin: 0px; +} body { margin: 0; padding: 0; } - +a{text-decoration: none;} .w102 { width: 102.6%; } @@ -688,7 +693,6 @@ ul li { padding: 0px; margin: 0px; } - .tn { text-decoration: none; } @@ -814,11 +818,11 @@ input { } .parent-page { - height: 360px; + max-height: 360px; } .parent-page img { - height: 360px; + max-height: 360px; float: left; } @@ -1423,12 +1427,7 @@ input { transition: transform .5s; cursor: pointer; } - -#jg-list>div:hover .font-18 { - color: #CB1919; - font-weight: bold; -} - +#pmd-list a:hover .font-18,#jg-list a:hover .font-18{color: #CB1919;} .jg-guanz { width: 110px; height: 42px; @@ -1455,8 +1454,10 @@ input { } /* 拍卖 */ -#pm-list a:hover>div, -#pxzb-list a:hover>div { +#pm-list a:hover>div{ + box-shadow: 0 0 20px rgba(0, 0, 0, .2); +} +#pxzb-list a:hover { box-shadow: 0 0 20px rgba(0, 0, 0, .2); } #pm-list img{height: 304px;object-fit: cover;} @@ -1500,6 +1501,8 @@ input { left: 50%; transform: translate(-50%, -50%); } +#px-list a .backf5{border: 1px solid #FFFFFF;margin-top: -2px;} +#px-list a:hover .backf5{background: #FFFFFF;border: 1px solid #f5f5f5;} #px-list a:hover .clips1{color: #CB1919;} #px-list a:hover .quan{border: 2px solid #CB1919;} .zaixian-img{max-height: 400px;object-fit: cover;float: left;} @@ -1793,7 +1796,7 @@ input { border-top: 1px solid #CCCCCC; } -#sh-list a{width: 41%;} +#cq-list a,#sh-list a{width: 41%;} #sh-list a .pa{bottom: 0px;background: linear-gradient(to top,rgba(0,0,0,.5),rgba(255,255,255,0));margin: 0;} #sh-list .dis .m-y20:last-child { margin-right: 0; @@ -1807,11 +1810,11 @@ input { margin-right: 0; } -#alls-list .dfc>div { +#alls-list .dfc a { margin: 10px; } -#alls-list .dfc>div img { +#alls-list .dfc a img { max-height: 230px; } @@ -1819,7 +1822,7 @@ input { box-shadow: 0px 0px 10px rgba(0, 0, 0, .2); } -#alls-list .dfc:hover div { +#alls-list .dfc:hover a { color: #CB1919; } @@ -2066,7 +2069,7 @@ align-items: flex-end; } .tyhder_listnav a { - color: rgb(135, 135, 135); + color: #616161; font-size: 14px; } @@ -2114,18 +2117,7 @@ height: 100%; } /* 自适应 */ - - -/* 个人中心- */ -* { - padding: 0px; - margin: 0px; -} - /* header */ -a { - text-decoration: none; -} ul { list-style: none; @@ -3595,20 +3587,12 @@ justify-content: space-between; /* 机构中心 */ -* { - padding: 0px; - margin: 0px; -} - input { padding-left: 14px; box-sizing: border-box; } /* header */ -a { - text-decoration: none; -} ul { list-style: none; @@ -5679,12 +5663,15 @@ select { .zx-nav li .zx-nav-active,.szx-nav li .zx-nav-active,.px-nav li .zx-nav-active{border-bottom: 2px solid #CB1919;position: absolute;bottom: -1px;} #ys-cate li .zx-nav-title,.zx-nav li .zx-nav-title,.szx-nav li .zx-nav-title,.px-nav li .zx-nav-title{color: #CB1919;} #zx-xg>div:first-child{margin-right: 10px;} -.zx-xx{color: #cd2628;border: 1px solid #cd2628;padding: 6px 20px;border-radius: 3px;font-size: 16px;} .zx-gg{padding: 6px 20px;border: 1px solid #222222;border-radius: 3px;font-size: 16px;} +.zx-xx{color: #cd2628;border: 1px solid #cd2628;padding: 6px 20px;border-radius: 3px;font-size: 16px;} #ys-list,#zled,#zlwill,#zling{width: 102.6%;} #ys-list .font-13{padding: 8px 15px;} #ys-list .m-x30{margin-bottom: 10px;} .cell-js{display: none;} +.paix-tank{display: none; position: absolute;left: 0;top: 40px;background: #FFFFFF;z-index: 10;width: 100%;border: 1px solid #e2e2e2;box-sizing: border-box;} +.paix-tank p{padding: 0px 10px;font-size: 14px;} +.paix-tank p:hover{background: #CB1919;cursor: pointer;color: #FFFFFF;} .tyjgzx_riscon>form { display: inline-block; } @@ -5834,18 +5821,7 @@ select { .left-title{color: #CB1919!important;} td{border-bottom: 1px solid #ebebeb;} tfoot tr td{border-bottom: none;} - -/* 关于我们 */ - -* { - padding: 0px; - margin: 0px; -} - /* header */ -a { - text-decoration: none; -} ul { list-style: none; diff --git a/css/institutions/institutions.css b/css/institutions/institutions.css index df8d55a..fdfe385 100644 --- a/css/institutions/institutions.css +++ b/css/institutions/institutions.css @@ -1,8 +1,3 @@ -* { - padding: 0px; - margin: 0px; -} - input { padding-left: 14px; box-sizing: border-box; diff --git a/css/logshoppingcar/login_cart.css b/css/logshoppingcar/login_cart.css index 09901d0..40c6e43 100644 --- a/css/logshoppingcar/login_cart.css +++ b/css/logshoppingcar/login_cart.css @@ -114,7 +114,15 @@ header .container .bot a{ .user-cont li{text-indent: 2em;} - +.input-vate{ + background: url(../../img/grzx/images/xiala_08.jpg) no-repeat!important; + background-size: 4% 20%!important; + background-position: 98% center!important; +} +#my_button{position: absolute;right: 0;top: 0;width: 100px;height: 100%;border: 1px solid #e2e2e2;border-radius: 3px;cursor: pointer;} +.cate-tank{display: none; position: absolute;left: 0;top: 53px;background: #FFFFFF;z-index: 10;width: 100%;border: 1px solid #e2e2e2;box-sizing: border-box;line-height: 40px;} +.cate-tank p{padding: 10px;font-size: 16px;} +.cate-tank p:hover{background: #CB1919;cursor: pointer;color: #FFFFFF;} /* 购物车 */ section { background-color: #f5f5f5; @@ -122,7 +130,7 @@ section { } section .whoil { - padding: 15px 240px; + padding: 0px 320px; } section .whoil .whoil-1 { padding: 25px; @@ -212,7 +220,7 @@ section .whoil .whoil-1 .swiper-container { background-color: #fff; padding-bottom: 50px; } - +.shopCartSwiper .swiper-slide{display: flex;flex-direction: column;} section .whoil .whoil-1 .swiper-container .swiper-text { padding: 35px 0px 10px 0; margin-bottom: 25px; @@ -232,9 +240,8 @@ section .whoil .whoil-1 .swiper-container img { overflow: hidden; } section .whoil .whoil-1 .swiper-slide .clips1 { - text-align: center; - width: 284px; - padding: 10px 0; + text-align: center; + /* padding: 10px 0; */ } section .whoil .whoil-1 .swiper-container .swiper-button-prev, @@ -254,16 +261,16 @@ section .whoil .whoil-1 .swiper-container .swiper-pagination { section .whoil .whoil-1 .swiper-container .swiper-pagination span { width: 10px; height: 10px; - --swiper-pagination-color: #cb1919; } - +.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active{width: 10px;height: 10px;background: #CB1919;border: 2px solid #FFFFFF;} +.swiper-pagination-bullet{width: 10px;height: 10px;background: #cccccc;} section .whoil .whoil-1 .swiper-container .hide { opacity: 0; } section .whoil .whoil-1 .swiper-button-next, section .whoil .whoil-1 .swiper-button-prev { - transition: opacity 0.5s; + transition: opacity 0.5s; } /* 二维码页面 */ @@ -370,7 +377,7 @@ section .whole .whole-1 .payment .order .oderhome a { .table-cbox tbody tr td:nth-child(4){font-size: 14px;font-weight: bold;color: #222222;} .table-cbox tbody tr td:nth-child(5)>div{display: flex;align-items: center;justify-content: center;} .add,.reduce{width: 17px;height: 23px;background: #f0f0f0;border: 1px solid #e5e5e5;cursor: pointer;} -.count-input{width: 39px;height: 23px;display: inline-block;text-align: center;border: 1px solid #aaaaaa;} +.count-input{width: 39px;height: 25px;display: inline-block;text-align: center;border: 1px solid #aaaaaa;padding-left: 0px!important;} .table-cbox tbody tr td:nth-child(6){font-size: 14px;font-weight: bold;color: #CB1919;} .table-cbox tbody tr td:nth-child(7){font-size: 14px;color: #222222;} diff --git a/htmls/artNetwork/artist.html b/htmls/artNetwork/artist.html index 2e2042a..514e89f 100644 --- a/htmls/artNetwork/artist.html +++ b/htmls/artNetwork/artist.html @@ -128,7 +128,7 @@