master
parent
bd9e887208
commit
e345412cef
|
@ -0,0 +1,157 @@
|
|||
|
||||
* {
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
/* header */
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style: none;
|
||||
}
|
||||
.ty_her{
|
||||
width: 100%;
|
||||
height: 123px;
|
||||
background-color: rgb(230,230,230);
|
||||
font-size: 40px;
|
||||
line-height: 123px;
|
||||
color: #191919;
|
||||
margin-bottom: 18px;
|
||||
}
|
||||
.ty_pd{
|
||||
padding: 0 324px;
|
||||
box-sizing: border-box;
|
||||
|
||||
}
|
||||
.ty_text{
|
||||
text-indent: 2em;
|
||||
font-size: 15px;
|
||||
color: #191919;
|
||||
line-height: 30px;
|
||||
|
||||
}
|
||||
.ty_imgcon{
|
||||
width: 100%;
|
||||
margin-bottom: 45px;
|
||||
margin-top: 34px;
|
||||
|
||||
}
|
||||
.ty_imgcon>img{
|
||||
width: 100%;
|
||||
}
|
||||
.ty_renwu{
|
||||
width: 48%;
|
||||
display: inline-block;
|
||||
display: flex;
|
||||
}
|
||||
.ty_renwu>img{
|
||||
max-width: 242px;
|
||||
margin-right: 21px;
|
||||
}
|
||||
.ty-pd{
|
||||
padding-top: 15px;
|
||||
}
|
||||
.ty_renwucon{
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.ty_titcon{
|
||||
margin-top: 67px;
|
||||
}
|
||||
.ty_titcon>:nth-child(1){
|
||||
font-size: 22px;
|
||||
color: #cb1919;
|
||||
font-weight: bold;
|
||||
padding-bottom: 19px;
|
||||
border-bottom:solid 1px rgb(241,241,241) ;
|
||||
margin-bottom: 69px;
|
||||
|
||||
|
||||
}
|
||||
.gz_swicon{
|
||||
width: 100%;
|
||||
}
|
||||
.ty_titcon>:nth-child(2){
|
||||
width: 100%;
|
||||
}
|
||||
.ty_titcon>:nth-child(2)>div{
|
||||
width: 100%;
|
||||
}
|
||||
.swiper-slide p{
|
||||
font-size: 14px;
|
||||
line-height: 28px;
|
||||
color: #191919;
|
||||
display: none;
|
||||
}
|
||||
.swiper-slide img{
|
||||
width: 100%;
|
||||
}
|
||||
.swiper-slide-active .gz_swicon p{
|
||||
display: block;
|
||||
}
|
||||
.swiper-slide span{
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: rgba(255, 255, 255, 0.5);
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
z-index: 5;
|
||||
}
|
||||
.swiper-slide-active span{
|
||||
display: none;
|
||||
}
|
||||
|
||||
.ty_lxwo p{
|
||||
font-size: 16px;
|
||||
color: #191919;
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
.ty_lxwo>:nth-child(1){
|
||||
font-size: 20px;
|
||||
color: #cb1919;
|
||||
font-weight: bold;
|
||||
margin-bottom: 21px;
|
||||
}
|
||||
.ty_lxmiancon{
|
||||
margin-top: 50px;
|
||||
display: flex;
|
||||
|
||||
}
|
||||
|
||||
.ty_lxwx{
|
||||
margin-left: 121px;
|
||||
margin-top: 49px;
|
||||
max-width: 100px;
|
||||
margin-right: 52px;
|
||||
}
|
||||
.ty_lxwxa{
|
||||
margin-left: 182px;
|
||||
margin-top: 49px;
|
||||
max-width: 100px;
|
||||
|
||||
}
|
||||
.ty_lxwx p{
|
||||
color: #191919;
|
||||
opacity: 0.7;
|
||||
font-size: 12px;
|
||||
text-align: center;
|
||||
margin-top: 11px;
|
||||
}
|
||||
.ty_lxwxa p{
|
||||
color: #191919;
|
||||
opacity: 0.7;
|
||||
font-size: 12px;
|
||||
text-align: center;
|
||||
margin-top: 11px;
|
||||
}
|
||||
.ty_lxwxa img{
|
||||
width: 100%;
|
||||
}
|
||||
.ty_lxwx img{
|
||||
width: 100%;
|
||||
}
|
|
@ -73,6 +73,49 @@ ul {
|
|||
.ty_gr {
|
||||
color: rgb(201, 57, 57) !important;
|
||||
} */
|
||||
input::-webkit-input-placeholder {
|
||||
color: rgb(180, 180, 180);
|
||||
}
|
||||
|
||||
input::-moz-placeholder {
|
||||
/* Mozilla Firefox 19+ */
|
||||
color: rgb(180, 180, 180);
|
||||
}
|
||||
|
||||
input:-moz-placeholder {
|
||||
/* Mozilla Firefox 4 to 18 */
|
||||
color: rgb(180, 180, 180);
|
||||
}
|
||||
|
||||
input:-ms-input-placeholder {
|
||||
/* Internet Explorer 10-11 */
|
||||
color: rgb(180, 180, 180);
|
||||
}
|
||||
select{
|
||||
color: rgb(180, 180, 180);
|
||||
}
|
||||
.ty_grint input::-webkit-input-placeholder {
|
||||
color: #222222;
|
||||
}
|
||||
|
||||
.ty_grint input::-moz-placeholder {
|
||||
/* Mozilla Firefox 19+ */
|
||||
color: #222222;
|
||||
}
|
||||
|
||||
.ty_grint input:-moz-placeholder {
|
||||
/* Mozilla Firefox 4 to 18 */
|
||||
color: #222222;
|
||||
}
|
||||
|
||||
.ty_grint input:-ms-input-placeholder {
|
||||
/* Internet Explorer 10-11 */
|
||||
color: #222222;
|
||||
}
|
||||
.ty_grint select{
|
||||
color: #222222;
|
||||
}
|
||||
|
||||
|
||||
/* main */
|
||||
.ty_ds {
|
||||
|
@ -152,6 +195,7 @@ ul {
|
|||
padding-left: 31px;
|
||||
font-size: 15px;
|
||||
position: relative;
|
||||
cursor: pointer;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
|
@ -179,13 +223,18 @@ ul {
|
|||
|
||||
.ty_riscon {
|
||||
width: 100%;
|
||||
margin-top: 20px;
|
||||
margin-top: 10px;
|
||||
height: 709px;
|
||||
padding-top: 40px;
|
||||
padding-left: 100px;
|
||||
box-sizing: border-box;
|
||||
background-color: #fff;
|
||||
}
|
||||
input{
|
||||
padding-left: 14px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
|
||||
.ty_dindantit {
|
||||
width: 100%;
|
||||
|
@ -196,6 +245,20 @@ ul {
|
|||
margin-bottom: 5px;
|
||||
|
||||
}
|
||||
.ty_grzximg{
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
width: 202px;
|
||||
height: 33px;
|
||||
border: 1px solid rgb(245, 245, 245);
|
||||
background-image: linear-gradient(#fff, rgb(245, 245, 245));
|
||||
margin-bottom: 16px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
opacity: 0;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.ty_scimg {
|
||||
width: 154px;
|
||||
|
@ -205,12 +268,19 @@ ul {
|
|||
border: none;
|
||||
margin-right: 28px;
|
||||
}
|
||||
.ty_scimg>img{
|
||||
width: 100%;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.ty_tupian {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-bottom: 44px;
|
||||
}
|
||||
.ty_tupian> :nth-child(2){
|
||||
position: relative;
|
||||
}
|
||||
|
||||
::-webkit-input-placeholder {
|
||||
color: #222222;
|
||||
|
@ -280,6 +350,7 @@ select {
|
|||
background-size: 12px 8px;
|
||||
width: 150px;
|
||||
height: 52px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.ty_setle {
|
||||
|
@ -317,6 +388,7 @@ select {
|
|||
height: 50px;
|
||||
color: #fff;
|
||||
background-color: rgb(203, 25, 25);
|
||||
cursor: pointer;
|
||||
border: none;
|
||||
}
|
||||
|
||||
|
@ -366,6 +438,7 @@ select {
|
|||
.ty_shtit>p {
|
||||
font-size: 18px;
|
||||
color: rgb(13, 158, 61);
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.ty_con {
|
||||
|
@ -422,6 +495,7 @@ select {
|
|||
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
cursor: pointer;
|
||||
|
||||
}
|
||||
|
||||
|
@ -447,6 +521,7 @@ select {
|
|||
|
||||
.ty_mr>:nth-child(2)>p {
|
||||
margin-left: 28px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
||||
|
@ -525,6 +600,7 @@ select {
|
|||
.ty_yhtit>p {
|
||||
margin-right: 40px;
|
||||
color: #191919;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/* 优惠卷 */
|
||||
|
@ -569,6 +645,7 @@ select {
|
|||
text-align: right;
|
||||
padding-right: 10px;
|
||||
padding-top: 5px;
|
||||
cursor: pointer;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
|
@ -604,6 +681,7 @@ select {
|
|||
border: 1px solid rgb(116, 210, 212);
|
||||
border-radius: 30px;
|
||||
margin-top: 26px;
|
||||
cursor: pointer;
|
||||
color: rgb(116, 210, 212);
|
||||
}
|
||||
|
||||
|
@ -672,6 +750,7 @@ select {
|
|||
|
||||
.ty_ddxq>:nth-child(2)>* {
|
||||
margin-left: 60px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.ty_ddcon {
|
||||
|
@ -700,6 +779,7 @@ select {
|
|||
.ty_ddcontit>:nth-child(2) {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
cursor: pointer;
|
||||
width: 61px;
|
||||
}
|
||||
|
||||
|
@ -772,10 +852,13 @@ select {
|
|||
|
||||
.ty_ddxxTxt1>button {
|
||||
width: 79px;
|
||||
cursor: pointer;
|
||||
cursor: pointer;
|
||||
height: 34px;
|
||||
border: 1px solid rgb(233, 156, 156);
|
||||
color: rgb(203, 25, 25);
|
||||
margin-bottom: 8px;
|
||||
background-image: linear-gradient(to top, rgb(255, 255, 255), rgb(244, 244, 244));
|
||||
}
|
||||
|
||||
.ty_paging {
|
||||
|
@ -864,6 +947,7 @@ select {
|
|||
.ty_ysmr {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
||||
|
@ -879,6 +963,7 @@ select {
|
|||
top: 0px;
|
||||
left: 0px;
|
||||
color: #fff;
|
||||
cursor: pointer;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
|
@ -922,6 +1007,7 @@ select {
|
|||
padding-left: 32px;
|
||||
margin-top: 35px;
|
||||
align-items: center;
|
||||
|
||||
}
|
||||
|
||||
.ty_jftit>:nth-child(2)>:nth-child(1) {
|
||||
|
@ -933,6 +1019,7 @@ select {
|
|||
color: #cb1919;
|
||||
font-size: 24px;
|
||||
margin-left: 20px;
|
||||
|
||||
}
|
||||
|
||||
.ty_jftit>:nth-child(2)>:nth-child(3) {
|
||||
|
@ -944,6 +1031,7 @@ select {
|
|||
color: #fff;
|
||||
text-align: center;
|
||||
line-height: 44px;
|
||||
cursor: pointer;
|
||||
margin-left: 30px;
|
||||
}
|
||||
|
||||
|
@ -954,6 +1042,7 @@ select {
|
|||
text-align: center;
|
||||
line-height: 44px;
|
||||
border: 1px solid #cb1919;
|
||||
cursor: pointer;
|
||||
border-radius: 3px;
|
||||
margin-left: 20px;
|
||||
height: 44px;
|
||||
|
@ -1081,6 +1170,7 @@ select {
|
|||
|
||||
.ty_yspcon>img {
|
||||
width: 100%;
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
@ -1104,12 +1194,14 @@ select {
|
|||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: flex-end;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.ty_qidaocon>img {
|
||||
position: absolute;
|
||||
top: 14px;
|
||||
right: 16px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.ty_qidaocon>button {
|
||||
|
@ -1187,6 +1279,7 @@ select {
|
|||
width: 187px;
|
||||
margin-right: 92px;
|
||||
margin-left: 80px;
|
||||
|
||||
}
|
||||
|
||||
.ty_ristext>:nth-child(2) {
|
||||
|
@ -1205,6 +1298,7 @@ select {
|
|||
width: 62px;
|
||||
height: 34px;
|
||||
border-radius: 3px;
|
||||
cursor: pointer;
|
||||
background-color: #fff;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
@ -1244,4 +1338,77 @@ select {
|
|||
.ty_topifrane {
|
||||
width: 100%;
|
||||
height: 300px;
|
||||
}
|
||||
.chooseImg-box {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.chooseImg-box>div input {
|
||||
width: 109px;
|
||||
height: 109px;
|
||||
border: 1px solid #E6E6E6;
|
||||
border-radius: 3px;
|
||||
opacity: 0;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
.chooseImg-box>div img {
|
||||
width: 109px;
|
||||
height: 109px;
|
||||
object-fit: cover;
|
||||
z-index: 1;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.chooseImg-content {
|
||||
margin-top: 76px;
|
||||
margin-left: 12px;
|
||||
font-size: 12px;
|
||||
color: #222222;
|
||||
opacity: .7;
|
||||
|
||||
}
|
||||
.ty_intfile{
|
||||
position: absolute;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.ty_img {
|
||||
display: flex;
|
||||
margin-bottom: 21px;
|
||||
}
|
||||
|
||||
.ty_img> :nth-child(1) {
|
||||
width: 80px;
|
||||
text-align: right;
|
||||
|
||||
padding-top: 10px;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.ty_img>div {
|
||||
display: flex;
|
||||
|
||||
}
|
||||
|
||||
.ty_img>div>:nth-child(2) {
|
||||
font-size: 12px;
|
||||
color: rgb(180, 180, 180);
|
||||
margin-left: 12px;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
.ty_shcor{
|
||||
color: #cb1919;
|
||||
}
|
||||
.ty_jgintcor{
|
||||
color: #222222;
|
||||
}
|
||||
.ty_topimgtx{
|
||||
display: none;
|
||||
}
|
||||
.ty_tp{
|
||||
padding: 25px 12px 0 25px;display: flex; flex-wrap: wrap;align-content: flex-start;
|
||||
}
|
|
@ -298,8 +298,8 @@ input{outline: none;}
|
|||
.chooseImg-box>div>div{width: 109px;height: 109px; border: 1px solid #E6E6E6;border-radius: 3px;display: flex;justify-content: center;align-items: center;}
|
||||
.chooseImg-box>div>div span{display: block;width: 2px;height: 60px;border-radius: 3px;background-color: #E6E6E6;}
|
||||
.chooseImg-box>div>div span:first-child{transform: rotate(90deg);}
|
||||
.chooseImg-box>div img{width: 109px;height: 109px;display: none;object-fit: cover;z-index: 1;border-radius: 3px;}
|
||||
.chooseImg-content{margin-top: 76px;margin-left: 130px;font-size: 12px;color: #222222;opacity: .7;}
|
||||
.chooseImg-box>div img{width: 109px;height: 109px;object-fit: cover;z-index: 1;border-radius: 3px;}
|
||||
.chooseImg-content{margin-top: 76px;margin-left: 20px;font-size: 12px;color: #222222;opacity: .7;}
|
||||
.tgsub-btn{width: 906px;}
|
||||
.tgsub-btn div{width: 163px;height: 53px;line-height: 53px;text-align: center;background: #CB1919;border-radius: 3px;font-size: 18px;color: #FFFFFF;}
|
||||
#success_fail{width: 569px;}
|
||||
|
|
|
@ -2,10 +2,12 @@
|
|||
padding: 0px;
|
||||
margin: 0px;
|
||||
}
|
||||
input{
|
||||
|
||||
input {
|
||||
padding-left: 14px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
/* header */
|
||||
a {
|
||||
text-decoration: none;
|
||||
|
@ -93,15 +95,18 @@ ul {
|
|||
font-size: 15px;
|
||||
position: relative;
|
||||
box-sizing: border-box;
|
||||
cursor: pointer
|
||||
}
|
||||
|
||||
.ty_leftcon>img {
|
||||
margin-right: 10px;
|
||||
|
||||
}
|
||||
|
||||
.ty_leftcon>span {
|
||||
cursor: pointer;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.ty_ris {
|
||||
|
||||
width: 1060px;
|
||||
|
@ -148,7 +153,7 @@ ul {
|
|||
margin-right: 28px;
|
||||
}
|
||||
|
||||
.ty_tupian {
|
||||
.mian .ty_riscon .ty_tupian {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-bottom: 44px;
|
||||
|
@ -180,9 +185,10 @@ ul {
|
|||
}
|
||||
|
||||
.ty_name> :nth-child(1) {
|
||||
width: 65px;
|
||||
margin-right: 20px;
|
||||
width: 81px;
|
||||
text-align: right;
|
||||
margin-right: 20px;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.ty_int {
|
||||
|
@ -223,6 +229,7 @@ select {
|
|||
width: 150px;
|
||||
height: 52px;
|
||||
color: rgb(180, 180, 180);
|
||||
cursor: pointer
|
||||
}
|
||||
|
||||
.ty_setle {
|
||||
|
@ -250,7 +257,7 @@ select {
|
|||
|
||||
.ty_btn {
|
||||
text-align: right;
|
||||
width: 557px;
|
||||
|
||||
}
|
||||
|
||||
.ty_btn>button {
|
||||
|
@ -261,6 +268,7 @@ select {
|
|||
color: #fff;
|
||||
background-color: rgb(203, 25, 25);
|
||||
border: none;
|
||||
cursor: pointer
|
||||
}
|
||||
|
||||
|
||||
|
@ -290,7 +298,7 @@ select {
|
|||
|
||||
.ty_img>div {
|
||||
display: flex;
|
||||
align-items: flex-end;
|
||||
|
||||
}
|
||||
|
||||
.ty_img>div>:nth-child(2) {
|
||||
|
@ -581,6 +589,7 @@ select {
|
|||
border-radius: 30px;
|
||||
margin-top: 26px;
|
||||
color: rgb(116, 210, 212);
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.gqtp {
|
||||
|
@ -648,6 +657,7 @@ select {
|
|||
|
||||
.ty_ddxq>:nth-child(2)>* {
|
||||
margin-left: 60px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.ty_ddcon {
|
||||
|
@ -840,6 +850,7 @@ select {
|
|||
.ty_ysmr {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
align-content: flex-start;
|
||||
}
|
||||
|
||||
|
||||
|
@ -854,6 +865,7 @@ select {
|
|||
position: absolute;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
cursor: pointer;
|
||||
color: #fff;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
@ -877,6 +889,137 @@ select {
|
|||
}
|
||||
|
||||
|
||||
.ty_jftit {
|
||||
width: 100%;
|
||||
background-color: #fff;
|
||||
height: 161px;
|
||||
padding-top: 25px;
|
||||
box-sizing: border-box;
|
||||
padding-left: 22px;
|
||||
}
|
||||
|
||||
.ty_jftit>:nth-child(1) {
|
||||
font-size: 18px;
|
||||
color: #191919;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.ty_jftit>:nth-child(2) {
|
||||
display: flex;
|
||||
padding-left: 32px;
|
||||
margin-top: 35px;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.ty_jftit>:nth-child(2)>:nth-child(1) {
|
||||
font-size: 16px;
|
||||
color: #191919;
|
||||
}
|
||||
|
||||
.ty_jftit>:nth-child(2)>:nth-child(2) {
|
||||
color: #cb1919;
|
||||
font-size: 24px;
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
.ty_jftit>:nth-child(2)>:nth-child(3) {
|
||||
width: 179px;
|
||||
height: 44px;
|
||||
background-color: #cb1919;
|
||||
border-radius: 3px;
|
||||
font-size: 15px;
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
line-height: 44px;
|
||||
margin-left: 30px;
|
||||
}
|
||||
|
||||
.ty_jftit>:nth-child(2)>:nth-child(4) {
|
||||
width: 98px;
|
||||
font-size: 15px;
|
||||
color: #cb1919;
|
||||
text-align: center;
|
||||
line-height: 44px;
|
||||
border: 1px solid #cb1919;
|
||||
border-radius: 3px;
|
||||
margin-left: 20px;
|
||||
height: 44px;
|
||||
}
|
||||
|
||||
.ty_jfn>:nth-child(1) {
|
||||
font-size: 14px;
|
||||
color: #cb1919;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.ty_jfntit {
|
||||
width: 100%;
|
||||
height: 42px;
|
||||
margin-top: 10px;
|
||||
background-color: rgb(245, 245, 245);
|
||||
padding-left: 77px;
|
||||
}
|
||||
|
||||
.ty_jfntit>th {
|
||||
color: rgb(106, 106, 106);
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.ty_jfntit>:nth-child(2) {
|
||||
width: 424px;
|
||||
}
|
||||
.ty_jfntit>:nth-child(3){
|
||||
text-align: left;
|
||||
}
|
||||
.ty_jfntit>:nth-child(1) {
|
||||
width: 183px;
|
||||
}
|
||||
|
||||
.ty_jftable {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.ty_jftable>thead {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.ty_jfcon {
|
||||
height: 44px;
|
||||
|
||||
}
|
||||
.ty_jfcon>td{
|
||||
border-bottom: 1px solid rgb(238, 233, 231);
|
||||
}
|
||||
|
||||
.ty_jfcon>:nth-child(1) {
|
||||
font-size: 13px;
|
||||
color: #525252;
|
||||
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.ty_jfcon>:nth-child(2) {
|
||||
width: 75px;
|
||||
font-size: 14px;
|
||||
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.ty_jfys {
|
||||
color: rgb(0, 166, 8);
|
||||
}
|
||||
|
||||
.ty_jfys2 {
|
||||
color: rgb(203, 25, 25);
|
||||
}
|
||||
|
||||
.ty_jfcon>:nth-child(3) {
|
||||
font-size: 13px;
|
||||
color: #525252;
|
||||
}
|
||||
|
||||
|
||||
/* 收藏 */
|
||||
.ty_sccon {
|
||||
padding-left: 24px;
|
||||
|
@ -888,6 +1031,7 @@ select {
|
|||
padding-right: 14px;
|
||||
position: relative;
|
||||
box-sizing: border-box;
|
||||
cursor: pointer
|
||||
|
||||
}
|
||||
|
||||
|
@ -907,13 +1051,14 @@ select {
|
|||
font-size: 13px;
|
||||
}
|
||||
|
||||
.ty_scmr>:nth-child(3n) {
|
||||
margin-right: 0px;
|
||||
|
||||
.ty_scmr{
|
||||
align-content: flex-start;display: flex;flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.ty_scml {
|
||||
padding-left: 22px;
|
||||
|
||||
display:none;align-content: flex-start;flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.ty_yspcon {
|
||||
|
@ -990,6 +1135,7 @@ select {
|
|||
background-color: rgb(203, 25, 25);
|
||||
color: #fff;
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
|
@ -1001,6 +1147,7 @@ select {
|
|||
border: 1px solid rgb(6, 110, 226);
|
||||
margin-left: 7px;
|
||||
border-radius: 3px;
|
||||
cursor: pointer
|
||||
}
|
||||
|
||||
.ty_zgtit>th {
|
||||
|
@ -1059,6 +1206,7 @@ select {
|
|||
|
||||
.ty_zgtit>:nth-child(5) {
|
||||
width: 109px;
|
||||
|
||||
}
|
||||
|
||||
.ty_zgtit>:nth-child(6) {
|
||||
|
@ -1114,6 +1262,7 @@ select {
|
|||
padding: 10px 17px;
|
||||
background-color: #fff;
|
||||
border-radius: 3px;
|
||||
cursor: pointer
|
||||
}
|
||||
|
||||
.ty_scsc {
|
||||
|
@ -1122,14 +1271,17 @@ select {
|
|||
padding: 10px 17px;
|
||||
background-color: #fff;
|
||||
border-radius: 3px;
|
||||
cursor: pointer
|
||||
}
|
||||
|
||||
.ty_button {
|
||||
color: rgb(25, 25, 25);
|
||||
border: 1px solid rgb(188, 188, 188);
|
||||
padding: 10px 17px;
|
||||
background-color: #fff;
|
||||
border-radius: 3px;
|
||||
width: 62px;
|
||||
height: 39px;
|
||||
margin-bottom: 7px;
|
||||
}
|
||||
|
||||
.ty_lititnoe>:nth-child(2) {
|
||||
|
@ -1225,6 +1377,7 @@ select {
|
|||
text-align: center;
|
||||
border-radius: 3px;
|
||||
line-height: 34px;
|
||||
cursor: pointer
|
||||
}
|
||||
|
||||
.ty_zlcon>:nth-child(7) {
|
||||
|
@ -1391,11 +1544,42 @@ select {
|
|||
/* Mozilla Firefox 4 to 18 */
|
||||
color: rgb(180, 180, 180);
|
||||
}
|
||||
|
||||
.ty_riscon select{
|
||||
color: #222222;
|
||||
cursor: pointer
|
||||
}
|
||||
.ty_zltj select{
|
||||
color: rgb(180, 180, 180);
|
||||
}
|
||||
.ty_riscon input:-ms-input-placeholder {
|
||||
/* Internet Explorer 10-11 */
|
||||
color: rgb(180, 180, 180);
|
||||
}
|
||||
.ty_jgintcor input::-webkit-input-placeholder {
|
||||
color: #222222;
|
||||
}
|
||||
|
||||
.ty_jgintcor input::-moz-placeholder {
|
||||
/* Mozilla Firefox 19+ */
|
||||
color: #222222;
|
||||
}
|
||||
|
||||
.ty_jgintcor input:-moz-placeholder {
|
||||
/* Mozilla Firefox 4 to 18 */
|
||||
color: #222222;
|
||||
}
|
||||
|
||||
.ty_jgintcor input:-ms-input-placeholder {
|
||||
/* Internet Explorer 10-11 */
|
||||
color: #222222;
|
||||
}
|
||||
.ty_jgintcor select{
|
||||
color: #222222;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.ty_buttton {
|
||||
display: flex;
|
||||
|
@ -1407,6 +1591,7 @@ select {
|
|||
.ty_buttton>:nth-child(1) {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
/* 展览管理 */
|
||||
.ty_buttton .ty_selectAll {
|
||||
margin: 0 9px 0 15px;
|
||||
|
@ -1426,13 +1611,16 @@ select {
|
|||
line-height: 27px;
|
||||
padding-right: 60px;
|
||||
}
|
||||
|
||||
.ty_zltitManagement>:nth-child(4) {
|
||||
width: 85px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.ty_zlmanagement>:nth-child(4) {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.ty_zltitManagement>:nth-child(5) {
|
||||
width: 86px;
|
||||
padding-right: 32px;
|
||||
|
@ -1441,12 +1629,15 @@ select {
|
|||
.ty_zlmanagement>:nth-child(5) {
|
||||
padding-right: 32px;
|
||||
}
|
||||
.ty_xwtable .ty_zlmanagement td{
|
||||
|
||||
.ty_xwtable .ty_zlmanagement td {
|
||||
padding-top: 17px;
|
||||
}
|
||||
.ty_xwtable .ty_zlmanagement .tdptd{
|
||||
|
||||
.ty_xwtable .ty_zlmanagement .tdptd {
|
||||
padding-top: 22px;
|
||||
}
|
||||
|
||||
.ty_zltitManagement>:nth-child(6) {
|
||||
width: 60px;
|
||||
padding-right: 29px;
|
||||
|
@ -1456,6 +1647,7 @@ select {
|
|||
padding-right: 29px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.ty_zltitManagement>:nth-child(7) {
|
||||
width: 55px;
|
||||
padding-right: 0px;
|
||||
|
@ -1466,6 +1658,7 @@ select {
|
|||
padding-right: 0px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.ty_zltitManagement>:nth-child(8) {
|
||||
width: 29px;
|
||||
padding-right: 0px;
|
||||
|
@ -1488,63 +1681,284 @@ select {
|
|||
padding-right: 0px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.ty_zltitManagement>:nth-child(10) {
|
||||
width: 40px;
|
||||
padding-right: 33px;
|
||||
}
|
||||
|
||||
.ty_zltitManagement>:nth-child(10) {
|
||||
|
||||
padding-right: 33px;
|
||||
text-align: center;
|
||||
}
|
||||
.ty_zlmanagement>:nth-child(11){
|
||||
|
||||
.ty_zlmanagement>:nth-child(11) {
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
.ty_zlmanagement .ty_button{
|
||||
|
||||
.ty_zlmanagement .ty_button {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.ty_zltop{
|
||||
|
||||
.ty_zltop {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.ty_zltop select{
|
||||
|
||||
.ty_zltop select {
|
||||
width: 173px;
|
||||
height: 35px;
|
||||
padding: 0px 9px;
|
||||
padding: 0px 9px;
|
||||
color: rgb(110, 110, 110);
|
||||
margin-right: 9px;
|
||||
background: url(../../img/grzx/xiala_08.jpg) no-repeat scroll right 20px top 12px transparent;
|
||||
}
|
||||
.ty_zltop label>input{
|
||||
|
||||
.ty_zltop label>input {
|
||||
width: 230px;
|
||||
height: 35px;
|
||||
box-sizing: border-box;
|
||||
border:1px solid rgb(212, 212, 212);
|
||||
border: 1px solid rgb(212, 212, 212);
|
||||
}
|
||||
.ty_zltop label>span{
|
||||
|
||||
.ty_zltop label>span {
|
||||
width: 38px;
|
||||
height: 35px;
|
||||
box-sizing: border-box;
|
||||
border: 1px solid rgb(212, 212, 212);
|
||||
border-left:none;
|
||||
border: 1px solid rgb(212, 212, 212);
|
||||
border-left: none;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding-left: 5px;
|
||||
|
||||
|
||||
background-image: linear-gradient(to top, rgb(255, 255, 255), rgb(244, 244, 244));
|
||||
}
|
||||
.ty_zltop label{
|
||||
|
||||
.ty_zltop label {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-right: 10px;
|
||||
}
|
||||
.ty_int .ty_yspsc{
|
||||
|
||||
.ty_int .ty_yspsc {
|
||||
width: 842px;
|
||||
height: 168px;
|
||||
}
|
||||
.ty_textarea{
|
||||
|
||||
.ty_textarea {
|
||||
align-items: flex-start;
|
||||
}
|
||||
.ty_textarea>:nth-child(1){
|
||||
|
||||
.ty_textarea>:nth-child(1) {
|
||||
padding-top: 17px;
|
||||
}
|
||||
|
||||
.chooseImg-box {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.chooseImg-box>div input {
|
||||
width: 109px;
|
||||
height: 109px;
|
||||
border: 1px solid #E6E6E6;
|
||||
border-radius: 3px;
|
||||
opacity: 0;
|
||||
z-index: 2;
|
||||
cursor: pointer
|
||||
}
|
||||
|
||||
|
||||
.ty_topimgtx{
|
||||
display: none;
|
||||
}
|
||||
|
||||
.chooseImg-box>div img {
|
||||
width: 109px;
|
||||
height: 109px;
|
||||
object-fit: cover;
|
||||
z-index: 1;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.chooseImg-content {
|
||||
margin-top: 76px;
|
||||
margin-left: 12px;
|
||||
font-size: 12px;
|
||||
color: #222222;
|
||||
opacity: .7;
|
||||
|
||||
}
|
||||
.ty_intfile{
|
||||
position: absolute;
|
||||
z-index: 2;
|
||||
}
|
||||
.ty_pdf{
|
||||
display: flex;
|
||||
margin-bottom: 21px;
|
||||
}
|
||||
|
||||
.ty_pdf>:nth-child(1){
|
||||
text-align: right;
|
||||
margin-right: 20px;
|
||||
padding-top: 10px;
|
||||
font-size: 16px;
|
||||
width: 117px;
|
||||
}
|
||||
.ty_intf{
|
||||
width: 471px;
|
||||
height: 52px;
|
||||
box-sizing: border-box;
|
||||
font-size: 16px;
|
||||
border: solid 1px #000;
|
||||
border-color: rgb(208, 208, 208);
|
||||
|
||||
opacity: 0;
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
top: 0px;
|
||||
}
|
||||
#uptxt{
|
||||
width: 471px;
|
||||
height: 52px;
|
||||
box-sizing: border-box;
|
||||
font-size: 16px;
|
||||
border: solid 1px #000;
|
||||
border-color: rgb(208, 208, 208);
|
||||
border-radius: 5px 0 0 5px;
|
||||
}
|
||||
.ty_tusc{
|
||||
display: flex;
|
||||
position: relative;
|
||||
}
|
||||
.ty_tusc>button{
|
||||
width: 156px;
|
||||
height: 52px;
|
||||
box-sizing: border-box;
|
||||
border: 1px solid rgb(212, 212, 212);
|
||||
border-left: none;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-size: 16px;
|
||||
color: #191919;
|
||||
background-image: linear-gradient(to top, rgb(255, 255, 255), rgb(244, 244, 244));
|
||||
}
|
||||
|
||||
|
||||
.ty_jgcon>:nth-child(3) {
|
||||
width: 217px;
|
||||
|
||||
|
||||
}
|
||||
.ty_jgcon>:nth-child(4) {
|
||||
width: 76px;
|
||||
}
|
||||
.ty_jgcon>:nth-child(5) {
|
||||
width: 276px;
|
||||
}
|
||||
|
||||
|
||||
.ty_jgcona>:nth-child(3) {
|
||||
width: 217px;
|
||||
|
||||
|
||||
}
|
||||
|
||||
.ty_xwgg>:nth-child(5) {
|
||||
width: 109px;
|
||||
text-align: left;
|
||||
}
|
||||
.ty_xwggcon>:nth-child(5) {
|
||||
width: 109px;
|
||||
text-align: left;
|
||||
}
|
||||
.ty_xzcor{
|
||||
color: #cb1919;
|
||||
}
|
||||
.ty_xwtable .ty_zlcon .ty_pind{
|
||||
padding-top: 45px;
|
||||
}
|
||||
.ty_tihuan{
|
||||
width: 143px;
|
||||
height: 48px;
|
||||
background-image: linear-gradient(to top, rgb(255, 255, 255), rgb(244, 244, 244));
|
||||
font-size: 15px;
|
||||
text-align: center;
|
||||
display: block;
|
||||
line-height: 48px;
|
||||
border: solid 1px #000;
|
||||
border-color: rgb(208, 208, 208);
|
||||
margin-left: 14px;
|
||||
margin-top: 192px;
|
||||
cursor: pointer
|
||||
}
|
||||
.ty_zlth{
|
||||
align-items: flex-start;
|
||||
|
||||
}
|
||||
.ty_zlth>.ty_intfile{
|
||||
width: 243px;
|
||||
height: 244px;
|
||||
}
|
||||
.ty_zlth>.pa{
|
||||
width: 243px;
|
||||
height: 244px;
|
||||
}
|
||||
.ty_grzximg{
|
||||
cursor: pointer;
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
width: 202px;
|
||||
height: 33px;
|
||||
border: 1px solid rgb(245, 245, 245);
|
||||
background-image: linear-gradient(#fff, rgb(245, 245, 245));
|
||||
margin-bottom: 16px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
opacity: 0;
|
||||
}
|
||||
.ty_scimg>img{
|
||||
width: 100%;
|
||||
border-radius: 50%;
|
||||
}
|
||||
.ty_jgintcor{
|
||||
display: inline-block;
|
||||
}
|
||||
.ty_riscon>div{
|
||||
display: inline-block;
|
||||
}
|
||||
.tyys_namep{
|
||||
text-align: right;width: 81px;
|
||||
}
|
||||
.ty_tp{
|
||||
padding: 25px 12px 0 25px;display: flex; flex-wrap: wrap;align-content: flex-start;
|
||||
}
|
||||
.ty_didanpd{
|
||||
height: auto; padding: 25px 24px 20px;
|
||||
}
|
||||
.ty_gzmr{
|
||||
display:none;align-content: flex-start;flex-wrap: wrap;
|
||||
}
|
||||
.ty_zgyscon{
|
||||
margin: 0 auto;table-layout: fixed;padding-top: 20px;
|
||||
}
|
||||
.ty_zgysconTr{
|
||||
color: #333333;opacity: .7;font-size: 14px;font-weight: 400;background-color: rgb(245, 245, 245);height: 40px;
|
||||
}
|
||||
.tyzg_text{
|
||||
width: 103px;height: 103px;overflow: hidden;
|
||||
}
|
||||
.ty_pj{
|
||||
color: #00a608;border: 1px solid #00a608;width: 62px;height: 34px;line-height: 34px;border-radius: 3px;background: #FFFFFF;
|
||||
}
|
||||
.tyzg_sc{
|
||||
color: #066ee2;border: 1px solid #066ee2;width: 62px;height: 34px;line-height: 34px;border-radius: 3px;margin-top: 6px;background: #FFFFFF;
|
||||
}
|
||||
.tytj_tjzp{
|
||||
width: 116px;height: 44px;line-height: 44px;text-align: center;color: #FFFFFF;background: #CB1919;border-radius: 5px;border: 1px solid #CB1919;font-size: 15px;
|
||||
}
|
||||
.tytj_plsc{
|
||||
width: 116px;height: 44px;line-height: 44px;text-align: center;color: #066ee2;background: #FFFFFF;border-radius: 5px;border: 1px solid #066ee2;font-size: 15px;margin: 0px 20px 0 10px;
|
||||
}
|
|
@ -0,0 +1,139 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>关于我们</title>
|
||||
<link rel="stylesheet" type="text/css" href="../../css/swiper-bundle.min.css" />
|
||||
<link rel="stylesheet" href="../../css/aboutUs.css">
|
||||
<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>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="ty_her ty_pd">
|
||||
关于我们
|
||||
</div>
|
||||
<div class="mian ty_pd">
|
||||
<p class="ty_text">华夏艺术网于1998年开通,是国内最早最大的书画艺术门户网站之一,由四川省美术家协会、四川省书法家协会、四川省诗书画院、成都画院、四川省政协书画研究院等授权主办。经过多年来不间断的运营发展,已成为国内知名的艺术类门户网站。华夏艺术网为艺术家、艺术行业单位构建了艺术信息的交流平台,吸引了来自全国各地的艺术家及艺术机构加盟。通过网络信息技术手段,不断加强与社会各界的合作,与广大艺术家及画廊、拍卖行、收藏家、艺术团体建立起了业务联系,架起了艺术家与艺术市场之间的桥梁。</p>
|
||||
<div class="ty_imgcon">
|
||||
<img src="../../img/public/gy-img.png" alt="">
|
||||
</div>
|
||||
|
||||
|
||||
<div class="ty_renwucon">
|
||||
<div class="ty_renwu">
|
||||
<img src="../../img/public/gz-renwu.png" alt="">
|
||||
<p class="ty_text ty-pd">谭朝晖,斋号“净砚斋”。原为空军某企业党委干部,曾先后任四川电信天府热线执行主编、成都信息港电子商务部部长、四川铁通互联网业务中心副总经理等职。1998年创办华夏艺术网,2003年创办净砚斋画廊。现为摩空精舍董事长、北京视觉经典美术馆副馆长,成都市画廊协会副会长,成都惠民职工画院理事长兼秘书长,成都市版权协会副会长,成都市阅读协会理事,成都市人民对外友好协会理事,四川省文化产业商会常务理事。</p>
|
||||
</div>
|
||||
<div class="ty_renwu">
|
||||
<img src="../../img/public/ty-renw.png" alt="">
|
||||
<p class="ty_text ty-pd">谭朝晖,斋号“净砚斋”。原为空军某企业党委干部,曾先后任四川电信天府热线执行主编、成都信息港电子商务部部长、四川铁通互联网业务中心副总经理等职。1998年创办华夏艺术网,2003年创办净砚斋画廊。现为摩空精舍董事长、北京视觉经典美术馆副馆长,成都市画廊协会副会长,成都惠民职工画院理事长兼秘书长,成都市版权协会副会长,成都市阅读协会理事,成都市人民对外友好协会理事,四川省文化产业商会常务理事。</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="ty_titcon">
|
||||
<p>图片展示</p>
|
||||
<div>
|
||||
<div class="swiper-container">
|
||||
<div class="swiper-wrapper">
|
||||
<div class="swiper-slide">
|
||||
<div class="gz_swicon">
|
||||
<img src="../../img/public/gz-swper.png" alt="">
|
||||
<p>8月10日下午,有华樱出国主办,摩空精舍协办的主题为“四川人快速养成计划”的文化交流活动,汇集了五湖四海的各方宾客。有来自德国、意大利、英国、新加坡、俄罗斯、摩洛哥、柬埔寨、阿塞拜疆、泰国、格鲁吉亚、越南、马来西亚、埃及、罗马尼亚、印度等多国外国友人,也有来自我们中国的中学生和大学生。</p>
|
||||
<span></span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="swiper-slide">
|
||||
<div class="gz_swicon">
|
||||
<img src="../../img/public/gz-swper.png" alt="">
|
||||
<p>8月10日下午,有华樱出国主办,摩空精舍协办的主题为“四川人快速养成计划”的文化交流活动,汇集了五湖四海的各方宾客。有来自德国、意大利、英国、新加坡、俄罗斯、摩洛哥、柬埔寨、阿塞拜疆、泰国、格鲁吉亚、越南、马来西亚、埃及、罗马尼亚、印度等多国外国友人,也有来自我们中国的中学生和大学生。</p>
|
||||
<span></span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="swiper-slide">
|
||||
<div class="gz_swicon">
|
||||
<img src="../../img/public/gz-swper.png" alt="">
|
||||
<p>8月10日下午,有华樱出国主办,摩空精舍协办的主题为“四川人快速养成计划”的文化交流活动,汇集了五湖四海的各方宾客。有来自德国、意大利、英国、新加坡、俄罗斯、摩洛哥、柬埔寨、阿塞拜疆、泰国、格鲁吉亚、越南、马来西亚、埃及、罗马尼亚、印度等多国外国友人,也有来自我们中国的中学生和大学生。</p>
|
||||
<span></span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="swiper-slide">
|
||||
<div class="gz_swicon">
|
||||
<img src="../../img/public/gz-swper.png" alt="">
|
||||
<p>8月10日下午,有华樱出国主办,摩空精舍协办的主题为“四川人快速养成计划”的文化交流活动,汇集了五湖四海的各方宾客。有来自德国、意大利、英国、新加坡、俄罗斯、摩洛哥、柬埔寨、阿塞拜疆、泰国、格鲁吉亚、越南、马来西亚、埃及、罗马尼亚、印度等多国外国友人,也有来自我们中国的中学生和大学生。</p>
|
||||
<span></span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="swiper-slide">
|
||||
<div class="gz_swicon">
|
||||
<img src="../../img/public/gz-swper.png" alt="">
|
||||
<p>8月10日下午,有华樱出国主办,摩空精舍协办的主题为“四川人快速养成计划”的文化交流活动,汇集了五湖四海的各方宾客。有来自德国、意大利、英国、新加坡、俄罗斯、摩洛哥、柬埔寨、阿塞拜疆、泰国、格鲁吉亚、越南、马来西亚、埃及、罗马尼亚、印度等多国外国友人,也有来自我们中国的中学生和大学生。</p>
|
||||
<span></span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="swiper-slide">
|
||||
<div class="gz_swicon">
|
||||
<img src="../../img/public/gz-swper.png" alt="">
|
||||
<p>8月10日下午,有华樱出国主办,摩空精舍协办的主题为“四川人快速养成计划”的文化交流活动,汇集了五湖四海的各方宾客。有来自德国、意大利、英国、新加坡、俄罗斯、摩洛哥、柬埔寨、阿塞拜疆、泰国、格鲁吉亚、越南、马来西亚、埃及、罗马尼亚、印度等多国外国友人,也有来自我们中国的中学生和大学生。</p>
|
||||
<span></span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="swiper-slide">
|
||||
<div class="gz_swicon">
|
||||
<img src="../../img/public/gz-swper.png" alt="">
|
||||
<p>8月10日下午,有华樱出国主办,摩空精舍协办的主题为“四川人快速养成计划”的文化交流活动,汇集了五湖四海的各方宾客。有来自德国、意大利、英国、新加坡、俄罗斯、摩洛哥、柬埔寨、阿塞拜疆、泰国、格鲁吉亚、越南、马来西亚、埃及、罗马尼亚、印度等多国外国友人,也有来自我们中国的中学生和大学生。</p>
|
||||
<span></span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- 如果需要分页器 -->
|
||||
<div class="swiper-pagination"></div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
|
||||
<script>
|
||||
mySwiper = new Swiper('.swiper-container', {
|
||||
// paginationClickable: true,
|
||||
observer: true,
|
||||
observeParents: true,
|
||||
// initialSlide: swipIndex,
|
||||
effect: 'coverflow',
|
||||
centeredSlides: true,
|
||||
spaceBetween: '1%',
|
||||
slidesPerView: 2,
|
||||
loop: true,
|
||||
// autoplay: {
|
||||
// disableOnInteraction: false,
|
||||
// },
|
||||
navigation: {
|
||||
//
|
||||
},
|
||||
coverflowEffect: {
|
||||
rotate: 0, //slide做3d旋转时Y轴的旋转角度
|
||||
stretch: 392, //每个slide之间的拉伸值,越大slide靠得越紧。5.3.6 后可使用%百分比
|
||||
depth: 100, //slide的位置深度。值越大z轴距离越远,看起来越小。
|
||||
modifier: 1, //depth和rotate和stretch的倍率,相当于depth*modifier、rotate*modifier、stretch*modifier,值越大这三个参数的效果越明显。
|
||||
slideShadows: false,
|
||||
},
|
||||
on: {
|
||||
transitionEnd: function () {
|
||||
this.activeIndex
|
||||
|
||||
}
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
</html>
|
|
@ -12,6 +12,7 @@
|
|||
<script src="../../js/artistCenter/artistCenter.js" type="text/javascript" charset="utf-8"></script>
|
||||
<script src="https://unpkg.com/wangeditor/dist/wangEditor.min.js"></script>
|
||||
<script src="https://unpkg.com/i18next/dist/umd/i18next.js"></script>
|
||||
<script src="../../js/huaxia.js"></script>
|
||||
<style>
|
||||
.foot-iframe {
|
||||
width: 100%;
|
||||
|
@ -33,7 +34,7 @@
|
|||
.ty_riscon{margin-top: 15px;padding-left: 40px;}
|
||||
.ty_name > :nth-child(1),.ty_int > :nth-child(1),.ty_setle > :nth-child(1),.ty_img > :nth-child(1){margin-right: 10px;}
|
||||
.ty_btn {width: 100%;margin-top: 20px;}
|
||||
.ty_btn > button{border-radius: 3px;margin-right: 110px;}
|
||||
.ty_btn > button{border-radius: 3px;}
|
||||
.ty_setle > select{cursor: pointer;}
|
||||
.ty_lititnoe > span{color: #333333;}
|
||||
.left-title{color: #CB1919!important;}
|
||||
|
@ -118,21 +119,21 @@
|
|||
<!-- 个人资料 -->
|
||||
<div id="personal" style="display:block" data-in="1" class="ty_ris ">
|
||||
<p class="ty_tit">个人资料</p>
|
||||
<div class="ty_riscon ty_jgzl">
|
||||
<div class="ty_riscon ty_jgzl ty_jgintcor">
|
||||
<div class="ty_tupian">
|
||||
<div class="ty_scimg">
|
||||
<!-- <img src="" alt="图片缺失"> -->
|
||||
<img class="uptoux ty_topimgtx" src="" title="">
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<div style="position: relative;">
|
||||
<button class="ty_tubtn"><img src="../../img/grzx/tusc.jpg" title="头像上传" alt="图片已缺失">请选择您要上传的头像</button>
|
||||
<p class="ty_col" style="font-size: 12px;">仅支持JPG、PNG格式,文件小于4M</p>
|
||||
<input class="ty_grzximg inputImg" type="file" accept="image/gif,image/jpg,image/png" name="" value="" />
|
||||
<p class="ty_col" style="font-size: 12px;">仅支持JPG,GIF,PNG,JPEG,BMP格式</p>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<div class="ty_name">
|
||||
<p style="text-align: right;width: 81px;">用户名:</p>
|
||||
<p class="tyys_namep" >用户名:</p>
|
||||
<div>asdgf</div>
|
||||
</div>
|
||||
<div class="ty_int">
|
||||
|
@ -159,12 +160,16 @@
|
|||
<p></p>
|
||||
<input class="tyint_pal" placeholder="请输入详细地址" type="text">
|
||||
</div>
|
||||
<div class="ty_img">
|
||||
<p>照片:</p>
|
||||
<div>
|
||||
<img src="../../img/jgzx/tyimg.png" alt="">
|
||||
<p>仅支持JPG、PNG格式,文件小于4M</p>
|
||||
<div class="ty_img" style="margin-bottom: 18px;">
|
||||
<label for="inputImg" class="font-16 col19">封面图:</label>
|
||||
<div class="pr chooseImg-box" style="position: relative;">
|
||||
<div style="display: flex;">
|
||||
<input class="ty_intfile inputImg" type="file" accept="image/gif,image/jpg,image/png" name="" value="" />
|
||||
|
||||
<img class="upImg" src="../../img/jgzx/tyimg.png">
|
||||
</div>
|
||||
</div>
|
||||
<div class="chooseImg-content">上传图片格式包括jpg/png/gif,图片大小不超过20MB</div>
|
||||
</div>
|
||||
<div class="ty_img" style="margin-top: 20px;">
|
||||
<p>简介:</p>
|
||||
|
@ -211,8 +216,8 @@
|
|||
<p class="col19">确认新密码:</p>
|
||||
<input type="text">
|
||||
</div>
|
||||
<div class="ty_btn ty_btn1" style="width: 65%;">
|
||||
<button style="margin-right: 52px;">确认修改</button>
|
||||
<div class="ty_btn ty_btn1">
|
||||
<button >确认修改</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -278,7 +283,7 @@
|
|||
<p data-in="1" class="ty_yhd yhdj cq-cp">可用优惠卷</p>
|
||||
<p data-in="2" class="yhdj cq-cp">已过期优惠卷</p>
|
||||
</div>
|
||||
<div class="ty_con ty_tp" style="padding: 25px 12px 0 25px;display: flex; flex-wrap: wrap;align-content: flex-start;">
|
||||
<div class="ty_con ty_tp">
|
||||
|
||||
<div class="ty_yhuij">
|
||||
<div>
|
||||
|
@ -371,7 +376,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="ty_con ty_tp " style="padding: 25px 12px 0 25px;display: none; flex-wrap: wrap;align-content: flex-start;">
|
||||
<div class="ty_con ty_tp " style="display: none; ">
|
||||
<div class="ty_yhuij">
|
||||
<div style="background-color: rgb(173,173,173);">
|
||||
<p class="ty_yhmn"><span>¥</span>50</p>
|
||||
|
@ -461,7 +466,7 @@
|
|||
<!-- 订单 -->
|
||||
<div id="myOrder" style="display:none" data-in="" class="ty_ris">
|
||||
<p class="ty_tit">我的订单</p>
|
||||
<div class="ty_con ty_didanpd" style="height: auto; padding: 25px 24px 20px;">
|
||||
<div class="ty_con ty_didanpd">
|
||||
<div class="ty_ddtit">
|
||||
<div class="ty_ddnav">
|
||||
<p class="ty_ddys">全部订单</p>
|
||||
|
@ -656,7 +661,7 @@
|
|||
<p data-in="1" class="ty_yhd ty_ysnav cq-cp">我关注的艺术家</p>
|
||||
<p data-in="2" class="ty_ysnav cq-cp">我关注的机构</p>
|
||||
</div>
|
||||
<div class="ty_con ty_yscon ty_ysmr " style="align-content: flex-start;">
|
||||
<div class="ty_con ty_yscon ty_ysmr " >
|
||||
<div class="ty_ysnr">
|
||||
<img src="../../img/grzx/y1.png" title="张龙升" alt="图片缺失">
|
||||
<p>张龙升</p>
|
||||
|
@ -688,7 +693,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="ty_con ty_yscon ty_gzmr" style="display:none;align-content: flex-start;flex-wrap: wrap;">
|
||||
<div class="ty_con ty_yscon ty_gzmr" >
|
||||
|
||||
<div class="ty_wdgz">
|
||||
<img src="../../img/grzx/jg1.png" title="摩空精舍" alt="图片缺失">
|
||||
|
@ -730,98 +735,72 @@
|
|||
<div>
|
||||
<div class="ty_jfn">
|
||||
<p>积分记录</p>
|
||||
<div>
|
||||
<p>时间</p>
|
||||
<p>收入/支出</p>
|
||||
<p>详情说明</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<table class="ty_jftable" cellspacing=0>
|
||||
<tr class="ty_jfntit">
|
||||
<th>时间</th>
|
||||
<th>收入/支出</th>
|
||||
<th>详情说明</th>
|
||||
</tr>
|
||||
<tr class="ty_jfcon">
|
||||
<td>2019-12-20 12:25:30</td>
|
||||
<td class="ty_jfys">+580</td>
|
||||
<td>商品评价(商品号:65428233459)奖励积分 </td>
|
||||
</tr>
|
||||
<tr class="ty_jfcon">
|
||||
<td>2019-12-20 12:25:30</td>
|
||||
<td class="ty_jfys">+580</td>
|
||||
<td>商品评价(商品号:65428233459)奖励积分 </td>
|
||||
</tr>
|
||||
<tr class="ty_jfcon">
|
||||
<td>2019-12-20 12:25:30</td>
|
||||
<td class="ty_jfys">+580</td>
|
||||
<td>商品评价(商品号:65428233459)奖励积分 </td>
|
||||
</tr>
|
||||
<tr class="ty_jfcon">
|
||||
<td>2019-12-20 12:25:30</td>
|
||||
<td class="ty_jfys">+580</td>
|
||||
<td>商品评价(商品号:65428233459)奖励积分 </td>
|
||||
</tr>
|
||||
<tr class="ty_jfcon">
|
||||
<td>2019-12-20 12:25:30</td>
|
||||
<td class="ty_jfys">+580</td>
|
||||
<td>商品评价(商品号:65428233459)奖励积分 </td>
|
||||
</tr>
|
||||
<tr class="ty_jfcon">
|
||||
<td>2019-12-20 12:25:30</td>
|
||||
<td class="ty_jfys">+580</td>
|
||||
<td>商品评价(商品号:65428233459)奖励积分 </td>
|
||||
</tr>
|
||||
<tr class="ty_jfcon">
|
||||
<td>2019-12-20 12:25:30</td>
|
||||
<td class="ty_jfys">+580</td>
|
||||
<td>商品评价(商品号:65428233459)奖励积分 </td>
|
||||
</tr>
|
||||
<tr class="ty_jfcon">
|
||||
<td>2019-12-20 12:25:30</td>
|
||||
<td class="ty_jfys">+580</td>
|
||||
<td>商品评价(商品号:65428233459)奖励积分 </td>
|
||||
</tr>
|
||||
<tr class="ty_jfcon">
|
||||
<td>2019-12-20 12:25:30</td>
|
||||
<td class="ty_jfys">+580</td>
|
||||
<td>商品评价(商品号:65428233459)奖励积分 </td>
|
||||
</tr>
|
||||
<tr class="ty_jfcon">
|
||||
<td>2019-12-20 12:25:30</td>
|
||||
<td class="ty_jfys">+580</td>
|
||||
<td>商品评价(商品号:65428233459)奖励积分 </td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
<div class="ty_jfcon">
|
||||
<div>
|
||||
<p>2019-12-20 12:25:30</p>
|
||||
<p class="ty_jfys">+580</p>
|
||||
<p>商品评价(商品号:65428233459)奖励积分 </p>
|
||||
</div>
|
||||
<div>
|
||||
<p>2019-12-20 12:25:30</p>
|
||||
<p class="ty_jfys2">-80</p>
|
||||
<p>商品评价(商品号:65428233459)奖励积分 </p>
|
||||
</div>
|
||||
<div>
|
||||
<p>2019-12-20 12:25:30</p>
|
||||
<p class="ty_jfys2">-80</p>
|
||||
<p>商品评价(商品号:65428233459)奖励积分 </p>
|
||||
</div>
|
||||
<div>
|
||||
<p>2019-12-20 12:25:30</p>
|
||||
<p class="ty_jfys2">-80</p>
|
||||
<p>商品评价(商品号:65428233459)奖励积分 </p>
|
||||
</div>
|
||||
<div>
|
||||
<p>2019-12-20 12:25:30</p>
|
||||
<p class="ty_jfys2">-80</p>
|
||||
<p>商品评价(商品号:65428233459)奖励积分 </p>
|
||||
</div>
|
||||
<div>
|
||||
<p>2019-12-20 12:25:30</p>
|
||||
<p class="ty_jfys2">-80</p>
|
||||
<p>商品评价(商品号:65428233459)奖励积分 </p>
|
||||
</div>
|
||||
<div>
|
||||
<p>2019-12-20 12:25:30</p>
|
||||
<p class="ty_jfys2">-80</p>
|
||||
<p>商品评价(商品号:65428233459)奖励积分 </p>
|
||||
</div>
|
||||
<div>
|
||||
<p>2019-12-20 12:25:30</p>
|
||||
<p class="ty_jfys2">-80</p>
|
||||
<p>商品评价(商品号:65428233459)奖励积分 </p>
|
||||
</div>
|
||||
<div>
|
||||
<p>2019-12-20 12:25:30</p>
|
||||
<p class="ty_jfys2">-80</p>
|
||||
<p>商品评价(商品号:65428233459)奖励积分 </p>
|
||||
</div>
|
||||
<div>
|
||||
<p>2019-12-20 12:25:30</p>
|
||||
<p class="ty_jfys2">-80</p>
|
||||
<p>商品评价(商品号:65428233459)奖励积分 </p>
|
||||
</div>
|
||||
<div>
|
||||
<p>2019-12-20 12:25:30</p>
|
||||
<p class="ty_jfys2">-80</p>
|
||||
<p>商品评价(商品号:65428233459)奖励积分 </p>
|
||||
</div>
|
||||
<div>
|
||||
<p>2019-12-20 12:25:30</p>
|
||||
<p class="ty_jfys2">-80</p>
|
||||
<p>商品评价(商品号:65428233459)奖励积分 </p>
|
||||
</div>
|
||||
<div>
|
||||
<p>2019-12-20 12:25:30</p>
|
||||
<p class="ty_jfys2">-80</p>
|
||||
<p>商品评价(商品号:65428233459)奖励积分 </p>
|
||||
</div>
|
||||
<div>
|
||||
<p>2019-12-20 12:25:30</p>
|
||||
<p class="ty_jfys2">-80</p>
|
||||
<p>商品评价(商品号:65428233459)奖励积分 </p>
|
||||
</div>
|
||||
<div>
|
||||
<p>2019-12-20 12:25:30</p>
|
||||
<p class="ty_jfys2">-80</p>
|
||||
<p>商品评价(商品号:65428233459)奖励积分 </p>
|
||||
</div>
|
||||
<div>
|
||||
<p>2019-12-20 12:25:30</p>
|
||||
<p class="ty_jfys2">-80</p>
|
||||
<p>商品评价(商品号:65428233459)奖励积分 </p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="ty_paging" style="margin-top: 20px;">
|
||||
|
@ -839,7 +818,7 @@
|
|||
<p data-in="1" class="ty_yhd ty_sc cq-cp">我收藏的展览</p>
|
||||
<p data-in="2" class="ty_sc cq-cp">我收藏的艺术品</p>
|
||||
</div>
|
||||
<div class="ty_con ty_sccon ty_scmr" style="align-content: flex-start;display: flex;flex-wrap: wrap;">
|
||||
<div class="ty_con ty_sccon ty_scmr" >
|
||||
<div class="ty_yishusc">
|
||||
<img src="../../img/grzx/sc.png" title="未来城市+ :建筑设计模型展" alt="图片缺失">
|
||||
<p>未来城市+ :建筑设计模型展</p>
|
||||
|
@ -858,7 +837,7 @@
|
|||
</div>
|
||||
|
||||
</div>
|
||||
<div class="ty_con ty_sccon ty_scml" style="display:none;align-content: flex-start;flex-wrap: wrap;">
|
||||
<div class="ty_con ty_sccon ty_scml" >
|
||||
<div class="ty_yspcon">
|
||||
<img src="../../img/grzx/ysp.png" title="艺术清酒--得寓(酒标作品)" alt="图片缺失">
|
||||
<p>艺术清酒--得寓(酒标作品)</p>
|
||||
|
@ -897,10 +876,10 @@
|
|||
<!-- 征稿 -->
|
||||
<div style="background: #FFFFFF;">
|
||||
<div id="myZG" style="display:none" data-in="3" class="ty_ris">
|
||||
<p class="ty_tit" style="">征稿作品管理</p>
|
||||
<p class="ty_tit" >征稿作品管理</p>
|
||||
<div style="height: 15px;width: 100%;background: rgba(245, 245, 245,1);"></div>
|
||||
<table width="96%" class="font-13" cellspacing="0" style="margin: 0 auto;table-layout: fixed;padding-top: 20px;">
|
||||
<tr style="color: #333333;opacity: .7;font-size: 14px;font-weight: 400;background-color: rgb(245, 245, 245);height: 40px;">
|
||||
<table width="96%" class="font-13 ty_zgyscon" cellspacing="0" >
|
||||
<tr class="ty_zgysconTr" >
|
||||
<th style="width: 340px;"><div style="margin-right: 120px;">作品名称</div></th>
|
||||
<th style="width: 260px;">所属展览</th>
|
||||
<th style="width: 80px;">审核状况</th>
|
||||
|
@ -920,7 +899,7 @@
|
|||
</div>
|
||||
</td>
|
||||
<td class="p-sx20" style="color: #525252;" valign="top">
|
||||
<div style="">未来城市+ :建筑设计模型展</div>
|
||||
<div >未来城市+ :建筑设计模型展</div>
|
||||
</td>
|
||||
<td class="p-sx20" valign="top">
|
||||
<div class="colcb">未审核</div>
|
||||
|
@ -930,14 +909,14 @@
|
|||
</td>
|
||||
<td class="p-sx10" valign="top">
|
||||
<div style="display: flex;align-items: center;flex-direction: column;">
|
||||
<button class="cq-cp" type="button" style="color: #00a608;border: 1px solid #00a608;width: 62px;height: 34px;line-height: 34px;border-radius: 3px;background: #FFFFFF;">编辑</button>
|
||||
<button class="cq-cp" type="button" style="color: #066ee2;border: 1px solid #066ee2;width: 62px;height: 34px;line-height: 34px;border-radius: 3px;margin-top: 6px;background: #FFFFFF;" >删除</button>
|
||||
<button class="cq-cp ty_pj" type="button " >编辑</button>
|
||||
<button class="cq-cp tyzg_sc" type="button " >删除</button>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="tc">
|
||||
<td class="dis pd20" valign="top">
|
||||
<div class="fs" style="width: 103px;height: 103px;overflow: hidden;">
|
||||
<div class="fs tyzg_text" >
|
||||
<img height="100%" src="../../img/public/backTop.png" >
|
||||
</div>
|
||||
<div class="m-z10 tl linh24">
|
||||
|
@ -946,7 +925,7 @@
|
|||
</div>
|
||||
</td>
|
||||
<td class="p-sx20" style="color: #525252;" valign="top">
|
||||
<div style="">未来城市+ :建筑设计模型展</div>
|
||||
<div>未来城市+ :建筑设计模型展</div>
|
||||
</td>
|
||||
<td class="p-sx20" valign="top">
|
||||
<div class="colcb">已审核</div>
|
||||
|
@ -967,11 +946,11 @@
|
|||
<div class="djbac">
|
||||
<p class="ty_tit"></p>
|
||||
<div class="dac">
|
||||
<button onclick="addCont(1)" class="cq-cp addContent" type="button" style="width: 116px;height: 44px;line-height: 44px;text-align: center;color: #FFFFFF;background: #CB1919;border-radius: 5px;border: 1px solid #CB1919;font-size: 15px;">+添加作品</button>
|
||||
<button class="cq-cp" type="button" style="width: 116px;height: 44px;line-height: 44px;text-align: center;color: #066ee2;background: #FFFFFF;border-radius: 5px;border: 1px solid #066ee2;font-size: 15px;margin: 0px 20px 0 10px;"><label for="chooseAllT" class="cq-cp">批量删除</label></button>
|
||||
<button onclick="addCont(1)" class="cq-cp addContent tytj_tjzp" type="button" >+添加作品</button>
|
||||
<button class="cq-cp" type="button tytj_plsc" ><label for="chooseAllT" class="cq-cp">批量删除</label></button>
|
||||
</div>
|
||||
</div>
|
||||
<div style="height: 15px;width: 100%;background: rgba(245, 245, 245,1);"></div>
|
||||
<div style="height: 15px;width: 100%;background: rgba(245, 245, 245,1);"></div>
|
||||
<table width="96%" class="font-13" cellspacing="0" style="margin: 0 auto;table-layout: fixed;padding-top: 20px;">
|
||||
<tr style="color: #191919;opacity: .8;font-size: 14px;font-weight: 400;background-color: rgb(245, 245, 245);height: 40px;">
|
||||
<th style="width: 20px;">
|
||||
|
@ -998,7 +977,7 @@
|
|||
<td>
|
||||
<div id="" style="display: flex;justify-content: flex-end;">
|
||||
<div class="dac">
|
||||
<button class="cq-cp" type="button" style="width: 100px;height: 37px;line-height: 37px;text-align: center;background: #FFFFFF;border-radius: 3px;border: 1px solid #E6E6E6;color: #848484;">上一页</button>
|
||||
<button class="cq-cp " type="button" style="width: 100px;height: 37px;line-height: 37px;text-align: center;background: #FFFFFF;border-radius: 3px;border: 1px solid #E6E6E6;color: #848484;">上一页</button>
|
||||
<div style="color: #CB1919;padding: 0 15px;font-weight: bold;">1</div>
|
||||
<button class="cq-cp" type="button" style="width: 100px;height: 37px;line-height: 37px;text-align: center;background: #FFFFFF;border-radius: 3px;border: 1px solid #E6E6E6;color: #848484;">下一页</button>
|
||||
</div>
|
||||
|
@ -1135,20 +1114,31 @@
|
|||
<p>购买链接:</p>
|
||||
<input type="text">
|
||||
</div>
|
||||
<div class="ty_img" style="margin-bottom: 18px;">
|
||||
<p>封面图:</p>
|
||||
<div>
|
||||
<img src="../../img/jgzx/tyimg.png" alt="">
|
||||
<p>仅支持JPG、PNG格式,文件小于4M</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="ty_img ysft zhaz" style="margin-bottom: 18px;">
|
||||
<p>组图:</p>
|
||||
<div>
|
||||
<img src="../../img/jgzx/tyimg.png" alt="">
|
||||
<p>仅支持JPG、PNG格式,文件小于4M</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="ty_img" style="margin-bottom: 18px;">
|
||||
<label for="inputImg" class="font-16 col19">封面图:</label>
|
||||
<div class="pr chooseImg-box" style="position: relative;">
|
||||
<div style="display: flex;">
|
||||
<input class="ty_intfile inputImg" type="file" accept="image/gif,image/jpg,image/png" name="" value="" />
|
||||
|
||||
<img class="upImg" src="../../img/jgzx/tyimg.png">
|
||||
</div>
|
||||
</div>
|
||||
<div class="chooseImg-content">上传图片格式包括jpg/png/gif,图片大小不超过20MB</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="ty_img ysft zhaz" style="margin-bottom: 18px;">
|
||||
<label for="inputImg" class="font-16 col19">组图:</label>
|
||||
<div class="pr chooseImg-box" style="position: relative;">
|
||||
<div style="display: flex;">
|
||||
<input class="ty_intfile inputImg" type="file" accept="image/gif,image/jpg,image/png" name="" value="" />
|
||||
|
||||
<img class="upImg" src="../../img/jgzx/tyimg.png">
|
||||
</div>
|
||||
</div>
|
||||
<div class="chooseImg-content">上传图片格式包括jpg/png/gif,图片大小不超过20MB</div>
|
||||
</div>
|
||||
<div class="ty_int ysft zhaz">
|
||||
<p>出版时间:</p>
|
||||
<input type="date" class="cq-cp">
|
||||
|
|
|
@ -0,0 +1,85 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<title>联系我们</title>
|
||||
<link rel="stylesheet" type="text/css" href="../../css/swiper-bundle.min.css" />
|
||||
<link rel="stylesheet" href="../../css/aboutUs.css">
|
||||
<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="https://api.map.baidu.com/api?v=3.0&ak=mDcZsWM7gGKb7MC1bC8Mo33FScjYEr0I"></script>
|
||||
<title>地图展示</title>
|
||||
<style type="text/css">
|
||||
body,
|
||||
html,
|
||||
#allmap {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
margin: 0;
|
||||
font-family: "微软雅黑";
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
|
||||
<body>
|
||||
<div class="ty_her ty_pd">
|
||||
联系我们
|
||||
</div>
|
||||
|
||||
<div class="mian ty_pd">
|
||||
|
||||
<div class="ty_lxmiancon">
|
||||
<div class="ty_lxwo">
|
||||
<p>华夏艺术网</p>
|
||||
<p>地址:四川省成都市武侯区天益街38号理想中心3栋601</p>
|
||||
<p>手机:13880548658</p>
|
||||
<p>电话:028-61529525</p>
|
||||
<p>邮箱:zarts@126.com</p>
|
||||
</div>
|
||||
|
||||
<div class="ty_lxwx">
|
||||
<img src="../../img/public/lx_wx.png" alt="">
|
||||
<p>华夏艺术网</p>
|
||||
</div>
|
||||
<div class="ty_lxwo">
|
||||
<p>成都惠民职工书院</p>
|
||||
<p>地址:成都市青羊区青羊大道129号文化宫2楼 </p>
|
||||
<p>电话:028-81712589</p>
|
||||
|
||||
</div>
|
||||
<div class="ty_lxwxa">
|
||||
<img src="../../img/public/lx_wx.png" alt="">
|
||||
<p>华夏艺术网</p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="allmap"></div>
|
||||
</div>
|
||||
</body>
|
||||
<script type="text/javascript">
|
||||
// 百度地图API功能
|
||||
var map = new BMap.Map("allmap"); // 创建Map实例
|
||||
map.centerAndZoom(new BMap.Point(116.404, 39.915), 11); // 初始化地图,设置中心点坐标和地图级别
|
||||
//添加地图类型控件
|
||||
map.addControl(new BMap.MapTypeControl({
|
||||
mapTypes: [
|
||||
BMAP_NORMAL_MAP,
|
||||
BMAP_HYBRID_MAP
|
||||
]
|
||||
}));
|
||||
map.setCurrentCity("北京"); // 设置地图显示的城市 此项是必须设置的
|
||||
map.enableScrollWheelZoom(true); //开启鼠标滚轮缩放
|
||||
</script>
|
||||
|
||||
|
||||
</html>
|
|
@ -8,7 +8,8 @@
|
|||
<title>个人中心</title>
|
||||
<link rel="stylesheet" href="../../css/grzx/grzx.css">
|
||||
<link rel="stylesheet" href="../../css/huaxiaMedia.css">
|
||||
|
||||
<script src="../../js/jquery-1.9.1.js"></script>
|
||||
<script src="../../js/huaxia.js"></script>
|
||||
<style>
|
||||
.foot-iframe {
|
||||
width: 100%;
|
||||
|
@ -18,7 +19,7 @@
|
|||
</head>
|
||||
|
||||
<body class="ty_co">
|
||||
<iframe src="../../public/center-head.html" class="ty_topifrane" frameborder="0" scrolling="no"></iframe>
|
||||
<iframe src="../../public/center-head.html" class="ty_topifrane" frameborder="0" scrolling="no"></iframe>
|
||||
|
||||
<div class="mian ">
|
||||
<div class="ty_ds">
|
||||
|
@ -62,21 +63,22 @@
|
|||
<div style="display:block" data-in="1" class="ty_ris ">
|
||||
<p class="ty_tit">个人资料</p>
|
||||
|
||||
|
||||
<div class="ty_riscon">
|
||||
<div class="ty_tupian">
|
||||
<div class="ty_scimg">
|
||||
<!-- <img src="" alt="图片缺失"> -->
|
||||
<img class="pa uptoux ty_topimgtx" src="" title="头像" alt="图片缺失">
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<button class="ty_tubtn"><img src="../../img/grzx/tusc.jpg" title="头像上传" alt="图片已缺失">请选择您要上传的头像</button>
|
||||
<input class="ty_grzximg inputImg" type="file" accept="image/gif,image/jpg,image/png" name="" value="" />
|
||||
<p class="ty_col" style="font-size: 12px;">仅支持JPG,GIF,PNG,JPEG,BMP格式</p>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div>
|
||||
<div class="ty_grint">
|
||||
|
||||
<div class="ty_name">
|
||||
<p>用户名:</p>
|
||||
|
@ -120,7 +122,7 @@
|
|||
|
||||
<!-- 修改密码 -->
|
||||
<div style="display:none" data-in="2" class="ty_ris ">
|
||||
<p class="ty_tit">个人资料</p>
|
||||
<p class="ty_tit">修改密码</p>
|
||||
|
||||
<div class="ty_riscon ty_riscon1">
|
||||
|
||||
|
@ -144,7 +146,7 @@
|
|||
|
||||
|
||||
<div class="ty_btn ty_btn1">
|
||||
<button>提交</button>
|
||||
<button>确认修改</button>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
@ -172,7 +174,7 @@
|
|||
<p>张珊珊</p>
|
||||
<p>默认地址</p>
|
||||
</div>
|
||||
<p><img src="../../img/grzx/sh1.jpg" alt="图片缺失"></p>
|
||||
<p><img src="../../img/grzx/sh1.jpg" title="删除按钮" alt="图片缺失"></p>
|
||||
</div>
|
||||
<p class="ty_dztext">收货人:<span>张珊珊</span> </p>
|
||||
<p class="ty_dztext">所在地区:<span>四川成都市温江区</span> </p>
|
||||
|
@ -192,7 +194,7 @@
|
|||
<p>张珊珊</p>
|
||||
|
||||
</div>
|
||||
<p><img src="../../img/grzx/sh1.jpg" alt="图片缺失"></p>
|
||||
<p><img src="../../img/grzx/sh1.jpg" alt="图片缺失" title="删除按钮"></p>
|
||||
</div>
|
||||
<p class="ty_dztext">收货人:<span>张珊珊</span> </p>
|
||||
<p class="ty_dztext">所在地区:<span>四川成都市温江区</span> </p>
|
||||
|
@ -215,7 +217,7 @@
|
|||
<p data-in="1" class="ty_yhd yhdj">可用优惠卷</p>
|
||||
<p data-in="2" class="yhdj">已过期优惠卷</p>
|
||||
</div>
|
||||
<div class="ty_con ty_tp" style="padding: 25px 12px 0 25px;display: flex; flex-wrap: wrap;align-content: flex-start;">
|
||||
<div class="ty_con ty_tp">
|
||||
|
||||
<div class="ty_yhuij">
|
||||
<div>
|
||||
|
@ -226,7 +228,7 @@
|
|||
<p class="ty_yhmn"><span>¥</span>50</p>
|
||||
<p class="ty_textyh">满500可用</p>
|
||||
<p style="color: rgb(42,140, 142);">2021.07.15-2021.07.15</p>
|
||||
<img class="ty_yhjyuan" src="../../img/grzx/bjyh.png" alt="图片缺失">
|
||||
<img class="ty_yhjyuan" title="图15" src="../../img/grzx/bjyh.png" alt="图片缺失">
|
||||
</div>
|
||||
<div>
|
||||
<button class="ty_yhbtn">立即使用</button>
|
||||
|
@ -242,7 +244,7 @@
|
|||
<p class="ty_yhmn"><span>¥</span>50</p>
|
||||
<p class="ty_textyh">满500可用</p>
|
||||
<p style="color: rgb(42,140, 142);">2021.07.15-2021.07.15</p>
|
||||
<img class="ty_yhjyuan" src="../../img/grzx/bjyh.png" alt="图片缺失">
|
||||
<img class="ty_yhjyuan" title="图16" src="../../img/grzx/bjyh.png" alt="图片缺失">
|
||||
</div>
|
||||
<div>
|
||||
<button class="ty_yhbtn">立即使用</button>
|
||||
|
@ -258,7 +260,7 @@
|
|||
<p class="ty_yhmn"><span>¥</span>50</p>
|
||||
<p class="ty_textyh">满500可用</p>
|
||||
<p style="color: rgb(42,140, 142);">2021.07.15-2021.07.15</p>
|
||||
<img class="ty_yhjyuan" src="../../img/grzx/bjyh.png" alt="图片缺失">
|
||||
<img class="ty_yhjyuan" title="图17" src="../../img/grzx/bjyh.png" alt="图片缺失">
|
||||
</div>
|
||||
<div>
|
||||
<button class="ty_yhbtn">立即使用</button>
|
||||
|
@ -308,13 +310,13 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="ty_con ty_tp " style="padding: 25px 12px 0 25px;display: none; flex-wrap: wrap;align-content: flex-start;">
|
||||
<div class="ty_con ty_tp " style="display: none;">
|
||||
<div class="ty_yhuij">
|
||||
<div style="background-color: rgb(173,173,173);">
|
||||
<p class="ty_yhmn"><span>¥</span>50</p>
|
||||
<p class="ty_textyh">满500可用</p>
|
||||
<p style="color: rgb(42,140, 142);">2021.07.15-2021.07.15</p>
|
||||
<img class="ty_yhjyuan" src="../../img/grzx/bjyh.png" alt="图片缺失">
|
||||
<img class="ty_yhjyuan" title="图18" src="../../img/grzx/bjyh.png" alt="图片缺失">
|
||||
</div>
|
||||
<div class="gqtp">
|
||||
<img src="../../img/grzx/gqtp.png" title="过期" alt="图片缺失">
|
||||
|
@ -328,7 +330,7 @@
|
|||
<p class="ty_yhmn"><span>¥</span>50</p>
|
||||
<p class="ty_textyh">满500可用</p>
|
||||
<p style="color: rgb(42,140, 142);">2021.07.15-2021.07.15</p>
|
||||
<img class="ty_yhjyuan" src="../../img/grzx/bjyh.png" alt="图片缺失">
|
||||
<img class="ty_yhjyuan" title="图19" src="../../img/grzx/bjyh.png" alt="图片缺失">
|
||||
</div>
|
||||
<div class="gqtp">
|
||||
<img src="../../img/grzx/gqtp.png" title="过期" alt="图片缺失">
|
||||
|
@ -345,7 +347,7 @@
|
|||
<img class="ty_yhjyuan" title="过期" src="../../img/grzx/bjyh.png" alt="图片缺失">
|
||||
</div>
|
||||
<div class="gqtp">
|
||||
<img src="../../img/grzx/gqtp.png" alt="图片缺失">
|
||||
<img src="../../img/grzx/gqtp.png" title="图20" alt="图片缺失">
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
@ -370,7 +372,7 @@
|
|||
<p class="ty_yhmn"><span>¥</span>50</p>
|
||||
<p class="ty_textyh">满500可用</p>
|
||||
<p style="color: rgb(42,140, 142);">2021.07.15-2021.07.15</p>
|
||||
<img class="ty_yhjyuan" src="../../img/grzx/bjyh.png" alt="图片缺失">
|
||||
<img class="ty_yhjyuan" title="图21" src="../../img/grzx/bjyh.png" alt="图片缺失">
|
||||
</div>
|
||||
<div class="gqtp">
|
||||
<img src="../../img/grzx/gqtp.png" title="过期" alt="图片缺失">
|
||||
|
@ -384,7 +386,7 @@
|
|||
<p class="ty_yhmn"><span>¥</span>50</p>
|
||||
<p class="ty_textyh">满500可用</p>
|
||||
<p style="color: rgb(42,140, 142);">2021.07.15-2021.07.15</p>
|
||||
<img class="ty_yhjyuan" src="../../img/grzx/bjyh.png" alt="图片缺失">
|
||||
<img class="ty_yhjyuan" title="图22" src="../../img/grzx/bjyh.png" alt="图片缺失">
|
||||
</div>
|
||||
<div class="gqtp">
|
||||
<img src="../../img/grzx/gqtp.png" title="过期" alt="图片缺失">
|
||||
|
@ -414,7 +416,7 @@
|
|||
<div>
|
||||
<p>收货人</p>
|
||||
<p>金额</p>
|
||||
<div style="font-size: 14px;">全部状态<img src="../../img/grzx/qbdd.png" alt="图片缺失"></div>
|
||||
<div style="font-size: 14px;">全部状态<img src="../../img/grzx/qbdd.png" title="箭头" alt="图片缺失"></div>
|
||||
<p>操作</p>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -676,61 +678,61 @@
|
|||
<th>收入/支出</th>
|
||||
<th>详情说明</th>
|
||||
</tr>
|
||||
<tr class="ty_jfcon">
|
||||
<td>2019-12-20 12:25:30</td>
|
||||
<td class="ty_jfys">+580</td>
|
||||
<td>商品评价(商品号:65428233459)奖励积分 </td>
|
||||
</tr>
|
||||
<tr class="ty_jfcon">
|
||||
<td>2019-12-20 12:25:30</td>
|
||||
<td class="ty_jfys">+580</td>
|
||||
<td>商品评价(商品号:65428233459)奖励积分 </td>
|
||||
</tr>
|
||||
<tr class="ty_jfcon">
|
||||
<td>2019-12-20 12:25:30</td>
|
||||
<td class="ty_jfys">+580</td>
|
||||
<td>商品评价(商品号:65428233459)奖励积分 </td>
|
||||
</tr>
|
||||
<tr class="ty_jfcon">
|
||||
<td>2019-12-20 12:25:30</td>
|
||||
<td class="ty_jfys">+580</td>
|
||||
<td>商品评价(商品号:65428233459)奖励积分 </td>
|
||||
</tr>
|
||||
<tr class="ty_jfcon">
|
||||
<td>2019-12-20 12:25:30</td>
|
||||
<td class="ty_jfys">+580</td>
|
||||
<td>商品评价(商品号:65428233459)奖励积分 </td>
|
||||
</tr>
|
||||
<tr class="ty_jfcon">
|
||||
<td>2019-12-20 12:25:30</td>
|
||||
<td class="ty_jfys">+580</td>
|
||||
<td>商品评价(商品号:65428233459)奖励积分 </td>
|
||||
</tr>
|
||||
<tr class="ty_jfcon">
|
||||
<td>2019-12-20 12:25:30</td>
|
||||
<td class="ty_jfys">+580</td>
|
||||
<td>商品评价(商品号:65428233459)奖励积分 </td>
|
||||
</tr>
|
||||
<tr class="ty_jfcon">
|
||||
<td>2019-12-20 12:25:30</td>
|
||||
<td class="ty_jfys">+580</td>
|
||||
<td>商品评价(商品号:65428233459)奖励积分 </td>
|
||||
</tr>
|
||||
<tr class="ty_jfcon">
|
||||
<td>2019-12-20 12:25:30</td>
|
||||
<td class="ty_jfys">+580</td>
|
||||
<td>商品评价(商品号:65428233459)奖励积分 </td>
|
||||
</tr>
|
||||
<tr class="ty_jfcon">
|
||||
<td>2019-12-20 12:25:30</td>
|
||||
<td class="ty_jfys">+580</td>
|
||||
<td>商品评价(商品号:65428233459)奖励积分 </td>
|
||||
</tr>
|
||||
<tr class="ty_jfcon">
|
||||
<td>2019-12-20 12:25:30</td>
|
||||
<td class="ty_jfys">+580</td>
|
||||
<td>商品评价(商品号:65428233459)奖励积分 </td>
|
||||
</tr>
|
||||
<tr class="ty_jfcon">
|
||||
<td>2019-12-20 12:25:30</td>
|
||||
<td class="ty_jfys">+580</td>
|
||||
<td>商品评价(商品号:65428233459)奖励积分 </td>
|
||||
</tr>
|
||||
<tr class="ty_jfcon">
|
||||
<td>2019-12-20 12:25:30</td>
|
||||
<td class="ty_jfys">+580</td>
|
||||
<td>商品评价(商品号:65428233459)奖励积分 </td>
|
||||
</tr>
|
||||
<tr class="ty_jfcon">
|
||||
<td>2019-12-20 12:25:30</td>
|
||||
<td class="ty_jfys">+580</td>
|
||||
<td>商品评价(商品号:65428233459)奖励积分 </td>
|
||||
</tr>
|
||||
<tr class="ty_jfcon">
|
||||
<td>2019-12-20 12:25:30</td>
|
||||
<td class="ty_jfys">+580</td>
|
||||
<td>商品评价(商品号:65428233459)奖励积分 </td>
|
||||
</tr>
|
||||
<tr class="ty_jfcon">
|
||||
<td>2019-12-20 12:25:30</td>
|
||||
<td class="ty_jfys">+580</td>
|
||||
<td>商品评价(商品号:65428233459)奖励积分 </td>
|
||||
</tr>
|
||||
<tr class="ty_jfcon">
|
||||
<td>2019-12-20 12:25:30</td>
|
||||
<td class="ty_jfys">+580</td>
|
||||
<td>商品评价(商品号:65428233459)奖励积分 </td>
|
||||
</tr>
|
||||
<tr class="ty_jfcon">
|
||||
<td>2019-12-20 12:25:30</td>
|
||||
<td class="ty_jfys">+580</td>
|
||||
<td>商品评价(商品号:65428233459)奖励积分 </td>
|
||||
</tr>
|
||||
<tr class="ty_jfcon">
|
||||
<td>2019-12-20 12:25:30</td>
|
||||
<td class="ty_jfys">+580</td>
|
||||
<td>商品评价(商品号:65428233459)奖励积分 </td>
|
||||
</tr>
|
||||
<tr class="ty_jfcon">
|
||||
<td>2019-12-20 12:25:30</td>
|
||||
<td class="ty_jfys">+580</td>
|
||||
<td>商品评价(商品号:65428233459)奖励积分 </td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div>
|
||||
|
||||
|
@ -846,7 +848,7 @@
|
|||
</div>
|
||||
<div>
|
||||
<p>审核状态</p>
|
||||
<p style="margin-top: 5px;" class="ty_zgzti">未审核</p>
|
||||
<p style="margin-top: 5px; " class="ty_zgzti ty_shcor">未审核</p>
|
||||
</div>
|
||||
<div>
|
||||
<p>发布日期</p>
|
||||
|
@ -877,7 +879,7 @@
|
|||
</div>
|
||||
<div>
|
||||
<p>审核状态</p>
|
||||
<p style="margin-top: 5px;" class="ty_zgzti">未审核</p>
|
||||
<p style="margin-top: 5px;" class="ty_zgzti ty_shcor">未审核</p>
|
||||
</div>
|
||||
<div>
|
||||
<p>发布日期</p>
|
||||
|
@ -910,7 +912,7 @@
|
|||
</div>
|
||||
<div>
|
||||
<p></p>
|
||||
<p style="margin-top: 5px;" class="ty_zgzti">已审核</p>
|
||||
<p style="margin-top: 5px;" class="ty_zgzti ty_shcor">已审核</p>
|
||||
</div>
|
||||
<div>
|
||||
<p>发布日期</p>
|
||||
|
@ -941,7 +943,7 @@
|
|||
</div>
|
||||
<div>
|
||||
<p>审核状态</p>
|
||||
<p style="margin-top: 5px;" class="ty_zgzti">未审核</p>
|
||||
<p style="margin-top: 5px;" class="ty_zgzti ty_shcor">未审核</p>
|
||||
</div>
|
||||
<div>
|
||||
<p>发布日期</p>
|
||||
|
@ -1041,12 +1043,16 @@
|
|||
</div>
|
||||
|
||||
<div class="ty_shtcint" style="margin-bottom: 38px;align-items:flex-start;">
|
||||
<p class="ty_sgtxt" style="margin-top: 10px;">图片上传:</p>
|
||||
<div class="ty_tpsc">
|
||||
<div>
|
||||
<img src="../../img/grzx/szj.png" title="图片上传" alt="图片已缺失">
|
||||
<div class="ty_img">
|
||||
<label for="inputImg" class="font-16 col19">照片:</label>
|
||||
<div class="pr chooseImg-box" style="position: relative;">
|
||||
<div style="display: flex;">
|
||||
<input class="ty_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>
|
||||
<p>上传图片格式包括jpg/png/gif,图片大小不超过20MB</p>
|
||||
<div class="chooseImg-content">上传图片格式包括jpg/png/gif,图片大小不超过20MB</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="ty_btn">
|
||||
|
@ -1064,7 +1070,7 @@
|
|||
|
||||
<div class="ty_tctiti">
|
||||
<p>售后结果</p>
|
||||
<p class="ty_gbtc ty_shjggb"><img src="../../img/grzx/sh.jpg" alt="图片缺失"></p>
|
||||
<p class="ty_gbtc ty_shjggb"><img src="../../img/grzx/sh.jpg" title="关闭" alt="图片缺失"></p>
|
||||
</div>
|
||||
|
||||
<div class="ty_tris" style="padding-right: 30px;">
|
||||
|
@ -1091,8 +1097,8 @@
|
|||
|
||||
</div>
|
||||
<iframe src="../../public/foot-tab.html" class="foot-iframe" frameborder="0" scrolling="no"></iframe>
|
||||
<script src="../../js/jquery-1.9.1.js"></script>
|
||||
<!-- <script src="../../js/layui.js"></script> -->
|
||||
|
||||
|
||||
<script>
|
||||
// 弹窗点击
|
||||
$(".ty_cz").on("click", () => {
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -28,7 +28,7 @@
|
|||
|
||||
<body>
|
||||
<!-- 头部导航 -->
|
||||
<iframe src="../../public/center-head.html" class="ty_herader" width="100%" height="285px" frameborder="0"
|
||||
<iframe src="../../public/center-head.html" target="_parent" class="ty_herader" width="100%" height="285px" frameborder="0"
|
||||
scrolling="no"></iframe>
|
||||
<section>
|
||||
<div class="whoil">
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 698 KiB |
Binary file not shown.
After Width: | Height: | Size: 107 KiB |
Binary file not shown.
After Width: | Height: | Size: 408 KiB |
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
Binary file not shown.
After Width: | Height: | Size: 118 KiB |
36
js/huaxia.js
36
js/huaxia.js
|
@ -3,11 +3,11 @@ function goToPage(e){
|
|||
switch (e){
|
||||
case 1:
|
||||
console.log('关于我们');
|
||||
// if(homeUrl>-1){
|
||||
// location.href = 'htmls/logshoppingcar/login.html'
|
||||
// } else {
|
||||
// location.href = '../../htmls/logshoppingcar/login.html'
|
||||
// }
|
||||
if(homeUrl>-1){
|
||||
location.href = 'htmls/aboutUs/aboutUs.html'
|
||||
} else {
|
||||
location.href = '../../htmls/aboutUs/aboutUs.html'
|
||||
}
|
||||
break;
|
||||
case 2:
|
||||
if(homeUrl>-1){
|
||||
|
@ -18,11 +18,11 @@ function goToPage(e){
|
|||
break;
|
||||
case 3:
|
||||
console.log('联系我们');
|
||||
// if(homeUrl>-1){
|
||||
// location.href = 'htmls/logshoppingcar/login.html'
|
||||
// } else {
|
||||
// location.href = '../../htmls/logshoppingcar/login.html'
|
||||
// }
|
||||
if(homeUrl>-1){
|
||||
location.href = 'htmls/contactUs/contactUs.html'
|
||||
} else {
|
||||
location.href = '../../htmls/contactUs/contactUs.html'
|
||||
}
|
||||
break;
|
||||
case 4:
|
||||
if(homeUrl>-1){
|
||||
|
@ -324,6 +324,22 @@ $(function(){
|
|||
$('#upImg').attr('src',$filePath);
|
||||
$('#fileBox').css('display','none')
|
||||
$('#upImg').css('display','inline')
|
||||
|
||||
})
|
||||
//图片选择页面复用
|
||||
$('.inputImg').change(function(e){
|
||||
|
||||
$filePath=URL.createObjectURL(this.files[0]);
|
||||
$(e.target).next().attr('src',$filePath);
|
||||
$('.fileBox').css('display','none')
|
||||
$(e.target).next().css('display','inline')
|
||||
if ($(e.target).next().attr("class")!="upImg") {
|
||||
$(".uptoux").attr('src',$filePath);
|
||||
}
|
||||
|
||||
$(".ty_topimgtx").css("display","block")
|
||||
|
||||
|
||||
})
|
||||
// 立即投稿
|
||||
$('#submitTG').click(function(){
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>个人中心-头部</title></title>
|
||||
<title>个人中心-头部</title>
|
||||
<link rel="stylesheet" href="../css/centerHead.css">
|
||||
<link rel="stylesheet" href="../css/huaxiaMedia.css">
|
||||
</head>
|
||||
|
@ -15,13 +15,13 @@
|
|||
<img src="../img/logo.png" title="图2" alt="图片已缺失">
|
||||
<ul class="ty_listnav">
|
||||
<li> 123</li>
|
||||
<li><span class="ty_di"></span><a href="">网站首页</a></li>
|
||||
<li><span class="ty_di"></span><a href="">关于我们</a></li>
|
||||
<li><span class="ty_di"></span><a href=""><img class="ty_topicon" title="图3" src="../img/sy-scart.png" alt="图片已缺失">我的购物车</a></li>
|
||||
<li><span class="ty_di"></span><a href="">积分商城</a></li>
|
||||
<li><span class="ty_di"></span><a href="">联系我们</a></li>
|
||||
<li><span class="ty_di"></span><a href="" class="ty_gr">个人中心</a></li>
|
||||
<li><a href="">【退出】</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="../htmls/aboutUs/aboutUs.html">关于我们</a></li>
|
||||
<li><span class="ty_di"></span><a target="_parent" href="../htmls/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="../htmls/artNetwork/pointsMall.html">积分商城</a></li>
|
||||
<li><span class="ty_di"></span><a target="_parent" href="../htmls/contactUs/contactUs.html">联系我们</a></li>
|
||||
<li><span class="ty_di"></span><a target="_parent" href="../htmls/grzx/personalData.html" class="ty_gr">个人中心</a></li>
|
||||
<li><a target="_parent" href="../htmls/logshoppingcar/login.html">【退出】</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
<link rel="stylesheet" type="text/css" href="../css/foot.min.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>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div class="foot-nav-box">
|
||||
|
|
Loading…
Reference in New Issue