Compare commits

...

6 Commits

Author SHA1 Message Date
tangyi a982c1c086 修改 2021-09-27 15:08:16 +08:00
tangyi 3ad6b3e607 修改 2021-09-27 15:05:00 +08:00
tangyi d4748cab11 修改 2021-09-26 15:24:22 +08:00
tangyi 9fdf431f90 响应式 2021-09-26 13:53:16 +08:00
tangyi 2d001f3411 修改 2021-09-24 19:15:26 +08:00
tangyi 8232007f55 响应式 2021-09-24 11:21:13 +08:00
6 changed files with 647 additions and 123 deletions

View File

@ -29,33 +29,39 @@ ul {
width:487px; width:487px;
} }
.ty_ds {
display: flex;
justify-content: center;
align-content: flex-start;
align-items: flex-start;
}
.ty_herader>nav { .ty_herader>nav {
margin-top: 31px; padding-top: 31px;
justify-content: space-between;
align-items: flex-end;
}
.ty_herader .dis>a{
display: inline-block;
height: 80%;
width: 38%;
}
.ty_herader .dis>a img{
height: 100%;
width: 100%;
} }
.ty_listnav { .ty_listnav {
display: flex; display: flex;
padding-top: 66px;
color: rgb(135, 135, 135); color: rgb(135, 135, 135);
align-self: flex-start;
flex-wrap: wrap;
justify-content:flex-end; justify-content:flex-end;
padding-bottom: 37px;
} }
.ty_listnav>li { .ty_listnav>li {
display: flex; display: flex;
align-items: center;
font-size: 12px; font-size: 12px;
padding-left: 8px;
align-items: center;
} }
.ty_listnav a { .ty_listnav a {

View File

@ -2160,7 +2160,7 @@ ul {
.tygrzx_ris { .tygrzx_ris {
/* flex: 1 1 0%; */ /* flex: 1 1 0%; */
flex: 1; width: 82%;
} }
.tygrzx_tit { .tygrzx_tit {
@ -2306,24 +2306,28 @@ ul {
height: 52px; height: 52px;
cursor: pointer; cursor: pointer;
} }
.tygrzx_setle>:last-child { .tygrzx_setle>div>:last-child {
margin-right: 0px; margin-right: 0px;
} }
.tygrzx_setlecon{
display: flex;
}
.tygrzx_setle { .tygrzx_setle {
display: flex; display: flex;
align-items: center; align-items: center;
margin-bottom: 18px; margin-bottom: 18px;
} }
.tygrzx_setle> :nth-child(1) { .tygrzx_setle>:nth-child(1) {
width: 65px; width: 65px;
text-align: right; text-align: right;
margin-right: 20px; margin-right: 20px;
font-size: 16px; font-size: 16px;
} }
.tygrzx_setle>select { .tygrzx_setle>div>select {
margin-right: 10px; margin-right: 10px;
} }
@ -2351,12 +2355,12 @@ ul {
.tygrzx_btn1 { .tygrzx_btn1 {
text-align: right; text-align: right;
width: 581px;
} }
/* 密码修改 */ /* 密码修改 */
.tygrzx_wic> :nth-child(1) { .tygrzx_wic> :nth-child(1) {
width: 90px; width: 110px;
} }
.tygrzx_riscon1 { .tygrzx_riscon1 {
@ -2675,8 +2679,13 @@ ul {
.tygrzx_dnum { .tygrzx_dnum {
display: flex; display: flex;
flex: 1;
justify-content: space-evenly;
}
.tygrzx_dnum>p{
padding: 0 10px;
} }
.tygrzx_ddys { .tygrzx_ddys {
color: rgb(203, 25, 25); color: rgb(203, 25, 25);
} }
@ -2704,6 +2713,7 @@ ul {
.tygrzx_ddxq p { .tygrzx_ddxq p {
font-size: 14px; font-size: 14px;
color: rgb(106, 106, 106); color: rgb(106, 106, 106);
} }
.tygrzx_ddxq>:nth-child(2) { .tygrzx_ddxq>:nth-child(2) {
@ -2711,9 +2721,10 @@ ul {
} }
.tygrzx_ddxq>:nth-child(2)>* { .tygrzx_ddxq>:nth-child(2)>* {
margin-left: 60px;
cursor: pointer; cursor: pointer;
color: rgb(106, 106, 106); color: rgb(106, 106, 106);
margin-left: 50px;
} }
@ -2738,6 +2749,7 @@ ul {
.tygrzx_ddcontit>:nth-child(1)>p { .tygrzx_ddcontit>:nth-child(1)>p {
color: rgb(146, 146, 146); color: rgb(146, 146, 146);
padding: 5px 0;
} }
.tygrzx_ddcontit>:nth-child(2) { .tygrzx_ddcontit>:nth-child(2) {
@ -2750,6 +2762,7 @@ ul {
.tygrzx_ddcontit>:nth-child(2)>p { .tygrzx_ddcontit>:nth-child(2)>p {
margin-right: 5px; margin-right: 5px;
color: rgb(6, 110, 226); color: rgb(6, 110, 226);
width: 32px;
} }
.tygrzx_ddxx>:nth-child(1)>div { .tygrzx_ddxx>:nth-child(1)>div {
@ -2758,9 +2771,13 @@ ul {
border-bottom: 1px solid rgb(233, 233, 233); border-bottom: 1px solid rgb(233, 233, 233);
border-right: 1px solid rgb(233, 233, 233); border-right: 1px solid rgb(233, 233, 233);
box-sizing: border-box; box-sizing: border-box;
width: 610px; flex: 1;
flex-wrap: wrap;
justify-content: space-between;
}
.tygrzx_ddxxnoe{
flex: 1;
} }
.tygrzx_ddxx>:nth-child(1)>:last-child { .tygrzx_ddxx>:nth-child(1)>:last-child {
border-bottom: none; border-bottom: none;
} }
@ -2785,13 +2802,13 @@ ul {
.tygrzx_dnum>:nth-child(1) { .tygrzx_dnum>:nth-child(1) {
padding-top: 12px; padding-top: 12px;
margin-left: 80px;
font-size: 13px; font-size: 13px;
} }
.tygrzx_dnum>:nth-child(2) { .tygrzx_dnum>:nth-child(2) {
padding-top: 12px; padding-top: 12px;
margin-left: 72px;
font-size: 13px; font-size: 13px;
} }
@ -5681,4 +5698,34 @@ select {
width: 73px; width: 73px;
color: rgb(106, 106, 106); color: rgb(106, 106, 106);
position: fixed; position: fixed;
}
.ty_btntop{
display: none;
}
.pod{
background-color: rgb(245, 245, 245);
top: 0px;
position: relative;
}
.dtip{
box-shadow: 0px 3px 6px rgb(0 0 0 / 20%);
width: 100%;
box-sizing: border-box;
}
.ty_herader .ty_listnavPosition{
display: block;
background-color: rgb(245, 245, 245);
right: 0px;
top: 0px;
height: 100%;
}
.ty_listnavdIV{
position: fixed;
top: 68px;
width: 100%;
background-color: rgba(0, 0, 0, .2);
} }

View File

@ -1,22 +1,11 @@
@media screen and (min-width:721px) and (max-width:820px) { @media screen and (min-width:721px) and (max-width:820px) {}
@media screen and (min-width:300px) and (max-width:1020px) {}
} @media screen and (min-width:300px) and (max-width:820px) {}
@media screen and (min-width:300px) and (max-width:1020px) {
}
@media screen and (min-width:300px) and (max-width:820px) {
}
@media screen and (min-width:821px) and (max-width:920px) {} @media screen and (min-width:821px) and (max-width:920px) {}
@ -28,68 +17,366 @@
@media screen and (min-width:991px) and (max-width:1520px) { @media screen and (min-width:991px) and (max-width:1520px) {
.tygrzx_riscon { .tygrzx_riscon {
padding-left: 32px; padding-left: 32px;
} }
} }
@media screen and (min-width:991px) and (max-width:1440px) { @media screen and (min-width:991px) and (max-width:1440px) {
.p-zy320 { .p-zy320 {
padding-left: 180px; padding-left: 120px;
padding-right: 180px; padding-right: 120px;
} }
.tygrzx_int> :nth-child(2) { .tygrzx_int> :nth-child(2) {
width: 345px; width: 345px;
} }
.tygrzx select {
width: 108px; .tygrzx select {
} width: 108px;
.tygrzx_leftcon { }
padding-left: 15px;
} .tygrzx_leftcon {
padding-left: 15px;
}
} }
@media screen and (min-width:767) and (max-width:1440px){ @media screen and (min-width:767) and (max-width:1440px) {
.tygrzx_leftcon {
padding-left: 15px;
} .tygrzx_riscon {
.tygrzx_int> :nth-child(2) { padding-left: 32px;
width: 345px; }
}
.tygrzx select { .tygrzx_int> :nth-child(2) {
width: 108px; width: 345px;
} }
.tygrzx select {
width: 108px;
}
}
@media screen and (max-width:991px){
.tygrzx_ddxx {
display: block;
}
.tygrzx_ddxxTxt{
width: 100%;
border-bottom: 1px solid rgb(233, 233, 233);
padding: 16px 0;
}
.tygrzx_ddxxTxt1{
width: 100%;
border-bottom: 1px solid rgb(233, 233, 233);
padding: 16px 0;
}
.tygrzx_ddxx>:nth-child(1)>:last-child {
border-bottom: 1px solid rgb(233, 233, 233);
}
.tygrzx_ddxxTxt1>a {
width: 50%;
}
} }
@media screen and (min-width:767px) and (max-width:991px) { @media screen and (min-width:767px) and (max-width:991px) {
.p-zy320 {
padding-left: 60px; .tygrzx_ddxq{
padding-right: 60px; display: none;
}
.tygrzx_int> :nth-child(2) { }
width: 345px; .tygrzx_ddnav {
} margin-bottom: 10px;
.tygrzx select { }
width: 108px; .p-zy320 {
} padding-left: 60px;
padding-right: 60px;
.tygrzx_leftcon { }
padding-left: 15px; .tygrzx select {
} width: 30%;
padding: 12px 9px;
background: url(../img/grzx/xiala_08.jpg) no-repeat scroll right 14px top 20px transparent;
margin-right: 0px;
}
.tygrzx_setlecon{
width: 85%;
justify-content: space-between;
}
.tygrzx_leftcon {
padding-left: 15px;
}
.tygrzx_riscon {
padding-left: 32px;
}
.tygrzx_int> :nth-child(2) {
width: 85%;
}
.tygrzx_wic> :nth-child(2) {
width: 81%;
}
.tygrzx_riscon>form {
display: block;
padding-right: 0px;
width: 95%;
}
}
@media screen and (max-width:767px) {
.tygrzx_dindantop {
flex-wrap: wrap;
}
.tygrzx_ddcontit {
height: auto;
}
.tygrzx_riscon>form {
display: block;
padding-right: 0px;
width: 95%;
}
.p-zy320 {
padding-left: 30px;
padding-right: 30px;
}
.tygrzx_left {
width: 100%;
height: auto;
overflow-x: auto;
display: flex;
padding-top: 0px;
}
.caiadn {
width: 100%;
position: absolute;
box-sizing: border-box;
overflow: hidden;
left: 0px;
padding-right: 30px;
padding-left: 30px;
}
.tygrzx_riscon {
/* padding-left: 32px; */
padding: 40px 20px 20px;
position: relative;
height: auto;
}
.tygrzx_ris {
margin-top: 98px;
width: 100%;
}
.tygrzx_leftcon {
width: auto;
flex-shrink: 0;
padding: 0px;
padding-left: 24px;
}
.tygrzx_int> :nth-child(2) {
width: 100%;
}
.tygrzx_lefttx {
display: none;
}
.tygrzx_setlecon {
display: flex;
width: 100%;
justify-content: space-between;
}
.tygrzx_tupian {
margin-bottom: 20px;
}
.tygrzx_name> :nth-child(1) {
margin-right: 0px;
}
.tygrzx select {
width: 30%;
padding: 12px 9px;
background: url(../img/grzx/xiala_08.jpg) no-repeat scroll right 14px top 20px transparent;
margin-right: 0px;
}
.tygrzx_int> :nth-child(1) {
margin-right: 0px;
font-size: 16px;
}
.tygrzx_setle> :nth-child(1) {
margin-right: 0px;
font-size: 16px;
}
.tygrzx_scimg {
width: 100px;
height: 100px;
}
.tygrzx_wic> :nth-child(2) {
width: 81%;
}
}
@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;
padding-right: 12px;
font-size: 13px;
padding-top: 12px;
margin-left: 12px;
display: -webkit-box;
-webkit-box-orient: vertical;
height: 53px;
-webkit-line-clamp: 3;
overflow: hidden;
text-overflow: ellipsis;
word-wrap: break-word;
word-break: break-all;
}
} }
@media screen and (min-width:1521px) and (max-width:1620px) {}
@media screen and (width:320px) { @media screen and (width:320px) {
.exhibition .item-box {height: 200px!important;} .exhibition .item-box {
.swiper-button-next, .swiper-button-prev {top: 40%!important;} height: 200px !important;
}
.swiper-button-next,
.swiper-button-prev {
top: 40% !important;
}
} }
@media screen and (max-width:766px) { @media screen and (max-width:766px) {
@ -183,7 +470,8 @@
.parent-page,.parent-page img {height: 130px;} .parent-page,.parent-page img {height: 130px;}
.shous{display: inline;} .shous{display: inline;}
} }
@media screen and (min-width:767px) and (max-width:850px) {
@media screen and (min-width:751px) and (max-width:850px) {
.logo{width: 26%;} .logo{width: 26%;}
.gn-box{display: inline;} .gn-box{display: inline;}
.dmedia{display: none;} .dmedia{display: none;}
@ -202,6 +490,7 @@
.parent-page,.parent-page img {height: 130px;} .parent-page,.parent-page img {height: 130px;}
.shous{display: inline;} .shous{display: inline;}
} }
@media screen and (min-width:851px) and (max-width:1000px) { @media screen and (min-width:851px) and (max-width:1000px) {
.logo{width: 26%;} .logo{width: 26%;}
.gn-box{display: inline;} .gn-box{display: inline;}
@ -224,6 +513,38 @@
.sypx-box img{height: 200px;object-fit: cover;} .sypx-box img{height: 200px;object-fit: cover;}
.sypx-box .ys-title{height: 50px;line-height: 50px;} .sypx-box .ys-title{height: 50px;line-height: 50px;}
.ys-title{font-size: 15px;} .ys-title{font-size: 15px;}
.ty_di {
display: none;
}
.ty_listnav a{
padding-left: 0px;
}
.ty_listnav>li {
padding-left: 7px;
}
}
@media screen and (max-width:1000px){
.ty_herader .dis>a {
width: 260px;
}
.ty_listnav{
display: none;
}
.ty_btntop{
display: block;
}
.ty_herader>nav {
padding-top: 31px;
justify-content: space-between;
align-items: center;
}
.ty_herader>img {
display: none;
}
} }
@media screen and (min-width:1001px) and (max-width:1120px) { @media screen and (min-width:1001px) and (max-width:1120px) {
.logo{width: 26%;} .logo{width: 26%;}
@ -238,7 +559,24 @@
.hz-imgItem div{width: 25%;margin-bottom: 20px;} .hz-imgItem div{width: 25%;margin-bottom: 20px;}
.hz-imgItem div img{width: 80%;} .hz-imgItem div img{width: 80%;}
.sypx-box img{height: 240px;object-fit: cover;} .sypx-box img{height: 240px;object-fit: cover;}
.ty_di {
display: none;
}
.ty_listnav a{
padding-left: 0px;
}
.ty_herader .dis>a {
width: 30%;
} }
.ty_listnav {
padding-bottom: 26px;
}
}
@media screen and (min-width:1121px) and (max-width:1260px) { @media screen and (min-width:1121px) and (max-width:1260px) {
.logo{width: 26%;} .logo{width: 26%;}
.input-box{display: none;} .input-box{display: none;}
@ -249,7 +587,23 @@
.head-nav-box > div:last-child {margin-top: 0px;} .head-nav-box > div:last-child {margin-top: 0px;}
.redD {right: 6px;} .redD {right: 6px;}
.sypx-box img{height: 240px;object-fit: cover;} .sypx-box img{height: 240px;object-fit: cover;}
.ty_di {
display: none;
}
.ty_listnav a{
padding-left: 0px;
}
.ty_herader .dis>a {
width: 33%;
} }
.ty_listnav {
padding-bottom: 26px;
}
}
@media screen and (min-width:1261px) and (max-width:1350px) { @media screen and (min-width:1261px) and (max-width:1350px) {
.logo{width: 26%;} .logo{width: 26%;}
.p-zy180,.head-box{padding: 10px 60px;} .p-zy180,.head-box{padding: 10px 60px;}
@ -258,11 +612,28 @@
.head-nav-box > div:last-child {margin-top: 10px;} .head-nav-box > div:last-child {margin-top: 10px;}
.redD {right: 6px;} .redD {right: 6px;}
.sypx-box img{height: 240px;object-fit: cover;} .sypx-box img{height: 240px;object-fit: cover;}
.ty_di {
display: none;
}
.ty_listnav a{
padding-left: 8px;
}
.ty_herader .dis>a {
width: 33%;
}
.ty_listnav {
padding-bottom: 26px;
}
} }
@media (min-width:1200px) and (max-width:1440px){ @media (min-width:1200px) and (max-width:1440px){
.p-zy180,.head-box{padding: 20px 120px!important;} .p-zy180,.head-box{padding: 20px 120px!important;}
} }
@media screen and (min-width:1351px) and (max-width:1620px) { @media screen and (min-width:1351px) and (max-width:1620px) {
.logo{width: 26%;} .logo{width: 26%;}
.p-zy180,.head-box{padding: 20px 180px;} .p-zy180,.head-box{padding: 20px 180px;}
@ -270,15 +641,41 @@
.dao-box>li>div{padding: 6px 0;} .dao-box>li>div{padding: 6px 0;}
.redD {right: 8px;} .redD {right: 8px;}
.sypx-box img{height: 340px;object-fit: cover;} .sypx-box img{height: 340px;object-fit: cover;}
.ty_di {
display: none;
}
.ty_listnav a{
padding-left: 0px;
}
.ty_herader .dis>a {
width: 33%;
}
.ty_listnav {
padding-bottom: 26px;
}
#ys-cate{overflow-x: scroll;overflow-y: hidden;} #ys-cate{overflow-x: scroll;overflow-y: hidden;}
#ys-cate li{padding: 10px 0 8px 0;font-size: 14px;flex-shrink: 0;} #ys-cate li{padding: 10px 0 8px 0;font-size: 14px;flex-shrink: 0;}
} }
@media screen and (min-width:1621px) and (max-width:1820px) { @media screen and (min-width:1621px) and (max-width:1820px) {
.logo{width: 30%;} .logo{width: 30%;}
.p-zy180,.head-box{padding: 20px 180px;} .p-zy180,.head-box{padding: 20px 180px;}
.ty_di {
display: none;
}
.ty_listnav a{
padding-left: 8px;
}
#ys-cate{overflow-x: scroll;overflow-y: hidden;} #ys-cate{overflow-x: scroll;overflow-y: hidden;}
#ys-cate li{padding: 10px 0 8px 0;font-size: 14px;flex-shrink: 0;} #ys-cate li{padding: 10px 0 8px 0;font-size: 14px;flex-shrink: 0;}
} }
@media screen and (min-width:1621px) and (max-width:1820px) {
.logo {
width: 30%;
}
@media (max-width:766px){ @media (max-width:766px){
#zx-list img {width: 120px;max-height: 74px;} #zx-list img {width: 120px;max-height: 74px;}
#zx-list .clips2 {-webkit-line-clamp: 2;} #zx-list .clips2 {-webkit-line-clamp: 2;}
@ -486,5 +883,8 @@
#ys-cate li{padding: 10px 0 8px 0;font-size: 14px;flex-shrink: 0;} #ys-cate li{padding: 10px 0 8px 0;font-size: 14px;flex-shrink: 0;}
} }
.p-zy180,
.head-box {
padding: 20px 100px;
}
}

View File

@ -21,24 +21,51 @@
<header class="ty_herader"> <header class="ty_herader">
<img src="../../img/grzx/topimg.jpg" title="图1" alt="图片已缺失"> <img src="../../img/grzx/topimg.jpg" title="图1" alt="图片已缺失">
<nav class="ty_w ty_w1220 ty_ds"> <nav class="dis p-zy320 pod" >
<img src="../../img/logo.png" title="图2" alt="图片已缺失"> <a href="">
<img src="../../img/logo.png" title="图2" alt="图片已缺失">
</a>
<div class="ty_listnavdIV">
<ul class="ty_listnav"> <ul class="ty_listnav">
<li> 123</li> <li> 123</li>
<li><span class="ty_di"></span><a target="_parent" href="../../index.html">网站首页</a></li> <li><span class="ty_di"></span><a target="_parent" href="../../index.html">网站首页</a></li>
<li><span class="ty_di"></span><a target="_parent" href="../aboutUs/aboutUs.html">关于我们</a></li> <li><span class="ty_di"></span><a target="_parent" href="../aboutUs/aboutUs.html">关于我们</a></li>
<li><span class="ty_di"></span><a target="_parent" href="../logshoppingcar/shopcar.html"><img class="ty_topicon" title="图3" src="../../img/sy-scart.png" alt="图片已缺失">我的购物车</a></li> <li><span class="ty_di"></span><a target="_parent" href="../logshoppingcar/shopcar.html"><img class="ty_topicon" title="图3" src="../../img/sy-scart.png" alt="图片已缺失">我的购物车</a></li>
<li><span class="ty_di"></span><a target="_parent" href="../artNetwork/pointsMall.html">积分商城</a></li> <li><span class="ty_di"></span><a target="_parent" href="../artNetwork/pointsMall.html">积分商城</a></li>
<li><span class="ty_di"></span><a target="_parent" href="../contactUs/contactUs.html">联系我们</a></li> <li><span class="ty_di"></span><a target="_parent" href="../contactUs/contactUs.html">联系我们</a></li>
<li><span class="ty_di"></span><a target="_parent" class="ty_gr" href="../grzx/personalData.html" >个人中心</a></li> <li><span class="ty_di"></span><a target="_parent" class="ty_gr" href="../grzx/personalData.html" >个人中心</a></li>
<li><a target="_parent" href="../logshoppingcar/login.html">【退出】</a></li> <li><a target="_parent" href="../logshoppingcar/login.html">【退出】</a></li>
</ul> </ul>
</div>
<div class="ty_btntop">
<img class="ty_btntopimg" src="../../img/public/gn.png">
</div>
</nav> </nav>
</header> </header>
<script>
console.log( $(".ty_btntopimg"));
$(".ty_btntopimg").on("click",()=>{
$(".ty_btntopimg").addClass("trans90")
$(".ty_listnav").addClass("ty_listnavPosition")
})
</script>
<div class="mian tygrzx"> <div class="mian tygrzx">
<div class="p-zy320 dis"> <div class="p-zy320 dis">
<button class="naliu">菜单</button>
<div class="caiadn">
<ul class="tygrzx_left"> <ul class="tygrzx_left">
<li class="tygrzx_caidan">收起菜单</li> <li class="tygrzx_caidan">收起菜单</li>
<li class="tygrzx_lefttx"><img src="../../img/grzx/tx_04.jpg" title="图4" alt="图片已缺失"><span>243</span></li> <li class="tygrzx_lefttx"><img src="../../img/grzx/tx_04.jpg" title="图4" alt="图片已缺失"><span>243</span></li>
@ -70,7 +97,7 @@
<img src="../../img/grzx/icon_9.png" title="收货地址" alt="图片已缺失"> <img src="../../img/grzx/iocn (9).png" title="收货地址" alt="图片已缺失"> <span>收货地址</span> <img src="../../img/grzx/icon_9.png" title="收货地址" alt="图片已缺失"> <img src="../../img/grzx/iocn (9).png" title="收货地址" alt="图片已缺失"> <span>收货地址</span>
</li> </li>
</ul> </ul>
</div>
<!-- 个人资料 --> <!-- 个人资料 -->
<div style="display:block" data-in="1" class="tygrzx_ris "> <div style="display:block" data-in="1" class="tygrzx_ris ">
<p class="tygrzx_tit">个人资料</p> <p class="tygrzx_tit">个人资料</p>
@ -81,7 +108,7 @@
<div class="tygrzx_scimg"> <div class="tygrzx_scimg">
<img class="uptoux tyjgzx_topimgtx" src="" title="头像" alt="图片缺失"> <img class="uptoux tyjgzx_topimgtx" src="" title="头像" alt="图片缺失">
</div> </div>
<div> <div class="tygrzx_scanniu">
<button class="tygrzx_tubtn"><img src="../../img/grzx/tusc.jpg" title="头像上传" alt="图片已缺失">请选择您要上传的头像</button> <button class="tygrzx_tubtn"><img src="../../img/grzx/tusc.jpg" title="头像上传" alt="图片已缺失">请选择您要上传的头像</button>
<input class="tygrzx_grzximg inputImg" type="file" accept="image/gif,image/jpg,image/png" name="" value="" /> <input class="tygrzx_grzximg inputImg" type="file" accept="image/gif,image/jpg,image/png" name="" value="" />
<p class="tygrzx_col" style="font-size: 12px;">仅支持JPG,GIF,PNG,JPEG,BMP格式</p> <p class="tygrzx_col" style="font-size: 12px;">仅支持JPG,GIF,PNG,JPEG,BMP格式</p>
@ -105,15 +132,18 @@
</div> </div>
<div class="tygrzx_setle"> <div class="tygrzx_setle">
<p>地址:</p> <p>地址:</p>
<select name="" id=""> <div class="tygrzx_setlecon">
<option value="">四川省</option> <select name="" id="">
</select> <option value="">四川省</option>
<select name="" id=""> </select>
<option value="">成都市</option> <select name="" id="">
</select> <option value="">成都市</option>
<select name="" id=""> </select>
<option value="">锦江区</option> <select name="" id="">
</select> <option value="">锦江区</option>
</select>
</div>
</div> </div>
<div class="tygrzx_int"> <div class="tygrzx_int">
<p></p> <p></p>
@ -135,11 +165,11 @@
<div style="display:none" data-in="2" class="tygrzx_ris "> <div style="display:none" data-in="2" class="tygrzx_ris ">
<p class="tygrzx_tit">修改密码</p> <p class="tygrzx_tit">修改密码</p>
<form class="tygrzx_riscon tygrzx_riscon1"> <div class="tygrzx_riscon tygrzx_riscon1">
<div> <form>
<div class="tygrzx_int tygrzx_password tygrzx_wic"> <div class="tygrzx_int tygrzx_password tygrzx_wic">
<p>原密码:</p> <p>原密码:</p>
@ -150,15 +180,15 @@
<input type="password"> <input type="password">
</div> </div>
<div class="tygrzx_int tygrzx_password tygrzx_wic"> <div class="tygrzx_int tygrzx_password tygrzx_wic">
<p>确认新密码:</p> <p>确认新密码</p>
<input type="password"> <input type="password">
</div> </div>
<div class="tygrzx_btn tygrzx_btn1"> <div class="tygrzx_btn tygrzx_btn1">
<button>确认修改</button> <button>确认修改</button>
</div> </div>
</form>
</div> </div>
</form>
</div> </div>

View File

@ -368,44 +368,46 @@ $(function () {
$('#previewImg').css('display', 'none') $('#previewImg').css('display', 'none')
}) })
//展览详情作品搜索点击事件 //展览详情作品搜索点击事件
$('.zpsearch-box img').on('click', function () { $('.zpsearch-box img').on('click', function () {
console.log('作品搜索'); console.log('作品搜索');
}) })
//功能按钮事件 //功能按钮事件
$('.gongn').on('click',function(){ $('.gongn').on('click', function () {
$(this).toggleClass('trans90') $(this).toggleClass('trans90')
$('.cell-nav').toggleClass('dn') $('.cell-nav').toggleClass('dn')
$('.cell-input').addClass('dn') $('.cell-input').addClass('dn')
}) })
//关闭功能弹框 //关闭功能弹框
$('.cell-nav').on('click',function(){ $('.cell-nav').on('click', function () {
$('.gongn').toggleClass('trans90') $('.gongn').toggleClass('trans90')
$('.cell-nav').toggleClass('dn') $('.cell-nav').toggleClass('dn')
$('.cell-input').addClass('dn') $('.cell-input').addClass('dn')
}) })
//功能按钮事件 //功能按钮事件
$('.shous').on('click',function(){ $('.shous').on('click', function () {
$("input[name='keyWord']").val('') $("input[name='keyWord']").val('')
$('.cell-input').toggleClass('dn') $('.cell-input').toggleClass('dn')
$('.gongn').removeClass('trans90') $('.gongn').removeClass('trans90')
$('.cell-nav').addClass('dn') $('.cell-nav').addClass('dn')
}) })
//功能按钮事件 //功能按钮事件
$('.cell-input').on('click',function(){ $('.cell-input').on('click', function () {
$("input[name='keyWord']").val('') $("input[name='keyWord']").val('')
$(this).addClass('dn') $(this).addClass('dn')
}) })
// 阻止事件冒泡 // 阻止事件冒泡
$('input[name="keyWord"]').on("click",function(event){ $('input[name="keyWord"]').on("click", function (event) {
event.stopPropagation() event.stopPropagation()
}) })
}) })
function searchKey(e) { //导航关键词搜索 function searchKey(e) { //导航关键词搜索
if(e.key=='Enter'){ if (e.key == 'Enter') {
console.log('导航关键词搜索'); console.log('导航关键词搜索');
$('.cell-input').toggleClass('dn') $('.cell-input').toggleClass('dn')
} }
} }
function searchZP() { //展览详情作品搜索事件 function searchZP() { //展览详情作品搜索事件
console.log('作品搜索'); console.log('作品搜索');
} }
@ -750,9 +752,9 @@ function tyList(data, navIf = true) {
} }
$(".tyjgzx_ris").css("display", "none") $(".tyjgzx_ris").css("display", "none")
for (let index = 0; index < $(".tyjgzx_ris").length; index++) { for (let index = 0; index < $(".tyjgzx_ris").length; index++) {
console.log($($(".tyjgzx_ris")[index]).attr("data-in") == data); console.log($($(".tyjgzx_ris")[index]).attr("data-in") == data);
if ($($(".tyjgzx_ris")[index]).attr("data-in") == data) { if ($($(".tyjgzx_ris")[index]).attr("data-in") == data) {
console.log(); console.log();
$($(".tyjgzx_ris")[index]).css("display", "block") $($(".tyjgzx_ris")[index]).css("display", "block")
$([index]).css("display", "block") $([index]).css("display", "block")
@ -995,4 +997,32 @@ function DeletePromptve(data) {
} }
$(".tygrzx_ysqxgz").on("click", (e) => { $(".tygrzx_ysqxgz").on("click", (e) => {
e.preventDefault() e.preventDefault()
}) })
function getScrollTop() {
var scroll_top = 0;
if (document.documentElement && document.documentElement.scrollTop) {
scroll_top = document.documentElement.scrollTop;
} else if (document.body) {
scroll_top = document.body.scrollTop;
}
return scroll_top;
}
document.addEventListener("scroll", myFunction);
function myFunction() {
console.log(getScrollTop());
if (getScrollTop() > 125) {
$(".pod").css("position", "fixed")
$(".pod").addClass("dtip")
} else if (getScrollTop() < 125) {
$(".pod").css("position", "relative")
$(".pod").removeClass("dtip")
}
}

11
sh.exe.stackdump Normal file
View File

@ -0,0 +1,11 @@
Stack trace:
Frame Function Args
00600000010 001800617BE (0018024BE50, 0018023DFD1, 00600000010, 000FFFFBA20)
00600000010 001800490FA (00100002000, 0060003B458, 0018031F5B8, 00000000002)
00600000010 00180049132 (00000000002, 0018031F8C8, 00600000010, 00000000008)
00600000010 0018005B0CF (0018004A4B8, 345C365C775C675C, 625C695C6C5C2F5C, 635C655C785C655C)
000FFFFCCE0 0018005B172 (745C695C675C2F5C, 645C635C735C2E5C, 2E5C635C745C785C, 275C6D5C6F5C635C)
000FFFFCCE0 00180049877 (00000000000, 00000000000, 00000000000, 00000000000)
000FFFFFFF0 001800482C6 (00000000000, 00000000000, 00000000000, 00000000000)
000FFFFFFF0 00180048374 (00000000000, 00000000000, 00000000000, 00000000000)
End of stack trace