Compare commits
2 Commits
c9ed6addc5
...
2b63159cd5
Author | SHA1 | Date |
---|---|---|
tangyi | 2b63159cd5 | |
tangyi | 77cf2c7404 |
|
@ -2022,6 +2022,7 @@ input {
|
|||
position: relative;
|
||||
background-color: #fff;
|
||||
z-index: 100000;
|
||||
font-size: 0px;
|
||||
}
|
||||
|
||||
.tyhder_herader>img {
|
||||
|
@ -2040,6 +2041,8 @@ input {
|
|||
justify-content: space-between;
|
||||
background-color: #fff;
|
||||
align-items: flex-end;
|
||||
padding-bottom: 10px;
|
||||
|
||||
}
|
||||
.tyhder_herader .dis>a{
|
||||
display: inline-block;
|
||||
|
@ -2526,7 +2529,9 @@ ul {
|
|||
padding-top: 26px;
|
||||
|
||||
}
|
||||
|
||||
.tygrzx_didanpd{
|
||||
height: auto; padding: 25px 24px 20px
|
||||
}
|
||||
.tygrzx_dizcon {
|
||||
width: 94%;
|
||||
height: 190px;
|
||||
|
@ -2862,6 +2867,7 @@ ul {
|
|||
.tygrzx_ddcontit>:nth-child(1)>p {
|
||||
color: rgb(146, 146, 146);
|
||||
padding: 5px 0;
|
||||
margin-right: 30px;
|
||||
}
|
||||
|
||||
.tygrzx_ddcontit>:nth-child(2) {
|
||||
|
@ -3239,6 +3245,7 @@ justify-content: space-between;
|
|||
padding-right: 14px;
|
||||
position: relative;
|
||||
box-sizing: border-box;
|
||||
margin-bottom: 20px;
|
||||
|
||||
}
|
||||
|
||||
|
@ -3339,19 +3346,19 @@ justify-content: space-between;
|
|||
}
|
||||
|
||||
.tygrzx_zgtit>:nth-child(1) {
|
||||
margin-right: 279px;
|
||||
margin-right: 302px;
|
||||
}
|
||||
|
||||
.tygrzx_zgtit>:nth-child(2) {
|
||||
margin-right: 159px;
|
||||
margin-right: 106px;
|
||||
}
|
||||
|
||||
.tygrzx_zgtit>:nth-child(3) {
|
||||
margin-right: 101px;
|
||||
margin-right: 92px;
|
||||
}
|
||||
|
||||
.tygrzx_zgtit>:nth-child(4) {
|
||||
margin-right: 82px;
|
||||
margin-right: 105px;
|
||||
}
|
||||
|
||||
.tygrzx_zgcon {
|
||||
|
@ -3359,6 +3366,7 @@ justify-content: space-between;
|
|||
padding-bottom: 14px;
|
||||
padding-left: 9px;
|
||||
padding-right: 7px;
|
||||
|
||||
}
|
||||
|
||||
.tygrzx_zgcon {
|
||||
|
@ -3369,37 +3377,52 @@ justify-content: space-between;
|
|||
.tygrzx_zgzti {
|
||||
font-size: 13px;
|
||||
color: rgb(82, 82, 82);
|
||||
display: -webkit-box;
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-line-clamp: 2; /* 显示三行,后面省略 */
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.tygrzx_zgcon>:nth-child(1) {
|
||||
width: 88px;
|
||||
margin-right: 11px;
|
||||
.tygrzx_zgzti+p{
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.tygrzx_ristext {
|
||||
.tygrzx_zgcon>:nth-child(1){
|
||||
width: 30%;
|
||||
display: flex;
|
||||
}
|
||||
.tygrzx_zgcon>:nth-child(1)>:nth-child(1) {
|
||||
|
||||
.tygrzx_ristext>:nth-child(1) {
|
||||
width: 187px;
|
||||
margin-right: 71px;
|
||||
margin-left: 65px;
|
||||
margin-right: 11px;
|
||||
}
|
||||
.tygrzx_zgcon>:nth-child(1)>:nth-child(1)>img{
|
||||
width: 100%;
|
||||
min-width: 88px;
|
||||
}
|
||||
.tygrzx_zgcon>:nth-child(1)>:nth-child(2){
|
||||
line-height: 27px;
|
||||
|
||||
}
|
||||
|
||||
.tygrzx_ristext>:nth-child(2) {
|
||||
margin-right: 67px;
|
||||
.tygrzx_zgcon>:nth-child(2){
|
||||
width: 70%;
|
||||
display: flex;
|
||||
}
|
||||
.tygrzx_zgcon>:nth-child(2)>:nth-child(1){
|
||||
width: 48%;
|
||||
text-align: center;
|
||||
|
||||
.tygrzx_ristext>:nth-child(3) {
|
||||
margin-right: 34px;
|
||||
}
|
||||
.tygrzx_zgcon>:nth-child(2)>:nth-child(2){
|
||||
width: 17%;
|
||||
|
||||
.tygrzx_ristext>:nth-child(4) {
|
||||
width: 62px;
|
||||
}
|
||||
.tygrzx_zgcon>:nth-child(2)>:nth-child(3){
|
||||
width: 26%;
|
||||
|
||||
.tygrzx_ristext>:nth-child(4)>div>button {
|
||||
}
|
||||
.tygrzx_zgcon>:nth-child(2)>:nth-child(4){
|
||||
width: 10%;
|
||||
|
||||
}
|
||||
.tygrzx_zgcon>:nth-child(2)>:nth-child(4)>button {
|
||||
width: 62px;
|
||||
height: 34px;
|
||||
border-radius: 3px;
|
||||
|
@ -3408,15 +3431,13 @@ justify-content: space-between;
|
|||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.tygrzx_ristext>:nth-child(4)>div>p {
|
||||
.tygrzx_zgcon>:nth-child(2)>:nth-child(4)>p {
|
||||
color: #191919;
|
||||
font-size: 13px;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.tygrzx_ristext>div>:nth-child(1) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
.tygrzx_bj {
|
||||
color: #00a608;
|
||||
|
@ -5981,10 +6002,10 @@ ul {
|
|||
width: 100%;
|
||||
}
|
||||
.tyhder_herader .tyhder_listnavpad{
|
||||
position: fixed;top: 80px;
|
||||
position: absolute;top: 104px;
|
||||
right: 0px;
|
||||
display: block;
|
||||
height: 100%;
|
||||
height: 2000px;
|
||||
background-color: #fff;
|
||||
}
|
||||
.tyhder_listnavpad li{
|
||||
|
|
|
@ -107,8 +107,8 @@
|
|||
box-sizing: border-box;
|
||||
overflow: hidden;
|
||||
left: 0px;
|
||||
padding-right: 30px;
|
||||
padding-left: 30px;
|
||||
padding-right: 20px;
|
||||
padding-left: 20px;
|
||||
|
||||
|
||||
}
|
||||
|
@ -130,7 +130,8 @@
|
|||
width: auto;
|
||||
flex-shrink: 0;
|
||||
padding: 0px;
|
||||
padding-left: 24px;
|
||||
padding-left: 12px;
|
||||
padding-right: 12px;
|
||||
}
|
||||
|
||||
.tygrzx_int> :nth-child(2) {
|
||||
|
@ -189,112 +190,6 @@
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
@media screen and (max-width:430px) {
|
||||
|
||||
.tygrzx_grzximg {
|
||||
position: absolute;
|
||||
width: 98%;
|
||||
border-radius: 50px;
|
||||
height: 100px;
|
||||
left: -127px;
|
||||
top: -49px;
|
||||
}
|
||||
.caiadn {
|
||||
|
||||
padding-right: 15px;
|
||||
padding-left: 15px;
|
||||
}
|
||||
.tygrzx_scanniu>:nth-child(3) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.tygrzx_tubtn {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.tygrzx_int {
|
||||
display: block;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
|
||||
.tygrzx_name {
|
||||
position: absolute;
|
||||
top: 52px;
|
||||
left: 145px;
|
||||
}
|
||||
|
||||
.p-zy320 {
|
||||
padding-left: 15px;
|
||||
padding-right: 15px;
|
||||
}
|
||||
|
||||
.tygrzx_scimg {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
background-image: url(../img/jgzx/images/xwfm_03.png);
|
||||
background-size: 102%;
|
||||
border: solid 1px #000;
|
||||
border-color: rgb(208, 208, 208);
|
||||
}
|
||||
|
||||
.tygrzx_int> :nth-child(1) {
|
||||
text-align: left;
|
||||
font-size: 14px;
|
||||
}
|
||||
.tygrzx_setle> :nth-child(1) {
|
||||
text-align: left;
|
||||
margin-bottom: 10px;
|
||||
font-size: 14px;
|
||||
}
|
||||
.tygrzx select {
|
||||
padding: 0px 7px;
|
||||
font-size: 12px;
|
||||
background: url(../img/grzx/xiala_08.jpg) no-repeat scroll right 10% top 46% transparent;
|
||||
background-size: 12px 8px;
|
||||
height: 39px;
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
width: 30.9%;
|
||||
|
||||
|
||||
}
|
||||
|
||||
.tygrzx_setlecon {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.tygrzx_setle {
|
||||
display: block;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.tygrzx_int> :nth-child(2) {
|
||||
width: 100%;
|
||||
|
||||
margin-top: 10px;
|
||||
font-size: 12px;
|
||||
height: 39px;
|
||||
}
|
||||
|
||||
.tygrzx_btn>button {
|
||||
border-radius: 5px;
|
||||
font-size: 18px;
|
||||
width: 100%;
|
||||
height: 33px;
|
||||
color: #fff;
|
||||
background-color: rgb(203, 25, 25);
|
||||
cursor: pointer;
|
||||
border: none;
|
||||
}
|
||||
.tygrzx_riscon>form {
|
||||
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width:1620px) {
|
||||
.tygrzx_ddmas>:nth-child(2) {
|
||||
width: 100px;
|
||||
|
@ -311,20 +206,21 @@
|
|||
word-wrap: break-word;
|
||||
word-break: break-all;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@media screen and (width:320px) {
|
||||
.exhibition .item-box {
|
||||
height: 200px !important;
|
||||
.tygrzx_zgcon>:nth-child(2) {
|
||||
width: 70%;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.swiper-button-next,
|
||||
.swiper-button-prev {
|
||||
top: 40% !important;
|
||||
.tygrzx_con .tygrzx_zgcon>:nth-child(2)>p{
|
||||
width: 100%;
|
||||
text-align: right;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.tygrzx_con .tygrzx_zgcon>:nth-child(2)>div{
|
||||
width: 100%;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media screen and (max-width:766px) {
|
||||
.logo{width: 50%;}
|
||||
.head-box {top: 0px;}
|
||||
|
@ -416,7 +312,6 @@
|
|||
.parent-page,.parent-page img {height: 130px;}
|
||||
.shous{display: inline;}
|
||||
}
|
||||
|
||||
@media screen and (min-width:751px) and (max-width:850px) {
|
||||
.logo{width: 26%;}
|
||||
.gn-box{display: inline;}
|
||||
|
@ -436,7 +331,6 @@
|
|||
.parent-page,.parent-page img {height: 130px;}
|
||||
.shous{display: inline;}
|
||||
}
|
||||
|
||||
@media screen and (min-width:851px) and (max-width:1000px) {
|
||||
.logo{width: 26%;}
|
||||
.gn-box{display: inline;}
|
||||
|
@ -486,11 +380,25 @@
|
|||
justify-content: space-between;
|
||||
align-items: center;
|
||||
}
|
||||
.tyhder_herader>img {
|
||||
display: none;
|
||||
.tygrzx_yhuij {
|
||||
width: 50%;
|
||||
|
||||
}
|
||||
.tygrzx_jftit>:nth-child(2)>:nth-child(3) {
|
||||
width: 139px;
|
||||
|
||||
}
|
||||
.tygrzx_jftit>:nth-child(2)>:nth-child(4) {
|
||||
width: 84px
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width:1001px) and (max-width:1120px) {
|
||||
.tygrzx_jftit>:nth-child(2)>:nth-child(3) {
|
||||
width: 139px;
|
||||
|
||||
}
|
||||
.logo{width: 26%;}
|
||||
.input-box{display: none;}
|
||||
.p-zy180,.head-box{padding: 10px 60px;}
|
||||
|
@ -510,13 +418,14 @@ align-items: center;
|
|||
.tyhder_listnav a{
|
||||
padding-left: 0px;
|
||||
}
|
||||
|
||||
.tygrzx_yhuij {
|
||||
width: 50%;
|
||||
|
||||
}
|
||||
.tyhder_herader .dis>a {
|
||||
|
||||
width: 30%;
|
||||
}
|
||||
.tyhder_listnav {
|
||||
|
||||
padding-bottom: 26px;
|
||||
}
|
||||
}
|
||||
|
@ -539,13 +448,15 @@ align-items: center;
|
|||
}
|
||||
|
||||
.tyhder_herader .dis>a {
|
||||
|
||||
width: 33%;
|
||||
}
|
||||
.tyhder_listnav {
|
||||
|
||||
padding-bottom: 26px;
|
||||
}
|
||||
.tygrzx_yhuij {
|
||||
width: 33%;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width:1261px) and (max-width:1350px) {
|
||||
|
@ -630,7 +541,99 @@ align-items: center;
|
|||
/* 结算页面 */
|
||||
section .whole .whole-1 .Buyers #container #wrap .address .name {width: 120px;padding: 10px 0;text-align: center;}
|
||||
}
|
||||
@media (min-width:767px) and (max-width:991px){
|
||||
.tygrzx_ysnr {
|
||||
width: 25%;
|
||||
|
||||
}
|
||||
#zx-list img {width: 250px;max-height: 155px;}
|
||||
#zx-list .clips2 {-webkit-line-clamp: 1;}
|
||||
#zx-list .p-sx30 {padding-top: 10px;padding-bottom: 10px;}
|
||||
.p-zy320{padding: 0 15px;}
|
||||
.zx-dian{margin: 10px 0 0 0;}
|
||||
.zx-nav li, .szx-nav li, .px-nav li {margin-right: 20px;padding: 10px 0 8px 0;font-size: 14px;}
|
||||
#ys-cate{overflow-x: scroll;overflow-y: hidden;}
|
||||
#ys-cate li{padding: 10px 0 8px 0;font-size: 14px;flex-shrink: 0;}
|
||||
#px-list .p-zy40{padding-left: 20px;padding-right: 20px;}
|
||||
#px-list a .clips4{-webkit-line-clamp: 3;}
|
||||
#px-list a .m-s30{margin-top: 15px;}
|
||||
.zaixian-img{max-height: 220px;}
|
||||
.px-item-bo{width: 40px;height: 40px;}
|
||||
#pxzb-list .p-zy30{padding-left: 15px;padding-right: 15px;}
|
||||
#pxzb-list .m-s20{margin-top: 10px;}
|
||||
#pxzb-list .font-20{font-size: 16px;}
|
||||
#pxzb-list .p-x20{padding-bottom: 10px;}
|
||||
#pxzb-list .clips4{-webkit-line-clamp: 2;}
|
||||
#pxzb-list .w56{width: 100%;}
|
||||
#pxzb-list .w56 .col19:nth-child(3){display: none;}
|
||||
.p-sx30{padding-top: 20px;padding-bottom: 20px;}
|
||||
.font-40{font-size: 28px;}
|
||||
.allitem-title{padding: 25px 0 20px 0;}
|
||||
.font-26{font-size: 20px;}
|
||||
.m-z30{margin-left: 20px;}
|
||||
#zlDetail .linh32{line-height: 26px;}
|
||||
|
||||
.jg-tou{margin-top: 10px;}
|
||||
.jg-tou .p-sx20{padding: 0 20px;}
|
||||
.jg-tou .font-36{font-size: 20px;margin-top: 6px;}
|
||||
#jgjj-box{margin-top: 20px;}
|
||||
#jgjj-box .m-zy20:first-child{margin-left: 0px;margin-right: 0px;margin-top: 0px;line-height: 26px;}
|
||||
#jgjj-box .m-zy20:last-child{margin-left: 0px;margin-right: 0px;margin-top: 10px;line-height: 30px;}
|
||||
#jgjj-box .linh42{padding-bottom: 20px;}
|
||||
#jgjj-box .linh42 .dac{align-items: baseline;}
|
||||
.jg-guanz{width: 80px;height: 30px;line-height: 30px;}
|
||||
.borr{font-size: 14px;}
|
||||
|
||||
#jgsk-box,#jgzh-box,#jgcy-box{padding-bottom: 20px;}
|
||||
#zx-list .m-y30{margin-right: 10px;}
|
||||
.trainDetail .p-zy40{padding-left: 20px;padding-right: 20px;}
|
||||
.trainDetail .clips4{-webkit-line-clamp: 3;}
|
||||
.trainDetail .linh30{line-height: 25px;}
|
||||
#pm-list img{height: 200px;}
|
||||
#pm-list .w56{width: 100%;padding-left: 10px;padding-right: 10px;}
|
||||
#pm-list .clips3{-webkit-line-clamp: 2;}
|
||||
#pm-list .m-s20{margin-top: 10px;}
|
||||
#pm-list .m-x10{margin-bottom: 0px;}
|
||||
#pm-list .p-sx20{padding-top: 10px;padding-bottom: 10px;}
|
||||
#pm-list .font-20{font-size: 15px;}
|
||||
#pm-list .font-15{font-size: 13px;}
|
||||
#pm-list .m-x20{margin-bottom: 10px;}
|
||||
}
|
||||
@media (max-width:766px){
|
||||
.tygrzx_yspcon {
|
||||
width: 25%;
|
||||
|
||||
}
|
||||
.tygrzx_jftit>:nth-child(2) {
|
||||
padding-left: 10px;
|
||||
|
||||
}
|
||||
.tygrzx_jftit>:nth-child(2)>:nth-child(2) {
|
||||
margin-left: 10px;
|
||||
}
|
||||
.tygrzx_ysnr {
|
||||
width: 25%;
|
||||
|
||||
}
|
||||
.tygrzx_yishusc {
|
||||
width: 50%;
|
||||
|
||||
}
|
||||
.tygrzx_wdgz {
|
||||
width: 50%;
|
||||
}
|
||||
.tygrzx_con {
|
||||
height: auto;
|
||||
padding-bottom: 20px;
|
||||
|
||||
}
|
||||
.tygrzx_ddxq {
|
||||
display: none;
|
||||
}
|
||||
.tygrzx_ddnav {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.tyhder_listnavpad li {padding: 15px 30px;}
|
||||
#zx-list img {width: 120px;max-height: 74px;}
|
||||
#zx-list .clips2 {-webkit-line-clamp: 2;}
|
||||
#zx-list .clips3 {display: none;}
|
||||
|
@ -874,6 +877,9 @@ align-items: center;
|
|||
|
||||
#previewImg div:first-child{width: 60%;height: auto;}
|
||||
#previewImg div:first-child img{height: 100%;float: left;}
|
||||
.tyhder_di{
|
||||
display: none;
|
||||
}
|
||||
|
||||
.zhanw{height: 20px;}
|
||||
/* 购物车 */
|
||||
|
@ -952,46 +958,249 @@ align-items: center;
|
|||
|
||||
.zzFoot{display: inline-block;width: 100%;}
|
||||
}
|
||||
@media (min-width:767px) and (max-width:991px){
|
||||
#zx-list img {width: 250px;max-height: 155px;}
|
||||
#zx-list .clips2 {-webkit-line-clamp: 1;}
|
||||
#zx-list .p-sx30 {padding-top: 10px;padding-bottom: 10px;}
|
||||
.p-zy320{padding: 0 15px;}
|
||||
.zx-dian{margin: 10px 0 0 0;}
|
||||
.zx-nav li, .szx-nav li, .px-nav li {margin-right: 20px;padding: 10px 0 8px 0;font-size: 14px;}
|
||||
#ys-cate{overflow-x: scroll;overflow-y: hidden;}
|
||||
#ys-cate li{padding: 10px 0 8px 0;font-size: 14px;flex-shrink: 0;}
|
||||
#px-list .p-zy40{padding-left: 20px;padding-right: 20px;}
|
||||
#px-list a .clips4{-webkit-line-clamp: 3;}
|
||||
#px-list a .m-s30{margin-top: 15px;}
|
||||
@media (max-width:520px){
|
||||
.tygrzx_mr {
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
.tygrzx_dizcon {
|
||||
height: auto;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
.tygrzx_mr>:nth-child(2) {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
width: 100%;
|
||||
}
|
||||
/* .tygrzx_mrdiz{
|
||||
flex: 1;
|
||||
text-align: right;
|
||||
} */
|
||||
.tygrzx_addressEditing{
|
||||
flex: 1;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.tygrzx_shtit>div {
|
||||
display: block;
|
||||
}
|
||||
.tygrzx_shtit>p {
|
||||
font-size: 14px;
|
||||
font-weight: 600;
|
||||
margin-left: 15px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.tygrzx_mr>:nth-child(2)>:nth-child(1){
|
||||
margin: 0px;
|
||||
}
|
||||
.tygrzx_yspcon {
|
||||
width: 33%;
|
||||
}
|
||||
.tygrzx_tp {
|
||||
padding: 23px 4px 0 15px;
|
||||
}
|
||||
.tygrzx_jftit>:nth-child(2)>:nth-child(2) {
|
||||
width: 60%;
|
||||
|
||||
}
|
||||
.tygrzx_jftit>:nth-child(2) {
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
.tygrzx_jftit>:nth-child(2)>:nth-child(3) {
|
||||
margin-top: 20px;
|
||||
margin-left: 0px;
|
||||
}
|
||||
.tygrzx_jftit>:nth-child(2)>:nth-child(4){
|
||||
margin-top: 20px;
|
||||
}
|
||||
.tygrzx_jftit {
|
||||
height: auto;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
.tygrzx_jfcon{
|
||||
position: relative;
|
||||
height: 55px;
|
||||
border-bottom: 1px solid rgb(238, 233, 231)
|
||||
}
|
||||
.tygrzx_jfcon td{
|
||||
position: absolute;
|
||||
border: none;
|
||||
}
|
||||
.tygrzx_jfcon>:nth-child(1) {
|
||||
top: 30px;
|
||||
}
|
||||
.tygrzx_jfcon>:nth-child(3){
|
||||
top: 10px;
|
||||
overflow: hidden;
|
||||
width: 100%;
|
||||
text-overflow:ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.tygrzx_jftable{
|
||||
border-collapse: collapse;
|
||||
}
|
||||
.tygrzx_jfcon>:nth-child(2) {
|
||||
top: 30px;
|
||||
right: 0px;
|
||||
}
|
||||
.tygrzx_jfntit>:nth-child(3) {
|
||||
display: none;
|
||||
}
|
||||
.tygrzx_jfntit>:nth-child(1) {
|
||||
width: 60%;
|
||||
}
|
||||
.tygrzx_jfntit>:nth-child(2) {
|
||||
width: 40%;
|
||||
padding-right: 15px;
|
||||
box-sizing: border-box;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
}
|
||||
@media screen and (max-width:430px) {
|
||||
.tygrzx_yishusc {
|
||||
width: 100%;
|
||||
|
||||
}
|
||||
.tygrzx_yhuij {
|
||||
width: 100%;
|
||||
}
|
||||
.tygrzx_yspcon {
|
||||
width: 50%;
|
||||
}
|
||||
.tygrzx_didanpd {
|
||||
padding: 25px 10px 20px;
|
||||
}
|
||||
.tygrzx_ddcontit>:nth-child(1)>p {
|
||||
padding: 2px 0;
|
||||
|
||||
}
|
||||
.tygrzx_ddcontit>:nth-child(1)>p {
|
||||
margin-right: 0px;
|
||||
}
|
||||
.tygrzx_ysnr {
|
||||
width: 50%;
|
||||
}
|
||||
.tygrzx_yhtit>p {
|
||||
margin-right: 20px;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.tyhder_herader .tyhder_listnavpad {
|
||||
top: 91px;
|
||||
|
||||
.zaixian-img{max-height: 220px;}
|
||||
.px-item-bo{width: 40px;height: 40px;}
|
||||
#pxzb-list .p-zy30{padding-left: 15px;padding-right: 15px;}
|
||||
#pxzb-list .m-s20{margin-top: 10px;}
|
||||
#pxzb-list .font-20{font-size: 16px;}
|
||||
#pxzb-list .p-x20{padding-bottom: 10px;}
|
||||
#pxzb-list .clips4{-webkit-line-clamp: 2;}
|
||||
#pxzb-list .w56{width: 100%;}
|
||||
#pxzb-list .w56 .col19:nth-child(3){display: none;}
|
||||
.p-sx30{padding-top: 20px;padding-bottom: 20px;}
|
||||
.font-40{font-size: 28px;}
|
||||
.allitem-title{padding: 25px 0 20px 0;}
|
||||
.font-26{font-size: 20px;}
|
||||
.m-z30{margin-left: 20px;}
|
||||
#zlDetail .linh32{line-height: 26px;}
|
||||
}
|
||||
.tyhder_herader .dis>a {
|
||||
width: 205px;
|
||||
}
|
||||
|
||||
.jg-tou{margin-top: 10px;}
|
||||
.jg-tou .p-sx20{padding: 0 20px;}
|
||||
.jg-tou .font-36{font-size: 20px;margin-top: 6px;}
|
||||
#jgjj-box{margin-top: 20px;}
|
||||
#jgjj-box .m-zy20:first-child{margin-left: 0px;margin-right: 0px;margin-top: 0px;line-height: 26px;}
|
||||
#jgjj-box .m-zy20:last-child{margin-left: 0px;margin-right: 0px;margin-top: 10px;line-height: 30px;}
|
||||
#jgjj-box .linh42{padding-bottom: 20px;}
|
||||
#jgjj-box .linh42 .dac{align-items: baseline;}
|
||||
.jg-guanz{width: 80px;height: 30px;line-height: 30px;}
|
||||
.borr{font-size: 14px;}
|
||||
.tygrzx_ddnav>p {
|
||||
margin-right: 0px;
|
||||
}
|
||||
.tygrzx_ddnav{
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.tygrzx_grzximg {
|
||||
position: absolute;
|
||||
width: 98%;
|
||||
border-radius: 50px;
|
||||
height: 100px;
|
||||
left: -127px;
|
||||
top: -49px;
|
||||
}
|
||||
.caiadn {
|
||||
|
||||
padding-right: 20px;
|
||||
padding-left: 20px;
|
||||
}
|
||||
.tygrzx_scanniu>:nth-child(3) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.tygrzx_tubtn {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.tygrzx_int {
|
||||
display: block;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
|
||||
.tygrzx_name {
|
||||
position: absolute;
|
||||
top: 52px;
|
||||
left: 145px;
|
||||
}
|
||||
|
||||
.p-zy320 {
|
||||
padding-left: 20px;
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
||||
.tygrzx_scimg {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
background-image: url(../img/jgzx/images/xwfm_03.png);
|
||||
background-size: 102%;
|
||||
border: solid 1px #000;
|
||||
border-color: rgb(208, 208, 208);
|
||||
}
|
||||
|
||||
.tygrzx_int> :nth-child(1) {
|
||||
text-align: left;
|
||||
font-size: 14px;
|
||||
}
|
||||
.tygrzx_setle> :nth-child(1) {
|
||||
text-align: left;
|
||||
margin-bottom: 10px;
|
||||
font-size: 14px;
|
||||
}
|
||||
.tygrzx select {
|
||||
padding: 0px 7px;
|
||||
font-size: 12px;
|
||||
background: url(../img/grzx/xiala_08.jpg) no-repeat scroll right 10% top 46% transparent;
|
||||
background-size: 12px 8px;
|
||||
height: 39px;
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
width: 30.9%;
|
||||
}
|
||||
.tygrzx_setlecon {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.tygrzx_setle {
|
||||
display: block;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.tygrzx_int> :nth-child(2) {
|
||||
width: 100%;
|
||||
|
||||
margin-top: 10px;
|
||||
font-size: 12px;
|
||||
height: 39px;
|
||||
}
|
||||
|
||||
.tygrzx_btn>button {
|
||||
border-radius: 5px;
|
||||
font-size: 18px;
|
||||
width: 100%;
|
||||
height: 33px;
|
||||
color: #fff;
|
||||
background-color: rgb(203, 25, 25);
|
||||
cursor: pointer;
|
||||
border: none;
|
||||
}
|
||||
.tygrzx_riscon>form {
|
||||
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
||||
|
||||
#jgsk-box,#jgzh-box,#jgcy-box{padding-bottom: 20px;}
|
||||
#zx-list .m-y30{margin-right: 10px;}
|
||||
.trainDetail .p-zy40{padding-left: 20px;padding-right: 20px;}
|
||||
|
@ -1037,6 +1246,17 @@ align-items: center;
|
|||
|
||||
header .bac{padding-bottom: 20px;}
|
||||
}
|
||||
@media screen and (width:320px) {
|
||||
.exhibition .item-box {
|
||||
height: 200px !important;
|
||||
}
|
||||
|
||||
.swiper-button-next,
|
||||
.swiper-button-prev {
|
||||
top: 40% !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width:992px) and (max-width:1199px){
|
||||
#zx-list img {width: 250px;max-height: 155px;}
|
||||
#zx-list .clips2 {-webkit-line-clamp: 1;}
|
||||
|
|
|
@ -13,7 +13,6 @@
|
|||
<script src="../../js/jquery-1.9.1.js" type="text/javascript" charset="utf-8"></script>
|
||||
<script src="../../js/swiper-bundle.min.js" type="text/javascript" charset="utf-8"></script>
|
||||
<script type="text/javascript" src="http://api.map.baidu.com/geocoder/v2/?ak=mDcZsWM7gGKb7MC1bC8Mo33FScjYEr0I&output=json&address=百度大厦&city=北京市"></script>
|
||||
|
||||
<script src="../../js/huaxia.js"></script>
|
||||
|
||||
</head>
|
||||
|
|
|
@ -6,85 +6,77 @@
|
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
|
||||
<title>个人中心</title>
|
||||
<link rel="stylesheet" type="text/css" href="../../css/huaxia.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../../css/huaxiaMedia.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../../css/foot.min.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../../css/huaxia.css" />
|
||||
<link rel="stylesheet" type="text/css" href="../../css/huaxiaMedia.css" />
|
||||
<link rel="stylesheet" type="text/css" href="../../css/foot.min.css" />
|
||||
<link rel="stylesheet" href="../../css/centerHead.css">
|
||||
<script src="../../js/jquery-1.9.1.js" type="text/javascript" charset="utf-8"></script>
|
||||
<script src="../../js/huaxia.js" type="text/javascript" charset="utf-8"></script>
|
||||
|
||||
<script src="../../js/jquery-1.9.1.js" type="text/javascript" charset="utf-8"></script>
|
||||
<script src="../../js/huaxia.js" type="text/javascript" charset="utf-8"></script>
|
||||
|
||||
<link rel="stylesheet" href="../../css/huaxiaMedia.css">
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body class="tygrzx_co">
|
||||
<header class="tyhder_herader">
|
||||
<img src="../../img/grzx/topimg.jpg" title="图1" alt="图片已缺失">
|
||||
<nav class="dis p-zy320 pod" >
|
||||
<nav class="dis p-zy320 pod">
|
||||
<a href="">
|
||||
<img src="../../img/logo.png" title="图2" alt="图片已缺失">
|
||||
<img src="../../img/logo.png" title="图2" alt="图片已缺失">
|
||||
</a>
|
||||
<ul class="tyhder_listnav">
|
||||
<li> 123</li>
|
||||
<li><span class="tyhder_di"></span><a target="_parent" href="../../index.html">网站首页</a></li>
|
||||
<li><span class="tyhder_di"></span><a target="_parent" href="../aboutUs/aboutUs.html">关于我们</a></li>
|
||||
<li><span class="tyhder_di"></span><a target="_parent" href="../aboutUs/aboutUs.html">关于我们</a></li>
|
||||
<li><span class="tyhder_di"></span><a target="_parent" href="../logshoppingcar/shopcar.html"><img class="tyhder_topicon" title="图3" src="../../img/sy-scart.png" alt="图片已缺失">我的购物车</a></li>
|
||||
<li><span class="tyhder_di"></span><a target="_parent" href="../artNetwork/pointsMall.html">积分商城</a></li>
|
||||
<li><span class="tyhder_di"></span><a target="_parent" href="../contactUs/contactUs.html">联系我们</a></li>
|
||||
<li><span class="tyhder_di"></span><a target="_parent" class="tyhder_gr" href="../grzx/personalData.html" >个人中心</a></li>
|
||||
<li><span class="tyhder_di"></span><a target="_parent" href="../contactUs/contactUs.html">联系我们</a></li>
|
||||
<li><span class="tyhder_di"></span><a target="_parent" class="tyhder_gr" href="../grzx/personalData.html">个人中心</a></li>
|
||||
<li><a target="_parent" href="../logshoppingcar/login.html">【退出】</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<div class="tyhder_moban">
|
||||
|
||||
</div>
|
||||
<div class="tyhder_btntop">
|
||||
<img class="tyhder_btntopimg" src="../../img/public/gn.png">
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
|
||||
<div class="mian tygrzx">
|
||||
<div class="p-zy320 dis">
|
||||
|
||||
<div class="caiadn">
|
||||
|
||||
|
||||
|
||||
<ul class="tygrzx_left">
|
||||
<li class="tygrzx_caidan">收起菜单</li>
|
||||
<li class="tygrzx_lefttx"><img src="../../img/grzx/tx_04.jpg" title="图4" alt="图片已缺失"><span>243</span></li>
|
||||
<li onclick="tyList(1)" class="tygrzx_leftcon tygrzx_lititnoe">
|
||||
<img style="width: 18px;" src="../../img/grzx/icon_1.png" title="图5" alt="图片已缺失"> <img style="width: 18px;" src="../../img/grzx/iocn (1).png" title="图5" alt="图片已缺失"> <span>个人资料</span>
|
||||
</li>
|
||||
<li onclick="tyList(2)" class="tygrzx_leftcon tygrzx_litittwo">
|
||||
<img src="../../img/grzx/icon_2.png" title="密码修改" alt="图片已缺失"> <img src="../../img/grzx/iocn (2).png" title="密码修改" alt="图片已缺失"> <span>密码修改</span>
|
||||
</li>
|
||||
<li onclick="tyList(3)" class="tygrzx_leftcon tygrzx_litittwo">
|
||||
<img src="../../img/grzx/icon_3.png" title="订单" alt="图片已缺失"> <img src="../../img/grzx/iocn (3).png" title="订单+" alt="图片已缺失"> <span>我的订单</span>
|
||||
</li>
|
||||
<li onclick="tyList(4)" class="tygrzx_leftcon tygrzx_litittwo">
|
||||
<img src="../../img/grzx/icon_4.png" title="关注" alt="图片已缺失"> <img src="../../img/grzx/iocn (4).png" title="关注" alt="图片已缺失"> <span>我的关注</span>
|
||||
</li>
|
||||
<li onclick="tyList(5)" class="tygrzx_leftcon tygrzx_litittwo">
|
||||
<img src="../../img/grzx/icon_5.png" title="收藏" alt="图片已缺失"> <img src="../../img/grzx/iocn (5).png" title="收藏" alt="图片已缺失"> <span>我的收藏</span>
|
||||
</li>
|
||||
<li onclick="tyList(6)" class="tygrzx_leftcon tygrzx_litittwo">
|
||||
<img src="../../img/grzx/icon_6.png" title="积分" alt="图片已缺失"> <img src="../../img/grzx/iocn (6).png" title="积分" alt="图片已缺失"> <span>我的积分</span>
|
||||
</li>
|
||||
<li onclick="tyList(7)" class="tygrzx_leftcon tygrzx_litittwo">
|
||||
<img src="../../img/grzx/icon_7.png" title="优惠卷" alt="图片已缺失"> <img src="../../img/grzx/iocn (7).png" title="优惠卷" alt="图片已缺失"> <span>我的优惠券</span>
|
||||
</li>
|
||||
<li onclick="tyList(8)" class="tygrzx_leftcon tygrzx_litittwo">
|
||||
<img src="../../img/grzx/icon_8.png" title="征稿作品管理+" alt="图片已缺失"> <img src="../../img/grzx/iocn (8).png" title="征稿作品管理+" alt="图片已缺失"> <span>征稿作品管理</span>
|
||||
</li>
|
||||
<li onclick="tyList(9)" class="tygrzx_leftcon tygrzx_litittwo">
|
||||
<img src="../../img/grzx/icon_9.png" title="收货地址" alt="图片已缺失"> <img src="../../img/grzx/iocn (9).png" title="收货地址" alt="图片已缺失"> <span>收货地址</span>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="caiadn">
|
||||
<ul class="tygrzx_left">
|
||||
<li class="tygrzx_caidan">收起菜单</li>
|
||||
<li class="tygrzx_lefttx"><img src="../../img/grzx/tx_04.jpg" title="图4" alt="图片已缺失"><span>243</span></li>
|
||||
<li onclick="tyList(1)" class="tygrzx_leftcon tygrzx_lititnoe">
|
||||
<img style="width: 18px;" src="../../img/grzx/icon_1.png" title="图5" alt="图片已缺失"> <img style="width: 18px;" src="../../img/grzx/iocn (1).png" title="图5" alt="图片已缺失"> <span>个人资料</span>
|
||||
</li>
|
||||
<li onclick="tyList(2)" class="tygrzx_leftcon tygrzx_litittwo">
|
||||
<img src="../../img/grzx/icon_2.png" title="密码修改" alt="图片已缺失"> <img src="../../img/grzx/iocn (2).png" title="密码修改" alt="图片已缺失"> <span>密码修改</span>
|
||||
</li>
|
||||
<li onclick="tyList(3)" class="tygrzx_leftcon tygrzx_litittwo">
|
||||
<img src="../../img/grzx/icon_3.png" title="订单" alt="图片已缺失"> <img src="../../img/grzx/iocn (3).png" title="订单+" alt="图片已缺失"> <span>我的订单</span>
|
||||
</li>
|
||||
<li onclick="tyList(4)" class="tygrzx_leftcon tygrzx_litittwo">
|
||||
<img src="../../img/grzx/icon_4.png" title="关注" alt="图片已缺失"> <img src="../../img/grzx/iocn (4).png" title="关注" alt="图片已缺失"> <span>我的关注</span>
|
||||
</li>
|
||||
<li onclick="tyList(5)" class="tygrzx_leftcon tygrzx_litittwo">
|
||||
<img src="../../img/grzx/icon_5.png" title="收藏" alt="图片已缺失"> <img src="../../img/grzx/iocn (5).png" title="收藏" alt="图片已缺失"> <span>我的收藏</span>
|
||||
</li>
|
||||
<li onclick="tyList(6)" class="tygrzx_leftcon tygrzx_litittwo">
|
||||
<img src="../../img/grzx/icon_6.png" title="积分" alt="图片已缺失"> <img src="../../img/grzx/iocn (6).png" title="积分" alt="图片已缺失"> <span>我的积分</span>
|
||||
</li>
|
||||
<li onclick="tyList(7)" class="tygrzx_leftcon tygrzx_litittwo">
|
||||
<img src="../../img/grzx/icon_7.png" title="优惠卷" alt="图片已缺失"> <img src="../../img/grzx/iocn (7).png" title="优惠卷" alt="图片已缺失"> <span>我的优惠券</span>
|
||||
</li>
|
||||
<li onclick="tyList(8)" class="tygrzx_leftcon tygrzx_litittwo">
|
||||
<img src="../../img/grzx/icon_8.png" title="征稿作品管理+" alt="图片已缺失"> <img src="../../img/grzx/iocn (8).png" title="征稿作品管理+" alt="图片已缺失"> <span>征稿作品管理</span>
|
||||
</li>
|
||||
<li onclick="tyList(9)" class="tygrzx_leftcon tygrzx_litittwo">
|
||||
<img src="../../img/grzx/icon_9.png" title="收货地址" alt="图片已缺失"> <img src="../../img/grzx/iocn (9).png" title="收货地址" alt="图片已缺失"> <span>收货地址</span>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<!-- 个人资料 -->
|
||||
<div style="display:block" data-in="1" class="tygrzx_ris ">
|
||||
<p class="tygrzx_tit">个人资料</p>
|
||||
|
@ -130,7 +122,7 @@
|
|||
<option value="">锦江区</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
<div class="tygrzx_int">
|
||||
<p></p>
|
||||
|
@ -174,8 +166,8 @@
|
|||
<button>确认修改</button>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
@ -423,7 +415,7 @@
|
|||
<!-- 订单 -->
|
||||
<div style="display:none" data-in="3" class="tygrzx_ris">
|
||||
<p class="tygrzx_tit">我的订单</p>
|
||||
<div class="tygrzx_con tygrzx_didanpd" style="height: auto; padding: 25px 24px 20px;">
|
||||
<div class="tygrzx_con tygrzx_didanpd">
|
||||
<div class="tygrzx_ddtit">
|
||||
<div class="tygrzx_ddnav">
|
||||
<p class="tygrzx_ddys">全部订单</p>
|
||||
|
@ -434,7 +426,7 @@
|
|||
</div>
|
||||
<div class="tygrzx_ddxq">
|
||||
<p>订单详情</p>
|
||||
<div>
|
||||
<div>
|
||||
<p>收货人</p>
|
||||
<p>金额</p>
|
||||
<div style="font-size: 14px;"> <select class="tygrzx_qbselect" name="" id="">
|
||||
|
@ -452,7 +444,7 @@
|
|||
<div class="tygrzx_ddcon">
|
||||
<div class="tygrzx_ddcontit">
|
||||
<div class="tygrzx_dindantop">
|
||||
<p style="margin-right: 30px;"><span>2021-07-10</span><span>15:24:44</span></p>
|
||||
<p><span>2021-07-10</span><span>15:24:44</span></p>
|
||||
<p><span>订单号:</span><span style="color: #000;">10954896547</span></p>
|
||||
</div>
|
||||
<div>
|
||||
|
@ -489,7 +481,7 @@
|
|||
<div class="tygrzx_ddxxTxt">总金额¥532.20</div>
|
||||
<div class="tygrzx_ddxxTxt tygrzx_ddys">待支付</div>
|
||||
<div class="tygrzx_ddxxTxt1">
|
||||
|
||||
|
||||
<a href="../logshoppingcar/tobepaid.html" class="tygrzx_ddys">
|
||||
去支付
|
||||
</a>
|
||||
|
@ -560,7 +552,7 @@
|
|||
|
||||
<div class="tygrzx_ddxx">
|
||||
<div class="tygrzx_ddxxnoe">
|
||||
<a class="a">
|
||||
<a class="a">
|
||||
<div class="tygrzx_ddmas"> <img src="../../img/grzx/yt.png" title="悠弦赵刚隶书手写真迹书法茶室挂画作品新 中式字画办公室挂画励志毛笔字装饰画" alt="图片缺失">
|
||||
<p>悠弦赵刚隶书手写真迹书法茶室挂画作品新 中式字画办公室挂画励志毛笔字装饰画</p>
|
||||
</div>
|
||||
|
@ -569,7 +561,7 @@
|
|||
<p>¥532.20</p>
|
||||
</div>
|
||||
</a>
|
||||
<a class="a">
|
||||
<a class="a">
|
||||
<div class="tygrzx_ddmas"> <img src="../../img/grzx/yt1.png" title="悠弦赵刚隶书手写真迹书法茶室挂画作品新 中式字画办公室挂画励志毛笔字装饰画" alt="图片缺失">
|
||||
<p>悠弦赵刚隶书手写真迹书法茶室挂画作品新 中式字画办公室挂画励志毛笔字装饰画</p>
|
||||
</div>
|
||||
|
@ -586,7 +578,7 @@
|
|||
<div class="tygrzx_ddxxTxt"> 总金额¥532.20</div>
|
||||
<div class="tygrzx_ddxxTxt tygrzx_ddys"> 已发货</div>
|
||||
<div class="tygrzx_ddxxTxt1">
|
||||
|
||||
|
||||
<button class="tygrzx_ddys">
|
||||
查看物流
|
||||
</button>
|
||||
|
@ -641,7 +633,7 @@
|
|||
<div class="tygrzx_ddxxTxt">总金额¥532.20</div>
|
||||
<div class="tygrzx_ddxxTxt tygrzx_ddys">已完成</div>
|
||||
<div class="tygrzx_ddxxTxt1">
|
||||
|
||||
|
||||
<button class="tygrzx_ddys tygrzx_sqtc">
|
||||
申请售后
|
||||
</button>
|
||||
|
@ -740,8 +732,6 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="tygrzx_con" style="height: auto; padding: 25px 24px 20px;">
|
||||
|
||||
|
||||
<div>
|
||||
<div class="tygrzx_jfn">
|
||||
<p>积分记录</p>
|
||||
|
@ -902,133 +892,27 @@
|
|||
</div>
|
||||
<!-- 征稿 -->
|
||||
<div>
|
||||
|
||||
<div class="tygrzx_zgcon">
|
||||
<a href=""> <img src="../../img/grzx/zgimg.png" title="雅尊(Yazun)现代轻奢艺术镂空装饰品摆设工艺品 B款 " alt="图片缺失"></a>
|
||||
|
||||
|
||||
<a href=""> <div>
|
||||
<p class="tygrzx_zgzti" style="width: 207px;line-height: 27px;">雅尊(Yazun)现代轻奢艺术镂空装饰品摆设工艺品 B款 </p>
|
||||
<p style="font-size: 13px;color: rgb(140,140,140);margin-top: 5px;">作品编号:15245825461</p>
|
||||
</div></a>
|
||||
<div class="tygrzx_ristext">
|
||||
<div>
|
||||
<p>所属展览</p>
|
||||
<p style="margin-top: 5px;" class="tygrzx_zgzti">未来城市+ :建筑设计模型展</p>
|
||||
</div>
|
||||
<div>
|
||||
<p>审核状态</p>
|
||||
<p style="margin-top: 5px; " class="tygrzx_zgzti tygrzx_shcor">未审核</p>
|
||||
</div>
|
||||
<div>
|
||||
<p>发布日期</p>
|
||||
<p style="margin-top: 5px;" class="tygrzx_zgzti">2019-12-20 12:25:30</p>
|
||||
</div>
|
||||
<div>
|
||||
<div>
|
||||
操作
|
||||
</div>
|
||||
<div class="tygrzx_zgcon ">
|
||||
<div>
|
||||
<a href=""> <img src="../../img/grzx/zgimg.png" title="雅尊(Yazun)现代轻奢艺术镂空装饰品摆设工艺品 B款 " alt="图片缺失"></a>
|
||||
<a href="">
|
||||
<p class="tygrzx_zgzti" >雅尊(Yazun)现代轻奢艺术镂空装饰品摆设工艺品 B款 </p>
|
||||
<p style="font-size: 13px;color: rgb(140,140,140);margin-top: 5px;">作品编号:15245825461</p>
|
||||
</a>
|
||||
</div>
|
||||
<div>
|
||||
<p style="margin-top: 5px;" class="tygrzx_zgzti">未来城市+ :建筑设计模型展</p>
|
||||
<p style="margin-top: 5px; " class="tygrzx_zgzti tygrzx_shcor">未审核</p>
|
||||
<p style="margin-top: 5px;" class="tygrzx_zgzti">2019-12-20 12:25:30</p>
|
||||
<div>
|
||||
<button class="tygrzx_bj">编辑</button><button class="tygrzx_scsc">删除</button>
|
||||
<p></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="tygrzx_zgcon">
|
||||
<a href=""> <img src="../../img/grzx/zgimg.png" title="雅尊(Yazun)现代轻奢艺术镂空装饰品摆设工艺品 B款 " alt="图片缺失"></a>
|
||||
|
||||
|
||||
<a href=""> <div>
|
||||
<p class="tygrzx_zgzti" style="width: 207px;line-height: 27px;">雅尊(Yazun)现代轻奢艺术镂空装饰品摆设工艺品 B款 </p>
|
||||
<p style="font-size: 13px;color: rgb(140,140,140);margin-top: 5px;">作品编号:15245825461</p>
|
||||
</div></a>
|
||||
<div class="tygrzx_ristext">
|
||||
<div>
|
||||
<p>所属展览</p>
|
||||
<p style="margin-top: 5px;" class="tygrzx_zgzti">未来城市+ :建筑设计模型展</p>
|
||||
</div>
|
||||
<div>
|
||||
<p>审核状态</p>
|
||||
<p style="margin-top: 5px; " class="tygrzx_zgzti tygrzx_shcor">未审核</p>
|
||||
</div>
|
||||
<div>
|
||||
<p>发布日期</p>
|
||||
<p style="margin-top: 5px;" class="tygrzx_zgzti">2019-12-20 12:25:30</p>
|
||||
</div>
|
||||
<div>
|
||||
<div>
|
||||
操作
|
||||
</div>
|
||||
<div>
|
||||
<button class="tygrzx_bj">编辑</button><button class="tygrzx_scsc">删除</button>
|
||||
<p></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> <div class="tygrzx_zgcon">
|
||||
<a href=""> <img src="../../img/grzx/zgimg.png" title="雅尊(Yazun)现代轻奢艺术镂空装饰品摆设工艺品 B款 " alt="图片缺失"></a>
|
||||
|
||||
|
||||
<a href=""> <div>
|
||||
<p class="tygrzx_zgzti" style="width: 207px;line-height: 27px;">雅尊(Yazun)现代轻奢艺术镂空装饰品摆设工艺品 B款 </p>
|
||||
<p style="font-size: 13px;color: rgb(140,140,140);margin-top: 5px;">作品编号:15245825461</p>
|
||||
</div></a>
|
||||
<div class="tygrzx_ristext">
|
||||
<div>
|
||||
<p>所属展览</p>
|
||||
<p style="margin-top: 5px;" class="tygrzx_zgzti">未来城市+ :建筑设计模型展</p>
|
||||
</div>
|
||||
<div>
|
||||
<p>审核状态</p>
|
||||
<p style="margin-top: 5px; " class="tygrzx_zgzti tygrzx_shcor">未审核</p>
|
||||
</div>
|
||||
<div>
|
||||
<p>发布日期</p>
|
||||
<p style="margin-top: 5px;" class="tygrzx_zgzti">2019-12-20 12:25:30</p>
|
||||
</div>
|
||||
<div>
|
||||
<div>
|
||||
操作
|
||||
</div>
|
||||
<div>
|
||||
<button class="tygrzx_bj">编辑</button><button class="tygrzx_scsc">删除</button>
|
||||
<p></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> <div class="tygrzx_zgcon">
|
||||
<a href=""> <img src="../../img/grzx/zgimg.png" title="雅尊(Yazun)现代轻奢艺术镂空装饰品摆设工艺品 B款 " alt="图片缺失"></a>
|
||||
|
||||
|
||||
<a href=""> <div>
|
||||
<p class="tygrzx_zgzti" style="width: 207px;line-height: 27px;">雅尊(Yazun)现代轻奢艺术镂空装饰品摆设工艺品 B款 </p>
|
||||
<p style="font-size: 13px;color: rgb(140,140,140);margin-top: 5px;">作品编号:15245825461</p>
|
||||
</div></a>
|
||||
<div class="tygrzx_ristext">
|
||||
<div>
|
||||
<p>所属展览</p>
|
||||
<p style="margin-top: 5px;" class="tygrzx_zgzti">未来城市+ :建筑设计模型展</p>
|
||||
</div>
|
||||
<div>
|
||||
<p>审核状态</p>
|
||||
<p style="margin-top: 5px; " class="tygrzx_zgzti tygrzx_shcor">未审核</p>
|
||||
</div>
|
||||
<div>
|
||||
<p>发布日期</p>
|
||||
<p style="margin-top: 5px;" class="tygrzx_zgzti">2019-12-20 12:25:30</p>
|
||||
</div>
|
||||
<div>
|
||||
<div>
|
||||
操作
|
||||
</div>
|
||||
<div>
|
||||
<button class="tygrzx_bj">编辑</button><button class="tygrzx_scsc">删除</button>
|
||||
<p></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
@ -1043,156 +927,156 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="tygrzx">
|
||||
<!-- 收货地址弹窗 -->
|
||||
<div class="tygrzx_xzsh tygrzx_shclick" style="display: none;">
|
||||
<div class="tygrzx_tcon">
|
||||
<div class="tygrzx_tctiti">
|
||||
<p>新增收货地址</p>
|
||||
<p class="tygrzx_gbtc tygrzx_shgb"><img src="../../img/grzx/sh.jpg" title="关闭" alt="图片缺失"></p>
|
||||
</div>
|
||||
<div class="tygrzx_tris">
|
||||
<div class="tygrzx_int tygrzx_tcwi ">
|
||||
<p>收货人:</p>
|
||||
<input type="text">
|
||||
</div>
|
||||
<div class="tygrzx_setle tygrzx_tcwi">
|
||||
<p>所在地址:</p>
|
||||
<select name="" id="">
|
||||
<option value="">四川省</option>
|
||||
</select>
|
||||
<select name="" id="">
|
||||
<option value="">成都市</option>
|
||||
</select>
|
||||
<select name="" id="">
|
||||
<option value="">锦江区</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<div class="tygrzx_int tygrzx_tcwi">
|
||||
<p></p>
|
||||
<input class="tyint_pal" placeholder="请输入详情地址" type="text">
|
||||
</div>
|
||||
<div class="tygrzx_int tygrzx_tcwi">
|
||||
<p>手机:</p>
|
||||
<input type="text">
|
||||
</div>
|
||||
|
||||
<div class="tygrzx_btn">
|
||||
<button style="width: 155px;height: 51px;margin-right: 3px;" class="tygrzx_saveAddress">保存收货地址</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- 申请售后弹窗 -->
|
||||
<div class="tygrzx_xzsh tygrzx_sqshclick" style="display: none;">
|
||||
<div class="tygrzx_tcon">
|
||||
|
||||
<div class="tygrzx_tctiti">
|
||||
<p>申请售后</p>
|
||||
<p class="tygrzx_gbtc tygrzx_shtcgb"><img src="../../img/grzx/sh.jpg" title="关闭" alt="图片缺失"></p>
|
||||
</div>
|
||||
|
||||
<div class="tygrzx_tris">
|
||||
<div class="tygrzx_shtcint" style="margin-bottom: 29px;">
|
||||
<p class="tygrzx_sgtxt">退款原因:</p>
|
||||
<select name="" id="" style="width: 460px;">
|
||||
<option value="">
|
||||
尺寸拍错/不喜欢/效果不好
|
||||
</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<div class="tygrzx_shtcint" style="margin-bottom: 38px;">
|
||||
<p class="tygrzx_sgtxt">退款原因:</p>
|
||||
<p style="color: #cb1919;font-weight: bold;">¥562.00</p>
|
||||
</div>
|
||||
|
||||
<div class="tygrzx_shtcint" style="margin-bottom: 38px;align-items:flex-start;">
|
||||
<div class="tygrzx_img">
|
||||
<label for="inputImg" class="font-16 col19">照片:</label>
|
||||
<div class="pr chooseImg-box" style="position: relative;">
|
||||
<div style="display: flex;">
|
||||
<input class="tygrzx_intfile" id="inputImg" type="file" accept="image/gif,image/jpg,image/png" name="" value="" />
|
||||
|
||||
<img id="upImg" class="pa" title="照片" src="../../img/jgzx/images/xwfm_03.png">
|
||||
</div>
|
||||
<div class="tygrzx">
|
||||
<!-- 收货地址弹窗 -->
|
||||
<div class="tygrzx_xzsh tygrzx_shclick" style="display: none;">
|
||||
<div class="tygrzx_tcon">
|
||||
<div class="tygrzx_tctiti">
|
||||
<p>新增收货地址</p>
|
||||
<p class="tygrzx_gbtc tygrzx_shgb"><img src="../../img/grzx/sh.jpg" title="关闭" alt="图片缺失"></p>
|
||||
</div>
|
||||
<div class="tygrzx_tris">
|
||||
<div class="tygrzx_int tygrzx_tcwi ">
|
||||
<p>收货人:</p>
|
||||
<input type="text">
|
||||
</div>
|
||||
<div class="tygrzx_setle tygrzx_tcwi">
|
||||
<p>所在地址:</p>
|
||||
<select name="" id="">
|
||||
<option value="">四川省</option>
|
||||
</select>
|
||||
<select name="" id="">
|
||||
<option value="">成都市</option>
|
||||
</select>
|
||||
<select name="" id="">
|
||||
<option value="">锦江区</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<div class="tygrzx_int tygrzx_tcwi">
|
||||
<p></p>
|
||||
<input class="tyint_pal" placeholder="请输入详情地址" type="text">
|
||||
</div>
|
||||
<div class="tygrzx_int tygrzx_tcwi">
|
||||
<p>手机:</p>
|
||||
<input type="text">
|
||||
</div>
|
||||
|
||||
<div class="tygrzx_btn">
|
||||
<button style="width: 155px;height: 51px;margin-right: 3px;" class="tygrzx_saveAddress">保存收货地址</button>
|
||||
</div>
|
||||
<div class="chooseImg-content">上传图片格式包括jpg/png/gif,图片大小不超过20MB</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="tygrzx_btn">
|
||||
<button class="tygrzx_fterSubmission">立即提交</button>
|
||||
</div>
|
||||
<!-- 申请售后弹窗 -->
|
||||
<div class="tygrzx_xzsh tygrzx_sqshclick" style="display: none;">
|
||||
<div class="tygrzx_tcon">
|
||||
|
||||
<div class="tygrzx_tctiti">
|
||||
<p>申请售后</p>
|
||||
<p class="tygrzx_gbtc tygrzx_shtcgb"><img src="../../img/grzx/sh.jpg" title="关闭" alt="图片缺失"></p>
|
||||
</div>
|
||||
|
||||
<div class="tygrzx_tris">
|
||||
<div class="tygrzx_shtcint" style="margin-bottom: 29px;">
|
||||
<p class="tygrzx_sgtxt">退款原因:</p>
|
||||
<select name="" id="" style="width: 460px;">
|
||||
<option value="">
|
||||
尺寸拍错/不喜欢/效果不好
|
||||
</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<div class="tygrzx_shtcint" style="margin-bottom: 38px;">
|
||||
<p class="tygrzx_sgtxt">退款原因:</p>
|
||||
<p style="color: #cb1919;font-weight: bold;">¥562.00</p>
|
||||
</div>
|
||||
|
||||
<div class="tygrzx_shtcint" style="margin-bottom: 38px;align-items:flex-start;">
|
||||
<div class="tygrzx_img">
|
||||
<label for="inputImg" class="font-16 col19">照片:</label>
|
||||
<div class="pr chooseImg-box" style="position: relative;">
|
||||
<div style="display: flex;">
|
||||
<input class="tygrzx_intfile" id="inputImg" type="file" accept="image/gif,image/jpg,image/png" name="" value="" />
|
||||
|
||||
<img id="upImg" class="pa" title="照片" src="../../img/jgzx/images/xwfm_03.png">
|
||||
</div>
|
||||
</div>
|
||||
<div class="chooseImg-content">上传图片格式包括jpg/png/gif,图片大小不超过20MB</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="tygrzx_btn">
|
||||
<button class="tygrzx_fterSubmission">立即提交</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- 售后结果 -->
|
||||
<div class="tygrzx_xzsh tygrzx_sqjgclick" style="display: none;">
|
||||
<div class="tygrzx_tcon">
|
||||
|
||||
<div class="tygrzx_tctiti">
|
||||
<p>售后结果</p>
|
||||
<p class="tygrzx_gbtc tygrzx_shjggb"><img src="../../img/grzx/sh.jpg" title="关闭" alt="图片缺失"></p>
|
||||
</div>
|
||||
|
||||
<div class="tygrzx_tris" style="padding-right: 30px;">
|
||||
|
||||
<div class="tygrzx_shtcint" style="margin-bottom: 38px;align-items:flex-start;">
|
||||
<p class="tygrzx_sgtxt">售后原因:</p>
|
||||
<p style="width: 490px;color: #525252;font-size: 14px; line-height: 25px;">售后原因文字描述后面替换现有文字售后原因文字描述后面替换现有文字售后原 因文字描述后面替换现有文字售后原因文字描述后面替换现有</p>
|
||||
</div>
|
||||
<div class="tygrzx_shtcint">
|
||||
<p class="tygrzx_sgtxt">售后结果:</p>
|
||||
<p style="color: #cb1919;font-size: 14px;">等待售后</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<!-- 签到 -->
|
||||
<div class="tygrzx_xzsh tygrzx_qdao" style="display: none;">
|
||||
<div class="tygrzx_qidaocon">
|
||||
<img class="tygrzx_qdgban" src="../../img/grzx/qdgb.png" title="关闭按钮" alt="图片缺失">
|
||||
<button class="signImmediately">立即签到</button>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<iframe src="../../public/foot-tab.html" class="foot-iframe" frameborder="0" scrolling="no"></iframe>
|
||||
<!-- 刪除提示 -->
|
||||
<div class="tygrzx_move">
|
||||
<div class="tygrzx_movecon">
|
||||
<p>确定删除要删除该条信息吗?</p>
|
||||
<div class="tygrzx_movebtn">
|
||||
<button class="tygrzx_movesc">确定删除</button><button class="tygrzx_movesc">取消</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- 售后结果 -->
|
||||
<div class="tygrzx_xzsh tygrzx_sqjgclick" style="display: none;">
|
||||
<div class="tygrzx_tcon">
|
||||
|
||||
<div class="tygrzx_tctiti">
|
||||
<p>售后结果</p>
|
||||
<p class="tygrzx_gbtc tygrzx_shjggb"><img src="../../img/grzx/sh.jpg" title="关闭" alt="图片缺失"></p>
|
||||
</div>
|
||||
|
||||
<div class="tygrzx_tris" style="padding-right: 30px;">
|
||||
|
||||
<div class="tygrzx_shtcint" style="margin-bottom: 38px;align-items:flex-start;">
|
||||
<p class="tygrzx_sgtxt">售后原因:</p>
|
||||
<p style="width: 490px;color: #525252;font-size: 14px; line-height: 25px;">售后原因文字描述后面替换现有文字售后原因文字描述后面替换现有文字售后原 因文字描述后面替换现有文字售后原因文字描述后面替换现有</p>
|
||||
</div>
|
||||
<div class="tygrzx_shtcint">
|
||||
<p class="tygrzx_sgtxt">售后结果:</p>
|
||||
<p style="color: #cb1919;font-size: 14px;">等待售后</p>
|
||||
</div>
|
||||
<!-- 底部固定导航栏 -->
|
||||
<div class="fixed_foot">
|
||||
<a class="w100 dac fc" href="../../index.html">
|
||||
<div><img src="../../img/home.png" width="28" height="26"></div>
|
||||
<span class="font-22 colf">首页</span>
|
||||
</a>
|
||||
<a class="w100 dac fc" href="../artNetwork/shoppingMall.html">
|
||||
<div><img src="../../img/shop.png" width="28" height="26"></div>
|
||||
<span class="font-22 colf">商城</span>
|
||||
</a>
|
||||
<a class="w100 dac fc" href="../logshoppingcar/shopcar.html">
|
||||
<div><img src="../../img/cart.png" width="28" height="26"></div>
|
||||
<span class="font-22 colf">购物车</span>
|
||||
</a>
|
||||
<a class="w100 dac fc" style="background: red;" href="personalData.html">
|
||||
<div><img src="../../img/personal.png" width="28" height="26"></div>
|
||||
<span class="font-22 colf">个人中心</span>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<!-- 签到 -->
|
||||
<div class="tygrzx_xzsh tygrzx_qdao" style="display: none;">
|
||||
<div class="tygrzx_qidaocon">
|
||||
<img class="tygrzx_qdgban" src="../../img/grzx/qdgb.png" title="关闭按钮" alt="图片缺失">
|
||||
<button class="signImmediately">立即签到</button>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<iframe src="../../public/foot-tab.html" class="foot-iframe" frameborder="0" scrolling="no"></iframe>
|
||||
<!-- 刪除提示 -->
|
||||
<div class="tygrzx_move">
|
||||
<div class="tygrzx_movecon">
|
||||
<p>确定删除要删除该条信息吗?</p>
|
||||
<div class="tygrzx_movebtn">
|
||||
<button class="tygrzx_movesc">确定删除</button><button class="tygrzx_movesc">取消</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- 底部固定导航栏 -->
|
||||
<div class="fixed_foot">
|
||||
<a class="w100 dac fc" href="../../index.html">
|
||||
<div><img src="../../img/home.png" width="28" height="26" ></div>
|
||||
<span class="font-22 colf">首页</span>
|
||||
</a>
|
||||
<a class="w100 dac fc" href="../artNetwork/shoppingMall.html">
|
||||
<div><img src="../../img/shop.png" width="28" height="26" ></div>
|
||||
<span class="font-22 colf">商城</span>
|
||||
</a>
|
||||
<a class="w100 dac fc" href="../logshoppingcar/shopcar.html">
|
||||
<div><img src="../../img/cart.png" width="28" height="26" ></div>
|
||||
<span class="font-22 colf">购物车</span>
|
||||
</a>
|
||||
<a class="w100 dac fc" style="background: red;" href="personalData.html">
|
||||
<div><img src="../../img/personal.png" width="28" height="26" ></div>
|
||||
<span class="font-22 colf">个人中心</span>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
|
@ -1203,8 +1087,9 @@
|
|||
tyList(window.location.search.split("id=")[1])
|
||||
}
|
||||
|
||||
|
||||
|
||||
</script>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
187
js/huaxia.js
187
js/huaxia.js
|
@ -465,9 +465,8 @@ function pageScroll() {
|
|||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
$(function (params) {
|
||||
|
||||
$(".tyjgzx_sc").on("click", () => {
|
||||
if ($(event.target).attr("data-in") == 1) {
|
||||
$($(".tyjgzx_sccon")[1]).css("display", "none")
|
||||
|
@ -482,41 +481,54 @@ $(".tyjgzx_sc").on("click", () => {
|
|||
}
|
||||
})
|
||||
|
||||
})
|
||||
|
||||
|
||||
function tyList(data, navIf = true) {
|
||||
if (navIf) {
|
||||
$(".tyjgzx_lititnoe").addClass("tyjgzx_litittwo");
|
||||
$(".tyjgzx_lititnoe").removeClass("tyjgzx_lititnoe");
|
||||
$($(".tyjgzx_leftcon")[data - 1]).addClass("tyjgzx_lititnoe");
|
||||
$($(".tyjgzx_leftcon")[data - 1]).removeClass("tyjgzx_litittwo");
|
||||
}
|
||||
$(".tyjgzx_ris").css("display", "none")
|
||||
for (let index = 0; index < $(".tyjgzx_ris").length; index++) {
|
||||
console.log($($(".tyjgzx_ris")[index]).attr("data-in") == data);
|
||||
if ($($(".tyjgzx_ris")[index]).attr("data-in") == data) {
|
||||
console.log();
|
||||
$($(".tyjgzx_ris")[index]).css("display", "block")
|
||||
|
||||
$([index]).css("display", "block")
|
||||
if( $(".tyjgzx_lititnoe").length==1){
|
||||
if (navIf) {
|
||||
$(".tyjgzx_lititnoe").addClass("tyjgzx_litittwo");
|
||||
$(".tyjgzx_lititnoe").removeClass("tyjgzx_lititnoe");
|
||||
$($(".tyjgzx_leftcon")[data - 1]).addClass("tyjgzx_lititnoe");
|
||||
$($(".tyjgzx_leftcon")[data - 1]).removeClass("tyjgzx_litittwo");
|
||||
}
|
||||
|
||||
$(".tyjgzx_ris").css("display", "none")
|
||||
for (let index = 0; index < $(".tyjgzx_ris").length; index++) {
|
||||
console.log($($(".tyjgzx_ris")[index]).attr("data-in") == data);
|
||||
if ($($(".tyjgzx_ris")[index]).attr("data-in") == data) {
|
||||
console.log();
|
||||
$($(".tyjgzx_ris")[index]).css("display", "block")
|
||||
|
||||
$([index]).css("display", "block")
|
||||
}
|
||||
}
|
||||
}else{
|
||||
$(".tygrzx_lititnoe").addClass("tygrzx_litittwo");
|
||||
$(".tygrzx_lititnoe").removeClass("tygrzx_lititnoe");
|
||||
|
||||
$($(".tygrzx_leftcon")[data - 1]).addClass("tygrzx_lititnoe");
|
||||
$($(".tygrzx_leftcon")[data - 1]).removeClass("tygrzx_litittwo");
|
||||
|
||||
$(".tygrzx_ris").css("display", "none")
|
||||
for (let index = 0; index < $(".tygrzx_ris").length; index++) {
|
||||
if ($($(".tygrzx_ris")[index]).attr("data-in") == data) {
|
||||
$($(".tygrzx_ris")[index]).css("display", "block")
|
||||
$([index]).css("display", "block")
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
$(".tygrzx_lititnoe").addClass("tygrzx_litittwo");
|
||||
$(".tygrzx_lititnoe").removeClass("tygrzx_lititnoe");
|
||||
|
||||
$($(".tygrzx_leftcon")[data - 1]).addClass("tygrzx_lititnoe");
|
||||
$($(".tygrzx_leftcon")[data - 1]).removeClass("tygrzx_litittwo");
|
||||
|
||||
$(".tygrzx_ris").css("display", "none")
|
||||
for (let index = 0; index < $(".tygrzx_ris").length; index++) {
|
||||
if ($($(".tygrzx_ris")[index]).attr("data-in") == data) {
|
||||
$($(".tygrzx_ris")[index]).css("display", "block")
|
||||
$([index]).css("display", "block")
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
// 菜单事件
|
||||
|
||||
$(function (params) {
|
||||
// 菜单事件
|
||||
$(".naliu").on("click", () => {
|
||||
$(".tyjgzx_left").css("left", "5%")
|
||||
})
|
||||
|
@ -577,7 +589,7 @@ $(".tyjgzx_selectAll").on("click", (e) => {
|
|||
|
||||
}
|
||||
})
|
||||
|
||||
})
|
||||
|
||||
//个人中心
|
||||
// 弹窗点击
|
||||
|
@ -589,19 +601,21 @@ function shippingAddress(params) {
|
|||
$(".tygrzx_shclick").css("display", "none")
|
||||
}
|
||||
}
|
||||
$(".tygrzx_addressEditing").on("click", () => {
|
||||
shippingAddress(true)
|
||||
})
|
||||
$(".tygrzx_cz").on("click", () => {
|
||||
shippingAddress(true)
|
||||
})
|
||||
$(".tygrzx_shgb").on("click", () => {
|
||||
shippingAddress(false)
|
||||
})
|
||||
$(".tygrzx_saveAddress").on("click", () => {
|
||||
shippingAddress(false)
|
||||
})
|
||||
|
||||
$(function (params) {
|
||||
$(".tygrzx_addressEditing").on("click", () => {
|
||||
shippingAddress(true)
|
||||
})
|
||||
$(".tygrzx_cz").on("click", () => {
|
||||
shippingAddress(true)
|
||||
})
|
||||
$(".tygrzx_shgb").on("click", () => {
|
||||
shippingAddress(false)
|
||||
})
|
||||
$(".tygrzx_saveAddress").on("click", () => {
|
||||
shippingAddress(false)
|
||||
})
|
||||
})
|
||||
//申请售后
|
||||
function applyAfterSales(params) {
|
||||
if (params) {
|
||||
|
@ -610,16 +624,19 @@ function applyAfterSales(params) {
|
|||
$(".tygrzx_sqshclick").css("display", "none")
|
||||
}
|
||||
}
|
||||
$(".tygrzx_fterSubmission").on("clicl", () => {
|
||||
applyAfterSales(false)
|
||||
})
|
||||
$(".tygrzx_sqtc").on("click", () => {
|
||||
applyAfterSales(true)
|
||||
|
||||
})
|
||||
$(".tygrzx_shtcgb").on("click", () => {
|
||||
applyAfterSales(false)
|
||||
|
||||
$(function (params) {
|
||||
$(".tygrzx_fterSubmission").on("clicl", () => {
|
||||
applyAfterSales(false)
|
||||
})
|
||||
$(".tygrzx_sqtc").on("click", () => {
|
||||
applyAfterSales(true)
|
||||
|
||||
})
|
||||
$(".tygrzx_shtcgb").on("click", () => {
|
||||
applyAfterSales(false)
|
||||
|
||||
})
|
||||
})
|
||||
//售后结果弹窗
|
||||
function afterResults(params) {
|
||||
|
@ -629,24 +646,27 @@ function afterResults(params) {
|
|||
$(".tygrzx_sqjgclick").css("display", "none")
|
||||
}
|
||||
}
|
||||
$(".tygrzx_sqjgtc").on("click", () => {
|
||||
afterResults(true)
|
||||
|
||||
})
|
||||
$(".tygrzx_shjggb").on("click", () => {
|
||||
afterResults(false)
|
||||
$(function (params) {
|
||||
$(".tygrzx_sqjgtc").on("click", () => {
|
||||
afterResults(true)
|
||||
|
||||
})
|
||||
$(".tygrzx_shjggb").on("click", () => {
|
||||
afterResults(false)
|
||||
})
|
||||
|
||||
// 签到弹窗
|
||||
$(".tygrzx_qdaoclick").on("click", () => {
|
||||
signPrompt(true)
|
||||
})
|
||||
$(".tygrzx_qdgban").on("click", () => {
|
||||
signPrompt(false)
|
||||
})
|
||||
$(".signImmediately").on("click", () => {
|
||||
signPrompt(false)
|
||||
})
|
||||
})
|
||||
|
||||
// 签到弹窗
|
||||
$(".tygrzx_qdaoclick").on("click", () => {
|
||||
signPrompt(true)
|
||||
})
|
||||
$(".tygrzx_qdgban").on("click", () => {
|
||||
signPrompt(false)
|
||||
})
|
||||
$(".signImmediately").on("click", () => {
|
||||
signPrompt(false)
|
||||
})
|
||||
|
||||
function signPrompt(params) {
|
||||
if (params) {
|
||||
|
@ -656,7 +676,10 @@ function signPrompt(params) {
|
|||
}
|
||||
}
|
||||
|
||||
// 优惠切换
|
||||
|
||||
|
||||
$(function (params) {
|
||||
// 优惠切换
|
||||
$(".yhdj").on("click", (e) => {
|
||||
if ($(e.target).attr("data-in") == 1) {
|
||||
|
||||
|
@ -716,8 +739,7 @@ $(".tygrzx_caidan").on("click", () => {
|
|||
|
||||
$(".tygrzx_left").css("left", "-65PX")
|
||||
})
|
||||
|
||||
|
||||
})
|
||||
// 删除提示
|
||||
|
||||
$(".tygrzx_scsc").on("click", () => {
|
||||
|
@ -748,8 +770,22 @@ function getScrollTop() {
|
|||
}
|
||||
return scroll_top;
|
||||
}
|
||||
<<<<<<< HEAD
|
||||
|
||||
$(function () {
|
||||
if ($(".tyhder_herader").length==1) {
|
||||
document.addEventListener("scroll", myFunction);
|
||||
}
|
||||
|
||||
})
|
||||
|
||||
|
||||
function myFunction() {
|
||||
|
||||
=======
|
||||
document.addEventListener("scroll", myFunction);
|
||||
function myFunction() {
|
||||
>>>>>>> c9ed6addc5114c34477351d5ef453ff6f6feb9cc
|
||||
if (getScrollTop() > $(".tyhder_herader>img").css("height").split("px")[0]) {
|
||||
$(".pod").css("position", "fixed")
|
||||
$(".pod").addClass("dtip")
|
||||
|
@ -760,7 +796,6 @@ function myFunction() {
|
|||
$(".pod").removeClass("dtip")
|
||||
$(".mian").css("marginTop", "0px")
|
||||
$(".tyhder_moban").css("top", `0px`)
|
||||
$(".tyhder_listnavpad").css("top",`${$(".tyhder_herader>nav").css("height")}`)
|
||||
}
|
||||
}
|
||||
$(function navdao(params) {
|
||||
|
@ -769,12 +804,16 @@ $(function navdao(params) {
|
|||
$(".tyhder_btntopimg").on("click", (e) => {
|
||||
if (navif) {
|
||||
$(".tyhder_moban").css("display", "block")
|
||||
$(".ty_listnav").addClass("ty_listnavPosition")
|
||||
$(".ty_btntopimg").addClass("trans90")
|
||||
$(".tyhder_listnav").addClass("tyhder_listnavPosition")
|
||||
$(".tyhder_btntopimg").addClass("trans90")
|
||||
$(".tyhder_listnav").addClass("tyhder_listnavpad")
|
||||
$(".tyhder_listnavpad").css("top",`${$(".tyhder_herader").css("height")}`)
|
||||
navif=!navif
|
||||
} else {
|
||||
$(".tyhder_moban").css("display", "none")
|
||||
$(".tyhder_listnav").removeClass("tyhder_listnavPosition")
|
||||
$(".tyhder_btntopimg").removeClass("trans90")
|
||||
$(".tyhder_listnav").removeClass("tyhder_listnavpad")
|
||||
navif=!navif
|
||||
}
|
||||
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue