diff --git a/css/aboutUs.css b/css/aboutUs.css new file mode 100644 index 0000000..9efc5d3 --- /dev/null +++ b/css/aboutUs.css @@ -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%; +} \ No newline at end of file diff --git a/css/grzx/grzx.css b/css/grzx/grzx.css index ce773bb..6715167 100644 --- a/css/grzx/grzx.css +++ b/css/grzx/grzx.css @@ -11,6 +11,7 @@ a { ul { list-style: none; } + /* .ty_herader { box-shadow: 0px 3px 6px rgb(0 0 0 / 20%); @@ -72,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 { @@ -79,7 +123,8 @@ ul { justify-content: center; position: relative; } -.naliu{ + +.naliu { width: 50px; height: 50px; background-color: #fff; @@ -92,6 +137,7 @@ ul { border-radius: 50%; z-index: 5; } + .mian { padding-top: 22px; } @@ -109,7 +155,8 @@ ul { position: relative; box-sizing: border-box; } -.ty_caidan{ + +.ty_caidan { width: 100%; height: 30px; border-radius: 3px; @@ -119,10 +166,11 @@ ul { font-weight: 500; text-align: center; position: absolute; - top: -60px; + top: -60px; } + .ty_lefttx { text-align: center; border-bottom: 1px solid rgb(245, 245, 245); @@ -147,6 +195,7 @@ ul { padding-left: 31px; font-size: 15px; position: relative; + cursor: pointer; box-sizing: border-box; } @@ -156,7 +205,7 @@ ul { } .ty_ris { - + width: 1060px; } @@ -174,21 +223,42 @@ 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; } -.ty_dindantit{ +input{ + padding-left: 14px; + box-sizing: border-box; +} + + +.ty_dindantit { width: 100%; - height:20px; - border-bottom: 1px solid rgb(233, 233, 233);; + height: 20px; + border-bottom: 1px solid rgb(233, 233, 233); + ; display: none; 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; @@ -198,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; @@ -273,6 +350,7 @@ select { background-size: 12px 8px; width: 150px; height: 52px; + cursor: pointer; } .ty_setle { @@ -310,6 +388,7 @@ select { height: 50px; color: #fff; background-color: rgb(203, 25, 25); + cursor: pointer; border: none; } @@ -359,6 +438,7 @@ select { .ty_shtit>p { font-size: 18px; color: rgb(13, 158, 61); + cursor: pointer; } .ty_con { @@ -415,6 +495,7 @@ select { width: 20px; height: 20px; + cursor: pointer; } @@ -440,6 +521,7 @@ select { .ty_mr>:nth-child(2)>p { margin-left: 28px; + cursor: pointer; } @@ -518,6 +600,7 @@ select { .ty_yhtit>p { margin-right: 40px; color: #191919; + cursor: pointer; } /* 优惠卷 */ @@ -528,12 +611,14 @@ select { margin-bottom: 11px; box-sizing: border-box; } -.ty_yhjyuan{ + +.ty_yhjyuan { position: absolute; bottom: -4px; width: 100%; left: 0px; } + .ty_yhuij>:nth-child(1) { background-color: rgb(116, 210, 212); width: 100%; @@ -560,6 +645,7 @@ select { text-align: right; padding-right: 10px; padding-top: 5px; + cursor: pointer; box-sizing: border-box; } @@ -595,6 +681,7 @@ select { border: 1px solid rgb(116, 210, 212); border-radius: 30px; margin-top: 26px; + cursor: pointer; color: rgb(116, 210, 212); } @@ -619,12 +706,15 @@ select { display: flex; } -.ty_dindantetx{ + +.ty_dindantetx { display: flex; } -.ty_dnum{ + +.ty_dnum { display: flex; } + .ty_ddys { color: rgb(203, 25, 25); } @@ -660,6 +750,7 @@ select { .ty_ddxq>:nth-child(2)>* { margin-left: 60px; + cursor: pointer; } .ty_ddcon { @@ -688,6 +779,7 @@ select { .ty_ddcontit>:nth-child(2) { display: flex; align-items: center; + cursor: pointer; width: 61px; } @@ -708,19 +800,25 @@ select { .ty_ddxx>:nth-child(1)>:last-child { border-bottom: none; } -.ty_ddmas{ + +.ty_ddmas { display: flex; } + .ty_ddmas>:nth-child(2) { width: 250px; font-size: 13px; padding-top: 12px; margin-left: 12px; } -.ty_dindantop{ -display: flex;align-items: center;font-size: 14px; + +.ty_dindantop { + display: flex; + align-items: center; + font-size: 14px; } + .ty_dnum>:nth-child(1) { padding-top: 12px; margin-left: 80px; @@ -754,10 +852,13 @@ display: flex;align-items: center;font-size: 14px; .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 { @@ -788,7 +889,7 @@ display: flex;align-items: center;font-size: 14px; .ty_shtcint { display: flex; align-items: center; - + } .ty_sgtxt { @@ -830,9 +931,11 @@ display: flex;align-items: center;font-size: 14px; margin-bottom: 35px; position: relative; } -.ty_ysnr >img{ + +.ty_ysnr>img { width: 100%; } + .ty_ysnr>p { font-size: 16px; color: #191919; @@ -844,6 +947,7 @@ display: flex;align-items: center;font-size: 14px; .ty_ysmr { display: flex; flex-wrap: wrap; + cursor: pointer; } @@ -859,6 +963,7 @@ display: flex;align-items: center;font-size: 14px; top: 0px; left: 0px; color: #fff; + cursor: pointer; font-size: 13px; } @@ -869,9 +974,11 @@ display: flex;align-items: center;font-size: 14px; margin-bottom: 21px; position: relative; } -.ty_wdgz>img{ + +.ty_wdgz>img { width: 100%; } + .ty_wdgz>p { font-size: 16px; color: #191919; @@ -900,6 +1007,7 @@ display: flex;align-items: center;font-size: 14px; padding-left: 32px; margin-top: 35px; align-items: center; + } .ty_jftit>:nth-child(2)>:nth-child(1) { @@ -911,6 +1019,7 @@ display: flex;align-items: center;font-size: 14px; color: #cb1919; font-size: 24px; margin-left: 20px; + } .ty_jftit>:nth-child(2)>:nth-child(3) { @@ -922,6 +1031,7 @@ display: flex;align-items: center;font-size: 14px; color: #fff; text-align: center; line-height: 44px; + cursor: pointer; margin-left: 30px; } @@ -932,6 +1042,7 @@ display: flex;align-items: center;font-size: 14px; text-align: center; line-height: 44px; border: 1px solid #cb1919; + cursor: pointer; border-radius: 3px; margin-left: 20px; height: 44px; @@ -943,44 +1054,57 @@ display: flex;align-items: center;font-size: 14px; font-weight: bold; } -.ty_jfn>:nth-child(2) { +.ty_jfntit { width: 100%; height: 42px; margin-top: 10px; background-color: rgb(245, 245, 245); - display: flex; - align-items: center; - box-sizing: border-box; padding-left: 77px; } -.ty_jfn>:nth-child(2)>p { +.ty_jfntit>th { color: rgb(106, 106, 106); font-size: 14px; } -.ty_jfn>:nth-child(2)>:nth-child(2) { - margin-left: 250px; - margin-right: 173px; +.ty_jfntit>:nth-child(2) { + width: 424px; +} +.ty_jfntit>:nth-child(3){ + text-align: left; +} +.ty_jfntit>:nth-child(1) { + width: 183px; } -.ty_jfcon>div { - display: flex; - padding: 16px 0px 17px 26px; +.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>div>:nth-child(1) { +.ty_jfcon>:nth-child(1) { font-size: 13px; color: #525252; - margin-right: 200px; + + text-align: center; } -.ty_jfcon>div>:nth-child(2) { +.ty_jfcon>:nth-child(2) { width: 75px; font-size: 14px; - margin-right: 161px; + text-align: center; font-weight: bold; } @@ -992,7 +1116,7 @@ display: flex;align-items: center;font-size: 14px; color: rgb(203, 25, 25); } -.ty_jfcon>div>:nth-child(3) { +.ty_jfcon>:nth-child(3) { font-size: 13px; color: #525252; } @@ -1000,7 +1124,7 @@ display: flex;align-items: center;font-size: 14px; /* 收藏 */ .ty_sccon { padding-left: 24px; - + } .ty_yishusc { @@ -1010,7 +1134,8 @@ display: flex;align-items: center;font-size: 14px; box-sizing: border-box; } -.ty_yishusc>img{ + +.ty_yishusc>img { width: 100%; } @@ -1045,7 +1170,8 @@ display: flex;align-items: center;font-size: 14px; .ty_yspcon>img { width: 100%; - + + } .ty_yspcon>p { @@ -1068,12 +1194,14 @@ display: flex;align-items: center;font-size: 14px; 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 { @@ -1142,13 +1270,16 @@ display: flex;align-items: center;font-size: 14px; height: 85px; margin-right: 11px; } -.ty_ristext{ + +.ty_ristext { display: flex; } + .ty_ristext>:nth-child(1) { width: 187px; margin-right: 92px; margin-left: 80px; + } .ty_ristext>:nth-child(2) { @@ -1167,16 +1298,18 @@ display: flex;align-items: center;font-size: 14px; width: 62px; height: 34px; border-radius: 3px; + cursor: pointer; background-color: #fff; margin-bottom: 5px; } -.ty_ristext>:nth-child(4)>div>p{ +.ty_ristext>:nth-child(4)>div>p { color: #191919; font-size: 13px; margin-top: 5px; } -.ty_ristext>div>:nth-child(1){ + +.ty_ristext>div>:nth-child(1) { display: none; } @@ -1201,7 +1334,81 @@ display: flex;align-items: center;font-size: 14px; .ty_litittwo>:nth-child(1) { display: none; } -.ty_topifrane{ + +.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; +} \ No newline at end of file diff --git a/css/huaxia.css b/css/huaxia.css index eb6dceb..739a3bb 100644 --- a/css/huaxia.css +++ b/css/huaxia.css @@ -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;} diff --git a/css/institutions/institutions.css b/css/institutions/institutions.css index e8827d3..efdd04f 100644 --- a/css/institutions/institutions.css +++ b/css/institutions/institutions.css @@ -3,6 +3,11 @@ margin: 0px; } +input { + padding-left: 14px; + box-sizing: border-box; +} + /* header */ a { text-decoration: none; @@ -90,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; @@ -145,7 +153,7 @@ ul { margin-right: 28px; } -.ty_tupian { +.mian .ty_riscon .ty_tupian { display: flex; align-items: center; margin-bottom: 44px; @@ -177,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 { @@ -219,6 +228,8 @@ select { background-size: 12px 8px; width: 150px; height: 52px; + color: rgb(180, 180, 180); + cursor: pointer } .ty_setle { @@ -246,7 +257,7 @@ select { .ty_btn { text-align: right; - width: 557px; + } .ty_btn>button { @@ -257,8 +268,10 @@ select { color: #fff; background-color: rgb(203, 25, 25); border: none; + cursor: pointer } + .ty_btn1 { text-align: right; width: 581px; @@ -272,18 +285,20 @@ select { .ty_img { display: flex; + margin-bottom: 21px; } .ty_img> :nth-child(1) { width: 81px; text-align: right; margin-right: 20px; + padding-top: 10px; font-size: 16px; } .ty_img>div { display: flex; - align-items: flex-end; + } .ty_img>div>:nth-child(2) { @@ -574,6 +589,7 @@ select { border-radius: 30px; margin-top: 26px; color: rgb(116, 210, 212); + cursor: pointer; } .gqtp { @@ -641,6 +657,7 @@ select { .ty_ddxq>:nth-child(2)>* { margin-left: 60px; + cursor: pointer; } .ty_ddcon { @@ -833,6 +850,7 @@ select { .ty_ysmr { display: flex; flex-wrap: wrap; + align-content: flex-start; } @@ -847,6 +865,7 @@ select { position: absolute; top: 0px; left: 0px; + cursor: pointer; color: #fff; font-size: 13px; } @@ -870,7 +889,6 @@ select { } - .ty_jftit { width: 100%; background-color: #fff; @@ -934,44 +952,57 @@ select { font-weight: bold; } -.ty_jfn>:nth-child(2) { +.ty_jfntit { width: 100%; height: 42px; margin-top: 10px; background-color: rgb(245, 245, 245); - display: flex; - align-items: center; - box-sizing: border-box; padding-left: 77px; } -.ty_jfn>:nth-child(2)>p { +.ty_jfntit>th { color: rgb(106, 106, 106); font-size: 14px; } -.ty_jfn>:nth-child(2)>:nth-child(2) { - margin-left: 250px; - margin-right: 173px; +.ty_jfntit>:nth-child(2) { + width: 424px; +} +.ty_jfntit>:nth-child(3){ + text-align: left; +} +.ty_jfntit>:nth-child(1) { + width: 183px; } -.ty_jfcon>div { - display: flex; - padding: 16px 0px 17px 26px; +.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>div>:nth-child(1) { +.ty_jfcon>:nth-child(1) { font-size: 13px; color: #525252; - margin-right: 200px; + + text-align: center; } -.ty_jfcon>div>:nth-child(2) { +.ty_jfcon>:nth-child(2) { width: 75px; font-size: 14px; - margin-right: 161px; + text-align: center; font-weight: bold; } @@ -983,11 +1014,12 @@ select { color: rgb(203, 25, 25); } -.ty_jfcon>div>:nth-child(3) { +.ty_jfcon>:nth-child(3) { font-size: 13px; color: #525252; } + /* 收藏 */ .ty_sccon { padding-left: 24px; @@ -999,6 +1031,7 @@ select { padding-right: 14px; position: relative; box-sizing: border-box; + cursor: pointer } @@ -1018,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 { @@ -1079,36 +1113,48 @@ select { color: #fff; } -/* 征稿 */ +/* 新闻中心 */ .ty_zgtit { width: 100%; background-color: rgb(245, 245, 245); height: 40px; - display: flex; - align-items: center; + + box-sizing: border-box; } -.ty_zgtit>p { +.ty_dis { + display: flex; + justify-content: space-between; + padding-right: 15px; +} + +.ty_btnzlb { + width: 116px; + height: 44px; + background-color: rgb(203, 25, 25); + color: #fff; + border: none; + cursor: pointer; + border-radius: 3px; +} + +.ty_btnzlp { + width: 116px; + height: 44px; + color: rgb(6, 110, 226); + background-color: #fff; + border: 1px solid rgb(6, 110, 226); + margin-left: 7px; + border-radius: 3px; + cursor: pointer +} + +.ty_zgtit>th { font-size: 14px; color: rgb(106, 106, 106); } -.ty_zgtit>:nth-child(2) { - margin-right: 70px; -} - -.ty_zgtit>:nth-child(3) { - margin-right: 271px; -} - -.ty_zgtit>:nth-child(4) { - margin-right: 100px; -} - -.ty_zgtit>:nth-child(5) { - margin-right: 90px; -} .ty_selectAll { width: 19px; @@ -1116,9 +1162,7 @@ select { box-sizing: border-box; border-radius: 3px; border: 2px solid rgb(174, 174, 174); - margin-left: 11px; - margin-right: 39px; - + margin: auto; } .ty_selected { @@ -1127,56 +1171,90 @@ select { box-sizing: border-box; border-radius: 3px; border: 2px solid rgb(174, 174, 174); - margin-left: 11px; - margin-right: 19px; - margin-top: 19px; - - + margin: auto; } -.ty_zgcon { - padding-top: 17px; - padding-bottom: 23px; -} -.ty_zgcon { - display: flex; - border-bottom: 1px solid rgb(238, 233, 231); - flex-wrap: wrap; -} + .ty_zgzti { font-size: 13px; color: #191919; } -.ty_zgcon>:nth-child(2) { +.ty_zgtit>:nth-child(1) { + text-align: center; + width: 47px; + +} + +.ty_zgtit>:nth-child(2) { + width: 98px; + text-align: left; + padding-left: 22px; +} + +.ty_zgtit>:nth-child(3) { + width: 228px; + text-align: left; + padding-left: 11px; +} + +.ty_zgtit>:nth-child(4) { + width: 232px; +} + +.ty_zgtit>:nth-child(5) { + width: 109px; + +} + +.ty_zgtit>:nth-child(6) { + text-align: left; +} + +.ty_xwtable { + width: 100%; +} + +.ty_zgcon { + height: 102px; +} + +.ty_zgcon>td { + border-bottom: 1px solid rgb(238, 233, 231); + padding-top: 17px; + vertical-align: top; +} + +.ty_zgcon>:nth-child(1) { + padding-top: 37px; +} + +.ty_zgcon>:nth-child(2)>img { width: 98px; height: 60px; - margin-right: 11px; + } .ty_zgcon>:nth-child(3) { width: 233px; line-height: 27px; margin-right: 68px; + } .ty_zgcon>:nth-child(4) { - margin-right: 90px; + text-align: center; + padding-top: 22px; } .ty_zgcon>:nth-child(5) { - margin-right: 88px; + text-align: center; + padding-top: 22px; + color: #cb1919; } -.ty_ristext { - display: flex; -} - -.ty_ristext>div>:nth-child(1) { - display: none; -} .ty_bj { color: #00a608; @@ -1184,6 +1262,7 @@ select { padding: 10px 17px; background-color: #fff; border-radius: 3px; + cursor: pointer } .ty_scsc { @@ -1192,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) { @@ -1217,4 +1299,666 @@ select { .ty_topifrane { width: 100%; height: 300px; +} + +/* 展览 */ + +.ty_zltit { + width: 100%; + background-color: rgb(245, 245, 245); + height: 40px; + + + box-sizing: border-box; +} + +.ty_zlzti { + font-size: 13px; + color: #191919; +} + +.ty_zltit>th { + font-size: 14px; + color: rgb(106, 106, 106); +} + +.ty_zltit>:nth-child(1) { + text-align: center; + width: 47px; + +} + +.ty_zltit>:nth-child(2) { + width: 66px; + text-align: left; + text-align: center; +} + +.ty_zltit>:nth-child(3) { + width: 187px; + text-align: left; + padding-left: 16px; +} + +.ty_zltit>:nth-child(4) { + width: 80px; +} + +.ty_zltit>:nth-child(5) { + width: 109px; +} + +.ty_zltit>:nth-child(6) { + width: 61px; + + padding-right: 38px; +} + +.ty_zltit>:nth-child(7) { + padding-right: 45px; + width: 85px; +} + +.ty_zlcon>:nth-child(8) { + display: flex; + flex-wrap: wrap; + justify-content: space-evenly; +} + +.ty_zlcon>:nth-child(8)>button { + margin-bottom: 8px; +} + +.ty_zlcon>:nth-child(6)>p { + width: 62px; + height: 34px; + color: rgb(203, 25, 25); + border: 1px solid rgb(203, 25, 25); + text-align: center; + border-radius: 3px; + line-height: 34px; + cursor: pointer +} + +.ty_zlcon>:nth-child(7) { + padding-top: 22px; + text-align: center; + padding-right: 45px; +} + +.ty_xwtable { + width: 100%; +} + +.ty_zlcon { + height: 102px; +} + +.ty_zlcon>td { + border-bottom: 1px solid rgb(238, 233, 231); + padding-top: 17px; + vertical-align: top; +} + +.ty_zlcon>:nth-child(1) { + padding-top: 37px; +} + +.ty_zlcon>:nth-child(2)>img { + width: 65px; + height: 63px; + +} + +.ty_zlcon>:nth-child(3) { + width: 178px; + line-height: 27px; + padding-left: 16px; + padding-right: 119px; + +} + +.ty_zlcon>:nth-child(4) { + text-align: center; + padding-top: 22px; +} + +.ty_zlcon>:nth-child(5) { + text-align: center; + padding-top: 22px; +} + +/* 添加展览 */ +.ty_zltj .ty_img> :nth-child(1) { + width: 117px; +} + +.ty_zltj .ty_int>:nth-child(1) { + width: 117px; +} + +.ty_zltj .ty_setle> :nth-child(1) { + width: 117px; +} + +.ty_radio { + display: flex; + margin-bottom: 21px; +} + +.ty_radio>:nth-child(1) { + width: 117px; + text-align: right; + margin-right: 20px; + line-height: 38px; + font-size: 16px; +} + +.ty_radio>:nth-child(2) input { + width: 35px; + height: 35px; + margin-right: 8px; +} + +.ty_radio>:nth-child(2) { + display: flex; +} + +.ty_radio>:nth-child(2) label { + display: flex; + align-items: center; +} + +.ty_radio>:nth-child(2)>:nth-child(1) { + margin-right: 28px; +} + + +.choose { + position: relative; + height: 38px; + display: flex; +} + +.choose .radio { + position: relative; + display: inline-block; + font-weight: 400; + color: #0c4757; + padding-left: 45px; + cursor: pointer; +} + +.choose .radio input { + position: absolute; + left: -9999px; +} + +.choose .radio i { + display: block; + position: absolute; + top: 3px; + left: 0; + width: 36px; + height: 36px; + outline: 0; + border: 1px solid #e4e4e4; + background: #ffffff; + border-radius: 50%; + transition: border-color .3s; + -webkit-transition: border-color .3s; +} + +.choose .radio input[checked="checked"]+i { + border-color: red; +} + +.choose .radio input+i:after { + position: absolute; + content: ''; + top: 10px; + left: 10px; + width: 16px; + height: 16px; + border-radius: 50%; + background-color: red; + opacity: 0; + transition: opacity .1s; + -webkit-transition: opacity .1s; +} + +.choose .radio input:checked+i:after { + opacity: 1; +} + +.ty_riscon input::-webkit-input-placeholder { + color: rgb(180, 180, 180); +} + +.ty_riscon input::-moz-placeholder { + /* Mozilla Firefox 19+ */ + color: rgb(180, 180, 180); +} + +.ty_riscon input:-moz-placeholder { + /* 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; + justify-content: space-between; + align-items: center; + margin-top: 22px; +} + +.ty_buttton>:nth-child(1) { + display: flex; +} + +/* 展览管理 */ +.ty_buttton .ty_selectAll { + margin: 0 9px 0 15px; +} + +.ty_buttton .ty_selectAll+p { + color: #066ee2; +} + +.ty_zltitManagement>:nth-child(3) { + width: 160px; + padding-left: 22px; +} + +.ty_zlmanagement>:nth-child(3) { + width: 107px; + 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; +} + +.ty_zlmanagement>:nth-child(5) { + padding-right: 32px; +} + +.ty_xwtable .ty_zlmanagement td { + padding-top: 17px; +} + +.ty_xwtable .ty_zlmanagement .tdptd { + padding-top: 22px; +} + +.ty_zltitManagement>:nth-child(6) { + width: 60px; + padding-right: 29px; +} + +.ty_zlmanagement>:nth-child(6) { + padding-right: 29px; + text-align: center; +} + +.ty_zltitManagement>:nth-child(7) { + width: 55px; + padding-right: 0px; + text-align: left; +} + +.ty_zlmanagement>:nth-child(7) { + padding-right: 0px; + text-align: left; +} + +.ty_zltitManagement>:nth-child(8) { + width: 29px; + padding-right: 0px; + text-align: left; +} + +.ty_zlmanagement>:nth-child(8) { + padding-right: 0px; + text-align: center; + display: revert; +} + +.ty_zltitManagement>:nth-child(9) { + width: 130px; + padding-right: 0px; + text-align: center; +} + +.ty_zlmanagement>:nth-child(9) { + 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) { + padding-bottom: 10px; +} + +.ty_zlmanagement .ty_button { + margin-bottom: 10px; +} + +.ty_zltop { + display: flex; + align-items: center; +} + +.ty_zltop select { + width: 173px; + height: 35px; + 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 { + width: 230px; + height: 35px; + box-sizing: border-box; + border: 1px solid rgb(212, 212, 212); +} + +.ty_zltop label>span { + width: 38px; + height: 35px; + box-sizing: border-box; + 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 { + display: flex; + align-items: center; + margin-right: 10px; +} + +.ty_int .ty_yspsc { + width: 842px; + height: 168px; +} + +.ty_textarea { + align-items: flex-start; +} + +.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; } \ No newline at end of file diff --git a/htmls/aboutUs/aboutUs.html b/htmls/aboutUs/aboutUs.html new file mode 100644 index 0000000..3c4ec44 --- /dev/null +++ b/htmls/aboutUs/aboutUs.html @@ -0,0 +1,139 @@ + + + + + + + + 关于我们 + + + + + + + + +
+ 关于我们 +
+
+

华夏艺术网于1998年开通,是国内最早最大的书画艺术门户网站之一,由四川省美术家协会、四川省书法家协会、四川省诗书画院、成都画院、四川省政协书画研究院等授权主办。经过多年来不间断的运营发展,已成为国内知名的艺术类门户网站。华夏艺术网为艺术家、艺术行业单位构建了艺术信息的交流平台,吸引了来自全国各地的艺术家及艺术机构加盟。通过网络信息技术手段,不断加强与社会各界的合作,与广大艺术家及画廊、拍卖行、收藏家、艺术团体建立起了业务联系,架起了艺术家与艺术市场之间的桥梁。

+
+ +
+ + +
+
+ +

谭朝晖,斋号“净砚斋”。原为空军某企业党委干部,曾先后任四川电信天府热线执行主编、成都信息港电子商务部部长、四川铁通互联网业务中心副总经理等职。1998年创办华夏艺术网,2003年创办净砚斋画廊。现为摩空精舍董事长、北京视觉经典美术馆副馆长,成都市画廊协会副会长,成都惠民职工画院理事长兼秘书长,成都市版权协会副会长,成都市阅读协会理事,成都市人民对外友好协会理事,四川省文化产业商会常务理事。

+
+
+ +

谭朝晖,斋号“净砚斋”。原为空军某企业党委干部,曾先后任四川电信天府热线执行主编、成都信息港电子商务部部长、四川铁通互联网业务中心副总经理等职。1998年创办华夏艺术网,2003年创办净砚斋画廊。现为摩空精舍董事长、北京视觉经典美术馆副馆长,成都市画廊协会副会长,成都惠民职工画院理事长兼秘书长,成都市版权协会副会长,成都市阅读协会理事,成都市人民对外友好协会理事,四川省文化产业商会常务理事。

+
+
+ +
+

图片展示

+
+
+
+
+
+ +

8月10日下午,有华樱出国主办,摩空精舍协办的主题为“四川人快速养成计划”的文化交流活动,汇集了五湖四海的各方宾客。有来自德国、意大利、英国、新加坡、俄罗斯、摩洛哥、柬埔寨、阿塞拜疆、泰国、格鲁吉亚、越南、马来西亚、埃及、罗马尼亚、印度等多国外国友人,也有来自我们中国的中学生和大学生。

+ +
+
+
+
+ +

8月10日下午,有华樱出国主办,摩空精舍协办的主题为“四川人快速养成计划”的文化交流活动,汇集了五湖四海的各方宾客。有来自德国、意大利、英国、新加坡、俄罗斯、摩洛哥、柬埔寨、阿塞拜疆、泰国、格鲁吉亚、越南、马来西亚、埃及、罗马尼亚、印度等多国外国友人,也有来自我们中国的中学生和大学生。

+ +
+
+
+
+ +

8月10日下午,有华樱出国主办,摩空精舍协办的主题为“四川人快速养成计划”的文化交流活动,汇集了五湖四海的各方宾客。有来自德国、意大利、英国、新加坡、俄罗斯、摩洛哥、柬埔寨、阿塞拜疆、泰国、格鲁吉亚、越南、马来西亚、埃及、罗马尼亚、印度等多国外国友人,也有来自我们中国的中学生和大学生。

+ +
+
+
+
+ +

8月10日下午,有华樱出国主办,摩空精舍协办的主题为“四川人快速养成计划”的文化交流活动,汇集了五湖四海的各方宾客。有来自德国、意大利、英国、新加坡、俄罗斯、摩洛哥、柬埔寨、阿塞拜疆、泰国、格鲁吉亚、越南、马来西亚、埃及、罗马尼亚、印度等多国外国友人,也有来自我们中国的中学生和大学生。

+ +
+
+
+
+ +

8月10日下午,有华樱出国主办,摩空精舍协办的主题为“四川人快速养成计划”的文化交流活动,汇集了五湖四海的各方宾客。有来自德国、意大利、英国、新加坡、俄罗斯、摩洛哥、柬埔寨、阿塞拜疆、泰国、格鲁吉亚、越南、马来西亚、埃及、罗马尼亚、印度等多国外国友人,也有来自我们中国的中学生和大学生。

+ +
+
+
+
+ +

8月10日下午,有华樱出国主办,摩空精舍协办的主题为“四川人快速养成计划”的文化交流活动,汇集了五湖四海的各方宾客。有来自德国、意大利、英国、新加坡、俄罗斯、摩洛哥、柬埔寨、阿塞拜疆、泰国、格鲁吉亚、越南、马来西亚、埃及、罗马尼亚、印度等多国外国友人,也有来自我们中国的中学生和大学生。

+ +
+
+
+
+ +

8月10日下午,有华樱出国主办,摩空精舍协办的主题为“四川人快速养成计划”的文化交流活动,汇集了五湖四海的各方宾客。有来自德国、意大利、英国、新加坡、俄罗斯、摩洛哥、柬埔寨、阿塞拜疆、泰国、格鲁吉亚、越南、马来西亚、埃及、罗马尼亚、印度等多国外国友人,也有来自我们中国的中学生和大学生。

+ +
+
+
+ +
+ +
+
+ +
+
+ + + + + + + + \ No newline at end of file diff --git a/htmls/artistCenter/artistCenter.html b/htmls/artistCenter/artistCenter.html index 8ce36ac..7af357c 100644 --- a/htmls/artistCenter/artistCenter.html +++ b/htmls/artistCenter/artistCenter.html @@ -12,6 +12,7 @@ + + + + + + + + + +
+ 联系我们 +
+ +
+ +
+
+

华夏艺术网

+

地址:四川省成都市武侯区天益街38号理想中心3栋601

+

手机:13880548658

+

电话:028-61529525

+

邮箱:zarts@126.com

+
+ +
+ +

华夏艺术网

+
+
+

成都惠民职工书院

+

地址:成都市青羊区青羊大道129号文化宫2楼

+

电话:028-81712589

+ +
+
+ +

华夏艺术网

+
+
+
+
+ + + + + \ No newline at end of file diff --git a/htmls/grzx/personalData.html b/htmls/grzx/personalData.html index beff1ec..e5c5f0c 100644 --- a/htmls/grzx/personalData.html +++ b/htmls/grzx/personalData.html @@ -8,7 +8,8 @@ 个人中心 - + +