新增倒计时
|
@ -130,7 +130,7 @@ ul {
|
|||
margin-right: 52px;
|
||||
}
|
||||
.ty_lxwxa{
|
||||
margin-left: 182px;
|
||||
margin-left: 166px;
|
||||
margin-top: 49px;
|
||||
max-width: 100px;
|
||||
|
||||
|
|
|
@ -681,6 +681,8 @@ select {
|
|||
border: 1px solid rgb(116, 210, 212);
|
||||
border-radius: 30px;
|
||||
margin-top: 26px;
|
||||
display: inline-block;
|
||||
line-height: 35px;
|
||||
cursor: pointer;
|
||||
color: rgb(116, 210, 212);
|
||||
}
|
||||
|
@ -751,6 +753,8 @@ select {
|
|||
.ty_ddxq>:nth-child(2)>* {
|
||||
margin-left: 60px;
|
||||
cursor: pointer;
|
||||
color: rgb(106, 106, 106);
|
||||
|
||||
}
|
||||
|
||||
.ty_ddcon {
|
||||
|
@ -853,14 +857,26 @@ 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;
|
||||
font-size: 13px;
|
||||
background-image: linear-gradient(to top, rgb(255, 255, 255), rgb(244, 244, 244));
|
||||
}
|
||||
|
||||
.ty_ddxxTxt1>a {
|
||||
width: 79px;
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
height: 34px;
|
||||
line-height: 34px;
|
||||
border: 1px solid rgb(233, 156, 156);
|
||||
color: rgb(203, 25, 25);
|
||||
font-size: 13px;
|
||||
margin-bottom: 8px;
|
||||
background-image: linear-gradient(to top, rgb(255, 255, 255), rgb(244, 244, 244));
|
||||
}
|
||||
.ty_paging {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
@ -947,7 +963,6 @@ select {
|
|||
.ty_ysmr {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
||||
|
@ -1267,7 +1282,6 @@ select {
|
|||
|
||||
.ty_zgcon>:nth-child(1) {
|
||||
width: 88px;
|
||||
height: 85px;
|
||||
margin-right: 11px;
|
||||
}
|
||||
|
||||
|
@ -1411,4 +1425,74 @@ select {
|
|||
}
|
||||
.ty_tp{
|
||||
padding: 25px 12px 0 25px;display: flex; flex-wrap: wrap;align-content: flex-start;
|
||||
}
|
||||
.ty_move{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: rgba(00, 00, 00, 0.3);
|
||||
top: 0px;
|
||||
position: fixed;
|
||||
left: 0px;
|
||||
z-index: 2;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
display: none;
|
||||
align-items: center;
|
||||
}
|
||||
.ty_movecon{
|
||||
|
||||
padding: 20px 14px;
|
||||
margin: auto;
|
||||
border-radius: 3px;
|
||||
background-color: #fff;
|
||||
box-sizing: border-box;
|
||||
|
||||
}
|
||||
.ty_movecon>p{
|
||||
font-size: 16px;
|
||||
margin-bottom: 12px;
|
||||
padding-right: 14px;
|
||||
}
|
||||
|
||||
|
||||
.ty_movebtn>button{
|
||||
border-radius: 5px;
|
||||
font-size: 18px;
|
||||
width: 138px;
|
||||
height: 50px;
|
||||
color: #fff;
|
||||
background-color: rgb(203, 25, 25);
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
margin:0px 10px;
|
||||
}
|
||||
.ty_movebtn{
|
||||
display: flex;
|
||||
justify-content: space-evenly;
|
||||
margin-top: 30px;
|
||||
}
|
||||
.ty_fterSubmission{
|
||||
width: 155px;height: 51px;margin-right: 3px;
|
||||
}
|
||||
.ty_qbselect{
|
||||
width: auto;
|
||||
height: auto;
|
||||
padding:0px;
|
||||
margin: 0px;
|
||||
border-radius: 3px;
|
||||
border: none;
|
||||
border-color: rgb(208, 208, 208);
|
||||
appearance: none;
|
||||
-moz-appearance: none;
|
||||
-webkit-appearance: none;
|
||||
display: flex;
|
||||
box-sizing: border-box;
|
||||
background: url(../../img/grzx/qbdd.png) no-repeat scroll right 7px top 3px transparent;
|
||||
background-size: 10px 6px;
|
||||
cursor: pointer;
|
||||
align-items: center;
|
||||
margin-top: 3px;
|
||||
width: 73px;
|
||||
color: rgb(106, 106, 106);
|
||||
|
||||
}
|
|
@ -588,8 +588,10 @@ select {
|
|||
border: 1px solid rgb(116, 210, 212);
|
||||
border-radius: 30px;
|
||||
margin-top: 26px;
|
||||
color: rgb(116, 210, 212);
|
||||
display: inline-block;
|
||||
line-height: 35px;
|
||||
cursor: pointer;
|
||||
color: rgb(116, 210, 212);
|
||||
}
|
||||
|
||||
.gqtp {
|
||||
|
@ -658,6 +660,7 @@ select {
|
|||
.ty_ddxq>:nth-child(2)>* {
|
||||
margin-left: 60px;
|
||||
cursor: pointer;
|
||||
color: rgb(106, 106, 106);
|
||||
}
|
||||
|
||||
.ty_ddcon {
|
||||
|
@ -758,10 +761,26 @@ select {
|
|||
|
||||
.ty_ddxxTxt1>button {
|
||||
width: 79px;
|
||||
cursor: pointer;
|
||||
height: 34px;
|
||||
border: 1px solid rgb(233, 156, 156);
|
||||
color: rgb(203, 25, 25);
|
||||
margin-bottom: 8px;
|
||||
font-size: 13px;
|
||||
background-image: linear-gradient(to top, rgb(255, 255, 255), rgb(244, 244, 244));
|
||||
}
|
||||
|
||||
.ty_ddxxTxt1>a {
|
||||
width: 79px;
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
height: 34px;
|
||||
line-height: 34px;
|
||||
border: 1px solid rgb(233, 156, 156);
|
||||
color: rgb(203, 25, 25);
|
||||
font-size: 13px;
|
||||
margin-bottom: 8px;
|
||||
background-image: linear-gradient(to top, rgb(255, 255, 255), rgb(244, 244, 244));
|
||||
}
|
||||
|
||||
.ty_paging {
|
||||
|
@ -1157,8 +1176,7 @@ select {
|
|||
|
||||
|
||||
.ty_selectAll {
|
||||
width: 19px;
|
||||
height: 19px;
|
||||
|
||||
box-sizing: border-box;
|
||||
border-radius: 3px;
|
||||
border: 2px solid rgb(174, 174, 174);
|
||||
|
@ -1167,13 +1185,13 @@ select {
|
|||
}
|
||||
|
||||
.ty_selected {
|
||||
width: 19px;
|
||||
height: 19px;
|
||||
|
||||
box-sizing: border-box;
|
||||
border-radius: 3px;
|
||||
border: 2px solid rgb(174, 174, 174);
|
||||
cursor: pointer;
|
||||
margin: auto;
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
||||
|
@ -1235,7 +1253,7 @@ select {
|
|||
|
||||
.ty_zgcon>:nth-child(2)>img {
|
||||
width: 98px;
|
||||
height: 60px;
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
@ -1408,8 +1426,6 @@ select {
|
|||
|
||||
.ty_zlcon>:nth-child(2)>img {
|
||||
width: 65px;
|
||||
height: 63px;
|
||||
|
||||
}
|
||||
|
||||
.ty_zlcon>:nth-child(3) {
|
||||
|
@ -1744,7 +1760,7 @@ select {
|
|||
}
|
||||
|
||||
.ty_int .ty_yspsc {
|
||||
width: 842px;
|
||||
width: 820px;
|
||||
height: 168px;
|
||||
}
|
||||
|
||||
|
@ -1762,7 +1778,7 @@ select {
|
|||
|
||||
.chooseImg-box>div input {
|
||||
width: 109px;
|
||||
height: 109px;
|
||||
height: 109px;
|
||||
border: 1px solid #E6E6E6;
|
||||
border-radius: 3px;
|
||||
opacity: 0;
|
||||
|
@ -1833,7 +1849,7 @@ select {
|
|||
display: flex;
|
||||
position: relative;
|
||||
}
|
||||
.ty_tusc>button{
|
||||
.ty_tusc>label{
|
||||
width: 156px;
|
||||
height: 52px;
|
||||
box-sizing: border-box;
|
||||
|
@ -1931,6 +1947,9 @@ select {
|
|||
.ty_riscon>div{
|
||||
display: inline-block;
|
||||
}
|
||||
.ty_riscon>form{
|
||||
display: inline-block;
|
||||
}
|
||||
.tyys_namep{
|
||||
text-align: right;width: 81px;
|
||||
}
|
||||
|
@ -1963,4 +1982,26 @@ select {
|
|||
}
|
||||
.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;
|
||||
}
|
||||
.ty_qbselect{
|
||||
width: auto;
|
||||
height: auto;
|
||||
padding:0px;
|
||||
margin: 0px;
|
||||
border-radius: 3px;
|
||||
border: none;
|
||||
border-color: rgb(208, 208, 208);
|
||||
appearance: none;
|
||||
-moz-appearance: none;
|
||||
-webkit-appearance: none;
|
||||
display: flex;
|
||||
box-sizing: border-box;
|
||||
background: url(../../img/grzx/qbdd.png) no-repeat scroll right 7px top 3px transparent;
|
||||
background-size: 10px 6px;
|
||||
cursor: pointer;
|
||||
align-items: center;
|
||||
margin-top: 3px;
|
||||
width: 73px;
|
||||
color: rgb(106, 106, 106);
|
||||
|
||||
}
|
|
@ -8,26 +8,29 @@
|
|||
<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>
|
||||
<style>
|
||||
.foot-iframe {
|
||||
<script src="../../js/huaxia.js"></script>
|
||||
<style>
|
||||
.ty_topifrane {
|
||||
width: 100%;
|
||||
height: 285px;
|
||||
}
|
||||
|
||||
.ty_moban {
|
||||
width: 100%;
|
||||
box-shadow: 0px 3px 4px rgb(0 0 0 / 6%);
|
||||
padding-bottom: 7px;
|
||||
position: relative;
|
||||
height: 2px;
|
||||
z-index: 2;
|
||||
}
|
||||
.foot-iframe {
|
||||
width: 100%;
|
||||
height: 400px;
|
||||
}
|
||||
.ty_topifrane {
|
||||
width: 100%;
|
||||
height: 285px;
|
||||
}
|
||||
.ty_moban{
|
||||
width: 100%;
|
||||
box-shadow: 0px 3px 4px rgb(0 0 0 / 6%);
|
||||
padding-bottom: 7px;
|
||||
position: relative;
|
||||
height: 2px;
|
||||
z-index: 2;
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
@ -118,7 +121,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<iframe src="../../public/foot-tab.html" class="foot-iframe" frameborder="0" scrolling="no" marginwidth='0' marginheight='0'></iframe>
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
|
||||
|
|
|
@ -206,15 +206,15 @@
|
|||
<div>
|
||||
<div class="ty_int ty_password ty_wic">
|
||||
<p class="col19">原密码:</p>
|
||||
<input type="text">
|
||||
<input type="password">
|
||||
</div>
|
||||
<div class="ty_int ty_password ty_wic">
|
||||
<p class="col19">新密码:</p>
|
||||
<input type="text">
|
||||
<input type="password">
|
||||
</div>
|
||||
<div class="ty_int ty_password ty_wic">
|
||||
<p class="col19">确认新密码:</p>
|
||||
<input type="text">
|
||||
<input type="password">
|
||||
</div>
|
||||
<div class="ty_btn ty_btn1">
|
||||
<button >确认修改</button>
|
||||
|
@ -294,7 +294,7 @@
|
|||
<img class="ty_yhjyuan" src="../../img/grzx/bjyh.png" alt="图片缺失">
|
||||
</div>
|
||||
<div>
|
||||
<button class="ty_yhbtn">立即使用</button>
|
||||
<a href="../artNetwork/shoppingMall.html" class="ty_yhbtn">立即使用</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
@ -310,7 +310,7 @@
|
|||
<img class="ty_yhjyuan" src="../../img/grzx/bjyh.png" alt="图片缺失">
|
||||
</div>
|
||||
<div>
|
||||
<button class="ty_yhbtn">立即使用</button>
|
||||
<a href="../artNetwork/shoppingMall.html" class="ty_yhbtn">立即使用</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
@ -326,7 +326,7 @@
|
|||
<img class="ty_yhjyuan" src="../../img/grzx/bjyh.png" alt="图片缺失">
|
||||
</div>
|
||||
<div>
|
||||
<button class="ty_yhbtn">立即使用</button>
|
||||
<a href="../artNetwork/shoppingMall.html" class="ty_yhbtn">立即使用</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
@ -340,7 +340,7 @@
|
|||
<img class="ty_yhjyuan" title="优惠卷" src="../../img/grzx/bjyh.png" alt="图片缺失">
|
||||
</div>
|
||||
<div>
|
||||
<button class="ty_yhbtn">立即使用</button>
|
||||
<a href="../artNetwork/shoppingMall.html" class="ty_yhbtn">立即使用</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
@ -354,7 +354,7 @@
|
|||
<img class="ty_yhjyuan" title="优惠卷" src="../../img/grzx/bjyh.png" alt="图片缺失">
|
||||
</div>
|
||||
<div>
|
||||
<button class="ty_yhbtn">立即使用</button>
|
||||
<a href="../artNetwork/shoppingMall.html" class="ty_yhbtn">立即使用</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
@ -367,7 +367,7 @@
|
|||
<img class="ty_yhjyuan" title="优惠卷" src="../../img/grzx/bjyh.png" alt="图片缺失">
|
||||
</div>
|
||||
<div>
|
||||
<button class="ty_yhbtn">立即使用</button>
|
||||
<a href="../artNetwork/shoppingMall.html" class="ty_yhbtn">立即使用</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
@ -478,7 +478,14 @@
|
|||
<div>
|
||||
<p>收货人</p>
|
||||
<p>金额</p>
|
||||
<div style="font-size: 14px;">全部状态<img src="../../img/grzx/qbdd.png" alt="图片缺失"></div>
|
||||
<div style="font-size: 14px;"> <select class="ty_qbselect" name="" id="">
|
||||
|
||||
<option value="">全部状态</option>
|
||||
<option value="">待支付</option>
|
||||
<option value="">待发货</option>
|
||||
</option>已发货</option>
|
||||
<option value="">已完成</option>
|
||||
</select></div>
|
||||
<p>操作</p>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -524,9 +531,9 @@
|
|||
<div class="ty_ddxxTxt ty_ddys"><span class="ty_dindantit">状态</span>待支付</div>
|
||||
<div class="ty_ddxxTxt1">
|
||||
<span class="ty_dindantit">操作</span>
|
||||
<button class="ty_ddys cq-cp">
|
||||
<a href="../logshoppingcar/tobepaid.html" class="ty_ddys cq-cp">
|
||||
去支付
|
||||
</button>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
@ -658,59 +665,59 @@
|
|||
<p data-in="2" class="ty_ysnav cq-cp">我关注的机构</p>
|
||||
</div>
|
||||
<div class="ty_con ty_yscon ty_ysmr " >
|
||||
<div class="ty_ysnr">
|
||||
<a href="../artNetwork/artistDetail.html" class="ty_ysnr">
|
||||
<img src="../../img/grzx/y1.png" title="张龙升" alt="图片缺失">
|
||||
<p>张龙升</p>
|
||||
<span class="ty_ysqxgz">取消关注</span>
|
||||
</div>
|
||||
<div class="ty_ysnr">
|
||||
</a>
|
||||
<a href="../artNetwork/artistDetail.html" class="ty_ysnr">
|
||||
<img src="../../img/grzx/y2.png" title="张龙升" alt="图片缺失">
|
||||
<p>张龙升</p>
|
||||
</div>
|
||||
<div class="ty_ysnr">
|
||||
</a>
|
||||
<a href="../artNetwork/artistDetail.html" class="ty_ysnr">
|
||||
<img src="../../img/grzx/y3.png" title="张龙升" alt="图片缺失">
|
||||
<p>张龙升</p>
|
||||
</div>
|
||||
<div class="ty_ysnr">
|
||||
</a>
|
||||
<a href="../artNetwork/artistDetail.html" class="ty_ysnr">
|
||||
<img src="../../img/grzx/y4.png" title="张龙升" alt="图片缺失">
|
||||
<p>张龙升</p>
|
||||
</div>
|
||||
<div class="ty_ysnr">
|
||||
</a>
|
||||
<a href="../artNetwork/artistDetail.html" class="ty_ysnr">
|
||||
<img src="../../img/grzx/y5.png" title="张龙升" alt="图片缺失">
|
||||
<p>张龙升</p>
|
||||
</div>
|
||||
<div class="ty_ysnr">
|
||||
</a>
|
||||
<a href="../artNetwork/artistDetail.html" class="ty_ysnr">
|
||||
<img src="../../img/grzx/y6.png" title="张龙升" alt="图片缺失">
|
||||
<p>张龙升</p>
|
||||
</div>
|
||||
<div class="ty_ysnr">
|
||||
</a>
|
||||
<a href="../artNetwork/artistDetail.html" class="ty_ysnr">
|
||||
<img src="../../img/grzx/y7.png" title="张龙升" alt="图片缺失">
|
||||
<p>张龙升</p>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="ty_con ty_yscon ty_gzmr" >
|
||||
|
||||
<div class="ty_wdgz">
|
||||
<a href="../artNetwork/mechanismDetail.html" class="ty_wdgz">
|
||||
<img src="../../img/grzx/jg1.png" title="摩空精舍" alt="图片缺失">
|
||||
<p>摩空精舍</p>
|
||||
<span class="ty_ysqxgz">取消关注</span>
|
||||
</div>
|
||||
<div class="ty_wdgz">
|
||||
</a>
|
||||
<a href="../artNetwork/mechanismDetail.html" class="ty_wdgz">
|
||||
<img src="../../img/grzx/jg1.png" title="摩空精舍" alt="图片缺失">
|
||||
<p>摩空精舍</p>
|
||||
<span class="ty_ysqxgz">取消关注</span>
|
||||
</div>
|
||||
<div class="ty_wdgz">
|
||||
</a>
|
||||
<a href="../artNetwork/mechanismDetail.html" class="ty_wdgz">
|
||||
<img src="../../img/grzx/jg1.png" title="摩空精舍" alt="图片缺失">
|
||||
<p>摩空精舍</p>
|
||||
<span class="ty_ysqxgz">取消关注</span>
|
||||
</div>
|
||||
<div class="ty_wdgz">
|
||||
</a>
|
||||
<a href="../artNetwork/mechanismDetail.html" class="ty_wdgz">
|
||||
<img src="../../img/grzx/jg1.png" title="摩空精舍" alt="图片缺失">
|
||||
<p>摩空精舍</p>
|
||||
<span class="ty_ysqxgz">取消关注</span>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
</div>
|
||||
|
||||
|
@ -722,7 +729,7 @@
|
|||
<div>
|
||||
<p>我的总积分</p>
|
||||
<p>57421</p>
|
||||
<p class="cq-cp">立即兑换超值礼品</p>
|
||||
<a href="../artNetwork/pointsMall.html" class="cq-cp">立即兑换超值礼品</a>
|
||||
<p class="ty_qdaoclick cq-cp">立即签到</p>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -809,58 +816,58 @@
|
|||
<p data-in="2" class="ty_sc cq-cp">我收藏的艺术品</p>
|
||||
</div>
|
||||
<div class="ty_con ty_sccon ty_scmr" >
|
||||
<div class="ty_yishusc">
|
||||
<a href="../artNetwork/exhibitionComingDetail.html" class="ty_yishusc">
|
||||
<img src="../../img/grzx/sc.png" title="未来城市+ :建筑设计模型展" alt="图片缺失">
|
||||
<p>未来城市+ :建筑设计模型展</p>
|
||||
<p>展览时间: <span style="display: inline-block;"> 2021.07.09 - 2021.07.19</span></p>
|
||||
<span class="ty_ysqxgz cq-cp">取消收藏</span>
|
||||
</div>
|
||||
<div class="ty_yishusc">
|
||||
</a>
|
||||
<a href="../artNetwork/exhibitionComingDetail.html" class="ty_yishusc">
|
||||
<img src="../../img/grzx/sc1.png" title="未来城市+ :建筑设计模型展" alt="图片缺失">
|
||||
<p>未来城市+ :建筑设计模型展</p>
|
||||
<p>展览时间: <span style="display: inline-block;"> 2021.07.09 - 2021.07.19</span></p>
|
||||
</div>
|
||||
<div class="ty_yishusc">
|
||||
</a>
|
||||
<a href="../artNetwork/exhibitionComingDetail.html" class="ty_yishusc">
|
||||
<img src="../../img/grzx/sc.png" title="未来城市+ :建筑设计模型展" alt="图片缺失">
|
||||
<p>未来城市+ :建筑设计模型展</p>
|
||||
<p>展览时间: <span style="display: inline-block;"> 2021.07.09 - 2021.07.19</span></p>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
</div>
|
||||
<div class="ty_con ty_sccon ty_scml" >
|
||||
<div class="ty_yspcon">
|
||||
<a class="ty_yspcon">
|
||||
<img src="../../img/grzx/ysp.png" title="艺术清酒--得寓(酒标作品)" alt="图片缺失">
|
||||
<p>艺术清酒--得寓(酒标作品)</p>
|
||||
<span class="ty_ysqxgz cq-cp">取消收藏</span>
|
||||
</div>
|
||||
<div class="ty_yspcon">
|
||||
</a>
|
||||
<a class="ty_yspcon">
|
||||
<img src="../../img/grzx/ysp1.png" title="艺术清酒--得寓(酒标作品)" alt="图片缺失">
|
||||
<p>艺术清酒--得寓(酒标作品)</p>
|
||||
</div>
|
||||
<div class="ty_yspcon">
|
||||
</a>
|
||||
<a class="ty_yspcon">
|
||||
<img src="../../img/grzx/ysp2.png" title="艺术清酒--得寓(酒标作品)" alt="图片缺失">
|
||||
<p>艺术清酒--得寓(酒标作品)</p>
|
||||
</div>
|
||||
<div class="ty_yspcon">
|
||||
</a>
|
||||
<a class="ty_yspcon">
|
||||
<img src="../../img/grzx/ysp3.png" title="艺术清酒--得寓(酒标作品)" alt="图片缺失">
|
||||
<p>艺术清酒--得寓(酒标作品)</p>
|
||||
</div>
|
||||
<div class="ty_yspcon">
|
||||
</a>
|
||||
<a class="ty_yspcon">
|
||||
<img src="../../img/grzx/ysp4.png" title="艺术清酒--得寓(酒标作品)" alt="图片缺失">
|
||||
<p>艺术清酒--得寓(酒标作品)</p>
|
||||
</div>
|
||||
<div class="ty_yspcon">
|
||||
</a>
|
||||
<a class="ty_yspcon">
|
||||
<img src="../../img/grzx/ysp4.png" title="艺术清酒--得寓(酒标作品)" alt="图片缺失">
|
||||
<p>艺术清酒--得寓(酒标作品)</p>
|
||||
</div>
|
||||
<div class="ty_yspcon">
|
||||
</a>
|
||||
<a class="ty_yspcon">
|
||||
<img src="../../img/grzx/ysp4.png" title="艺术清酒--得寓(酒标作品)" alt="图片缺失">
|
||||
<p>艺术清酒--得寓(酒标作品)</p>
|
||||
</div>
|
||||
<div class="ty_yspcon">
|
||||
</a>
|
||||
<a class="ty_yspcon">
|
||||
<img src="../../img/grzx/ysp4.png" title="艺术清酒--得寓(酒标作品)" alt="图片缺失">
|
||||
<p>艺术清酒--得寓(酒标作品)</p>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<!-- 征稿 -->
|
||||
|
@ -870,11 +877,11 @@
|
|||
<div class="zhenggaoZhanw"></div>
|
||||
<table width="96%" class="font-13 ty_zgyscon" cellspacing="0" >
|
||||
<tr class="ty_zgysconTr" >
|
||||
<th style=""><div>作品名称</div></th>
|
||||
<th style="">所属展览</th>
|
||||
<th style="">审核状况</th>
|
||||
<th style="">发布日期</th>
|
||||
<th style="">操作</th>
|
||||
<th><div>作品名称</div></th>
|
||||
<th>所属展览</th>
|
||||
<th>审核状况</th>
|
||||
<th>发布日期</th>
|
||||
<th>操作</th>
|
||||
</tr>
|
||||
<tr class="tc">
|
||||
<td class="pd20 fs" valign="top">
|
||||
|
|
|
@ -2,17 +2,17 @@
|
|||
<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" />
|
||||
<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>
|
||||
<script type="text/javascript" src="http://api.map.baidu.com/geocoder/v2/?ak=mDcZsWM7gGKb7MC1bC8Mo33FScjYEr0I&output=json&address=百度大厦&city=北京市"></script>
|
||||
<title>地图展示</title>
|
||||
<style type="text/css">
|
||||
body,
|
||||
|
@ -20,26 +20,34 @@
|
|||
#allmap {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
|
||||
margin: 0;
|
||||
font-family: "微软雅黑";
|
||||
}
|
||||
|
||||
.foot-iframe {
|
||||
width: 100%;
|
||||
height: 400px;
|
||||
}
|
||||
|
||||
.ty_topifrane {
|
||||
width: 100%;
|
||||
height: 285px;
|
||||
}
|
||||
.ty_moban{
|
||||
width: 100%;
|
||||
box-shadow: 0px 3px 6px rgb(0 0 0 / 6%);
|
||||
padding-bottom: 7px;
|
||||
position: relative;
|
||||
height: 2px;
|
||||
z-index: 2;
|
||||
}
|
||||
width: 100%;
|
||||
height: 285px;
|
||||
}
|
||||
|
||||
.foot-iframe {
|
||||
width: 100%;
|
||||
height: 400px;
|
||||
}
|
||||
|
||||
.ty_moban {
|
||||
width: 100%;
|
||||
box-shadow: 0px 3px 6px rgb(0 0 0 / 6%);
|
||||
padding-bottom: 7px;
|
||||
position: relative;
|
||||
height: 2px;
|
||||
z-index: 2;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
|
@ -81,13 +89,38 @@
|
|||
<p>华夏艺术网</p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="allmap"></div>
|
||||
<div id="allmap" style="width: 100%;height: 470px;margin-top: 62px;"></div>
|
||||
</div>
|
||||
<iframe src="../../public/foot-tab.html" class="foot-iframe" frameborder="0" scrolling="no" marginwidth='0' marginheight='0'></iframe>
|
||||
</body>
|
||||
<script type="text/javascript">
|
||||
// 百度地图API功能
|
||||
var map = new BMap.Map("allmap"); // 创建Map实例
|
||||
|
||||
function LoadBaiduMapScript() {
|
||||
//console.log("初始化百度地图脚本...");
|
||||
const AK = "mDcZsWM7gGKb7MC1bC8Mo33FScjYEr0I";
|
||||
const BMap_URL = "https://api.map.baidu.com/api?v=2.0&ak=" + AK + "&s=1&callback=onBMapCallback";
|
||||
return new Promise((resolve, reject) => {
|
||||
// 如果已加载直接返回
|
||||
if (typeof BMap !== "undefined") {
|
||||
resolve(BMap);
|
||||
return true;
|
||||
}
|
||||
// 百度地图异步加载回调处理
|
||||
window.onBMapCallback = function () {
|
||||
console.log("百度地图脚本初始化成功...");
|
||||
resolve(BMap);
|
||||
};
|
||||
// 插入script脚本
|
||||
let scriptNode = document.createElement("script");
|
||||
scriptNode.setAttribute("type", "text/javascript");
|
||||
scriptNode.setAttribute("src", BMap_URL);
|
||||
document.body.appendChild(scriptNode);
|
||||
});
|
||||
}
|
||||
|
||||
LoadBaiduMapScript().then((BMap)=>{
|
||||
// 百度地图API功能
|
||||
var map = new BMap.Map("allmap"); // 创建Map实例
|
||||
map.centerAndZoom(new BMap.Point(116.404, 39.915), 11); // 初始化地图,设置中心点坐标和地图级别
|
||||
//添加地图类型控件
|
||||
map.addControl(new BMap.MapTypeControl({
|
||||
|
@ -96,8 +129,10 @@
|
|||
BMAP_HYBRID_MAP
|
||||
]
|
||||
}));
|
||||
map.setCurrentCity("北京"); // 设置地图显示的城市 此项是必须设置的
|
||||
map.setCurrentCity("成都"); // 设置地图显示的城市 此项是必须设置的
|
||||
map.enableScrollWheelZoom(true); //开启鼠标滚轮缩放
|
||||
})
|
||||
|
||||
</script>
|
||||
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<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/jquery-1.9.1.js"></script>
|
||||
<script src="../../js/huaxia.js"></script>
|
||||
<style>
|
||||
.foot-iframe {
|
||||
|
@ -19,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">
|
||||
|
@ -181,7 +181,7 @@
|
|||
<p class="ty_dztext">手机号:<span>136****4451</span></p>
|
||||
<div class="ty_mrdiz">
|
||||
|
||||
<p>编辑</p>
|
||||
<p class="ty_addressEditing">编辑</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -201,7 +201,7 @@
|
|||
<p class="ty_dztext">手机号:<span>136****4451</span></p>
|
||||
<div class="ty_mrdiz">
|
||||
<p>设为默认地址</p>
|
||||
<p>编辑</p>
|
||||
<p class="ty_addressEditing">编辑</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -228,7 +228,7 @@
|
|||
<img class="ty_yhjyuan" title="图15" src="../../img/grzx/bjyh.png" alt="图片缺失">
|
||||
</div>
|
||||
<div>
|
||||
<button class="ty_yhbtn">立即使用</button>
|
||||
<a href="../artNetwork/shoppingMall.html" class="ty_yhbtn">立即使用</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
@ -244,7 +244,7 @@
|
|||
<img class="ty_yhjyuan" title="图16" src="../../img/grzx/bjyh.png" alt="图片缺失">
|
||||
</div>
|
||||
<div>
|
||||
<button class="ty_yhbtn">立即使用</button>
|
||||
<a href="../artNetwork/shoppingMall.html" class="ty_yhbtn">立即使用</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
@ -260,7 +260,7 @@
|
|||
<img class="ty_yhjyuan" title="图17" src="../../img/grzx/bjyh.png" alt="图片缺失">
|
||||
</div>
|
||||
<div>
|
||||
<button class="ty_yhbtn">立即使用</button>
|
||||
<a href="../artNetwork/shoppingMall.html" class="ty_yhbtn">立即使用</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
@ -274,7 +274,7 @@
|
|||
<img class="ty_yhjyuan" title="优惠卷" src="../../img/grzx/bjyh.png" alt="图片缺失">
|
||||
</div>
|
||||
<div>
|
||||
<button class="ty_yhbtn">立即使用</button>
|
||||
<a href="../artNetwork/shoppingMall.html" class="ty_yhbtn">立即使用</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
@ -288,7 +288,7 @@
|
|||
<img class="ty_yhjyuan" title="优惠卷" src="../../img/grzx/bjyh.png" alt="图片缺失">
|
||||
</div>
|
||||
<div>
|
||||
<button class="ty_yhbtn">立即使用</button>
|
||||
<a href="../artNetwork/shoppingMall.html" class="ty_yhbtn">立即使用</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
@ -301,7 +301,7 @@
|
|||
<img class="ty_yhjyuan" title="优惠卷" src="../../img/grzx/bjyh.png" alt="图片缺失">
|
||||
</div>
|
||||
<div>
|
||||
<button class="ty_yhbtn">立即使用</button>
|
||||
<a href="../artNetwork/shoppingMall.html" class="ty_yhbtn">立即使用</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
@ -410,10 +410,17 @@
|
|||
<div class="ty_ddxq">
|
||||
<p>订单详情</p>
|
||||
|
||||
<div>
|
||||
<div> 0
|
||||
<p>收货人</p>
|
||||
<p>金额</p>
|
||||
<div style="font-size: 14px;">全部状态<img src="../../img/grzx/qbdd.png" title="箭头" alt="图片缺失"></div>
|
||||
<div style="font-size: 14px;"> <select class="ty_qbselect" name="" id="">
|
||||
|
||||
<option value="">全部状态</option>
|
||||
<option value="">待支付</option>
|
||||
<option value="">待发货</option>
|
||||
</option>已发货</option>
|
||||
<option value="">已完成</option>
|
||||
</select></div>
|
||||
<p>操作</p>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -459,9 +466,9 @@
|
|||
<div class="ty_ddxxTxt ty_ddys"><span class="ty_dindantit">状态</span>待支付</div>
|
||||
<div class="ty_ddxxTxt1">
|
||||
<span class="ty_dindantit">操作</span>
|
||||
<button class="ty_ddys">
|
||||
<a href="../logshoppingcar/tobepaid.html" class="ty_ddys">
|
||||
去支付
|
||||
</button>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
||||
|
@ -507,15 +514,65 @@
|
|||
|
||||
<div class="ty_ddxxTxt"><span class="ty_dindantit"></span> 程鹏龙</div>
|
||||
<div class="ty_ddxxTxt"><span class="ty_dindantit"></span> 总金额¥532.20</div>
|
||||
<div class="ty_ddxxTxt ty_ddys"><span class="ty_dindantit"></span> 待支付</div>
|
||||
<div class="ty_ddxxTxt ty_ddys"><span class="ty_dindantit"></span> 待发货</div>
|
||||
<div class="ty_ddxxTxt1">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="ty_ddcon">
|
||||
<div class="ty_ddcontit">
|
||||
<div class="ty_dindantop">
|
||||
<p style="margin-right: 30px;"><span>2021-07-10</span><span>15:24:44</span></p>
|
||||
<p><span>订单号:</span><span style="color: #000;">10954896547</span></p>
|
||||
</div>
|
||||
<div>
|
||||
<p>删除</p>
|
||||
<img src="../../img/grzx/ljt.png" alt="图片缺失">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="ty_ddxx">
|
||||
<div class="ty_ddxxnoe">
|
||||
<div>
|
||||
<div class="ty_ddmas"> <img src="../../img/grzx/yt.png" title="悠弦赵刚隶书手写真迹书法茶室挂画作品新 中式字画办公室挂画励志毛笔字装饰画" alt="图片缺失">
|
||||
<p>悠弦赵刚隶书手写真迹书法茶室挂画作品新 中式字画办公室挂画励志毛笔字装饰画</p>
|
||||
</div>
|
||||
<div class="ty_dnum">
|
||||
<p>x1</p>
|
||||
<p>¥532.20</p>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<div class="ty_ddmas"> <img src="../../img/grzx/yt1.png" title="悠弦赵刚隶书手写真迹书法茶室挂画作品新 中式字画办公室挂画励志毛笔字装饰画" alt="图片缺失">
|
||||
<p>悠弦赵刚隶书手写真迹书法茶室挂画作品新 中式字画办公室挂画励志毛笔字装饰画</p>
|
||||
</div>
|
||||
|
||||
<div class="ty_dnum">
|
||||
<p>x1</p>
|
||||
<p>¥532.20</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="ty_ddxxTxt"><span class="ty_dindantit"></span> 程鹏龙</div>
|
||||
<div class="ty_ddxxTxt"><span class="ty_dindantit"></span> 总金额¥532.20</div>
|
||||
<div class="ty_ddxxTxt ty_ddys"><span class="ty_dindantit"></span> 已发货</div>
|
||||
<div class="ty_ddxxTxt1">
|
||||
<span class="ty_dindantit"></span>
|
||||
<button class="ty_ddys">
|
||||
确认收货
|
||||
</button>
|
||||
<button class="ty_ddys">
|
||||
查看物流
|
||||
</button>
|
||||
<button class="ty_ddys">
|
||||
确认收货
|
||||
</button>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
@ -561,7 +618,7 @@
|
|||
|
||||
<div class="ty_ddxxTxt"><span class="ty_dindantit"></span>程鹏龙</div>
|
||||
<div class="ty_ddxxTxt"><span class="ty_dindantit"></span>总金额¥532.20</div>
|
||||
<div class="ty_ddxxTxt ty_ddys"><span class="ty_dindantit"></span>待支付</div>
|
||||
<div class="ty_ddxxTxt ty_ddys"><span class="ty_dindantit"></span>已完成</div>
|
||||
<div class="ty_ddxxTxt1">
|
||||
<span class="ty_dindantit"></span>
|
||||
<button class="ty_ddys ty_sqtc">
|
||||
|
@ -592,59 +649,59 @@
|
|||
<p data-in="2" class="ty_ysnav">我关注的机构</p>
|
||||
</div>
|
||||
<div class="ty_con ty_yscon ty_ysmr " style="align-content: flex-start;">
|
||||
<div class="ty_ysnr">
|
||||
<a href="../artNetwork/artistDetail.html" class="ty_ysnr">
|
||||
<img src="../../img/grzx/y1.png" title="张龙升" alt="图片缺失">
|
||||
<p>张龙升</p>
|
||||
<span class="ty_ysqxgz">取消关注</span>
|
||||
</div>
|
||||
<div class="ty_ysnr">
|
||||
</a>
|
||||
<a href="../artNetwork/artistDetail.html" class="ty_ysnr">
|
||||
<img src="../../img/grzx/y2.png" title="张龙升" alt="图片缺失">
|
||||
<p>张龙升</p>
|
||||
</div>
|
||||
<div class="ty_ysnr">
|
||||
</a>
|
||||
<a href="../artNetwork/artistDetail.html" class="ty_ysnr">
|
||||
<img src="../../img/grzx/y3.png" title="张龙升" alt="图片缺失">
|
||||
<p>张龙升</p>
|
||||
</div>
|
||||
<div class="ty_ysnr">
|
||||
</a>
|
||||
<a href="../artNetwork/artistDetail.html" class="ty_ysnr">
|
||||
<img src="../../img/grzx/y4.png" title="张龙升" alt="图片缺失">
|
||||
<p>张龙升</p>
|
||||
</div>
|
||||
<div class="ty_ysnr">
|
||||
</a>
|
||||
<a href="../artNetwork/artistDetail.html" class="ty_ysnr">
|
||||
<img src="../../img/grzx/y5.png" title="张龙升" alt="图片缺失">
|
||||
<p>张龙升</p>
|
||||
</div>
|
||||
<div class="ty_ysnr">
|
||||
</a>
|
||||
<a href="../artNetwork/artistDetail.html" class="ty_ysnr">
|
||||
<img src="../../img/grzx/y6.png" title="张龙升" alt="图片缺失">
|
||||
<p>张龙升</p>
|
||||
</div>
|
||||
<div class="ty_ysnr">
|
||||
</a>
|
||||
<a href="../artNetwork/artistDetail.html" class="ty_ysnr">
|
||||
<img src="../../img/grzx/y7.png" title="张龙升" alt="图片缺失">
|
||||
<p>张龙升</p>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="ty_con ty_yscon ty_gzmr" style="display:none;align-content: flex-start;flex-wrap: wrap;">
|
||||
|
||||
<div class="ty_wdgz">
|
||||
<a href="../artNetwork/mechanismDetail.html" class="ty_wdgz">
|
||||
<img src="../../img/grzx/jg1.png" title="摩空精舍" alt="图片缺失">
|
||||
<p>摩空精舍</p>
|
||||
<span class="ty_ysqxgz">取消关注</span>
|
||||
</div>
|
||||
<div class="ty_wdgz">
|
||||
</a>
|
||||
<a href="../artNetwork/mechanismDetail.html" class="ty_wdgz">
|
||||
<img src="../../img/grzx/jg1.png" title="摩空精舍" alt="图片缺失">
|
||||
<p>摩空精舍</p>
|
||||
<span class="ty_ysqxgz">取消关注</span>
|
||||
</div>
|
||||
<div class="ty_wdgz">
|
||||
</a>
|
||||
<a href="../artNetwork/mechanismDetail.html" class="ty_wdgz">
|
||||
<img src="../../img/grzx/jg1.png" title="摩空精舍" alt="图片缺失">
|
||||
<p>摩空精舍</p>
|
||||
<span class="ty_ysqxgz">取消关注</span>
|
||||
</div>
|
||||
<div class="ty_wdgz">
|
||||
</a>
|
||||
<a href="../artNetwork/mechanismDetail.html" class="ty_wdgz">
|
||||
<img src="../../img/grzx/jg1.png" title="摩空精舍" alt="图片缺失">
|
||||
<p>摩空精舍</p>
|
||||
<span class="ty_ysqxgz">取消关注</span>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
</div>
|
||||
|
||||
|
@ -657,7 +714,7 @@
|
|||
<div>
|
||||
<p>我的总积分</p>
|
||||
<p>57421</p>
|
||||
<p>立即兑换超值礼品</p>
|
||||
<a href="../artNetwork/pointsMall.html">立即兑换超值礼品</a>
|
||||
<p class="ty_qdaoclick">立即签到</p>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -759,60 +816,60 @@
|
|||
<p data-in="2" class="ty_sc">我收藏的艺术品</p>
|
||||
</div>
|
||||
<div class="ty_con ty_sccon ty_scmr" style="align-content: flex-start;display: flex;flex-wrap: wrap;">
|
||||
<div class="ty_yishusc">
|
||||
<a href="../artNetwork/exhibitionComingDetail.html" class="ty_yishusc">
|
||||
<img src="../../img/grzx/sc.png" title="未来城市+ :建筑设计模型展" alt="图片缺失">
|
||||
<p>未来城市+ :建筑设计模型展</p>
|
||||
<p>展览时间: <span style="display: inline-block;"> 2021.07.09 - 2021.07.19</span></p>
|
||||
<span class="ty_ysqxgz">取消收藏</span>
|
||||
</div>
|
||||
<div class="ty_yishusc">
|
||||
</a>
|
||||
<a href="../artNetwork/exhibitionComingDetail.html" class="ty_yishusc">
|
||||
<img src="../../img/grzx/sc1.png" title="未来城市+ :建筑设计模型展" alt="图片缺失">
|
||||
<p>未来城市+ :建筑设计模型展</p>
|
||||
<p>展览时间: <span style="display: inline-block;"> 2021.07.09 - 2021.07.19</span></p>
|
||||
</div>
|
||||
<div class="ty_yishusc">
|
||||
</a>
|
||||
<a href="../artNetwork/exhibitionComingDetail.html" class="ty_yishusc">
|
||||
<img src="../../img/grzx/sc.png" title="未来城市+ :建筑设计模型展" alt="图片缺失">
|
||||
<p>未来城市+ :建筑设计模型展</p>
|
||||
<p>展览时间: <span style="display: inline-block;"> 2021.07.09 - 2021.07.19</span></p>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="ty_con ty_sccon ty_scml" style="display:none;align-content: flex-start;flex-wrap: wrap;">
|
||||
|
||||
<div class="ty_yspcon">
|
||||
<a class="ty_yspcon">
|
||||
<img src="../../img/grzx/ysp.png" title="艺术清酒--得寓(酒标作品)" alt="图片缺失">
|
||||
<p>艺术清酒--得寓(酒标作品)</p>
|
||||
<span class="ty_ysqxgz">取消收藏</span>
|
||||
</div>
|
||||
<div class="ty_yspcon">
|
||||
</a>
|
||||
<a class="ty_yspcon">
|
||||
<img src="../../img/grzx/ysp1.png" title="艺术清酒--得寓(酒标作品)" alt="图片缺失">
|
||||
<p>艺术清酒--得寓(酒标作品)</p>
|
||||
</div>
|
||||
<div class="ty_yspcon">
|
||||
</a>
|
||||
<a class="ty_yspcon">
|
||||
<img src="../../img/grzx/ysp2.png" title="艺术清酒--得寓(酒标作品)" alt="图片缺失">
|
||||
<p>艺术清酒--得寓(酒标作品)</p>
|
||||
</div>
|
||||
<div class="ty_yspcon">
|
||||
</a>
|
||||
<a class="ty_yspcon">
|
||||
<img src="../../img/grzx/ysp3.png" title="艺术清酒--得寓(酒标作品)" alt="图片缺失">
|
||||
<p>艺术清酒--得寓(酒标作品)</p>
|
||||
</div>
|
||||
<div class="ty_yspcon">
|
||||
</a>
|
||||
<a class="ty_yspcon">
|
||||
<img src="../../img/grzx/ysp4.png" title="艺术清酒--得寓(酒标作品)" alt="图片缺失">
|
||||
<p>艺术清酒--得寓(酒标作品)</p>
|
||||
</div>
|
||||
<div class="ty_yspcon">
|
||||
</a>
|
||||
<a class="ty_yspcon">
|
||||
<img src="../../img/grzx/ysp4.png" title="艺术清酒--得寓(酒标作品)" alt="图片缺失">
|
||||
<p>艺术清酒--得寓(酒标作品)</p>
|
||||
</div>
|
||||
<div class="ty_yspcon">
|
||||
</a>
|
||||
<a class="ty_yspcon">
|
||||
<img src="../../img/grzx/ysp4.png" title="艺术清酒--得寓(酒标作品)" alt="图片缺失">
|
||||
<p>艺术清酒--得寓(酒标作品)</p>
|
||||
</div>
|
||||
<div class="ty_yspcon">
|
||||
</a>
|
||||
<a class="ty_yspcon">
|
||||
<img src="../../img/grzx/ysp4.png" title="艺术清酒--得寓(酒标作品)" alt="图片缺失">
|
||||
<p>艺术清酒--得寓(酒标作品)</p>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
@ -968,10 +1025,7 @@
|
|||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
@ -1010,7 +1064,7 @@
|
|||
</div>
|
||||
|
||||
<div class="ty_btn">
|
||||
<button style="width: 155px;height: 51px;margin-right: 3px;">保存收货地址</button>
|
||||
<button style="width: 155px;height: 51px;margin-right: 3px;" class="ty_saveAddress">保存收货地址</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1053,7 +1107,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="ty_btn">
|
||||
<button style="width: 155px;height: 51px;margin-right: 3px;">立即提交</button>
|
||||
<button class="ty_fterSubmission">立即提交</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1089,48 +1143,104 @@
|
|||
<div class="ty_xzsh ty_qdao" style="display: none;">
|
||||
<div class="ty_qidaocon">
|
||||
<img class="ty_qdgban" src="../../img/grzx/qdgb.png" title="关闭按钮" alt="图片缺失">
|
||||
<button>立即签到</button>
|
||||
<button class="signImmediately">立即签到</button>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<iframe src="../../public/foot-tab.html" class="foot-iframe" frameborder="0" scrolling="no"></iframe>
|
||||
|
||||
|
||||
<script>
|
||||
// 弹窗点击
|
||||
$(".ty_cz").on("click", () => {
|
||||
$(".ty_shclick").css("display", "flex")
|
||||
<!-- 刪除提示 -->
|
||||
<div class="ty_move">
|
||||
<div class="ty_movecon">
|
||||
|
||||
<p>确定删除要删除该条信息吗?</p>
|
||||
<div class="ty_movebtn">
|
||||
<button class="ty_movesc">确定删除</button><button class="ty_movesc">取消</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script>
|
||||
|
||||
|
||||
if (window.location.search.split("id=")[1]) {
|
||||
|
||||
shippingAddress(true)
|
||||
tyList(window.location.search.split("id=")[1])
|
||||
}
|
||||
|
||||
// 弹窗点击
|
||||
// 收货地址弹窗
|
||||
function shippingAddress(params) {
|
||||
if (params) {
|
||||
$(".ty_shclick").css("display", "flex")
|
||||
} else {
|
||||
$(".ty_shclick").css("display", "none")
|
||||
}
|
||||
}
|
||||
$(".ty_addressEditing").on("click", () => {
|
||||
shippingAddress(true)
|
||||
})
|
||||
$(".ty_cz").on("click", () => {
|
||||
shippingAddress(true)
|
||||
})
|
||||
$(".ty_shgb").on("click", () => {
|
||||
$(".ty_shclick").css("display", "none")
|
||||
shippingAddress(false)
|
||||
})
|
||||
$(".ty_saveAddress").on("click",()=>{
|
||||
shippingAddress(false)
|
||||
})
|
||||
|
||||
//申请售后
|
||||
function applyAfterSales(params) {
|
||||
if (params) {
|
||||
$(".ty_sqshclick").css("display", "flex")
|
||||
} else {
|
||||
$(".ty_sqshclick").css("display", "none")
|
||||
}
|
||||
}
|
||||
$(".ty_fterSubmission").on("clicl", () => {
|
||||
applyAfterSales(false)
|
||||
})
|
||||
$(".ty_sqtc").on("click", () => {
|
||||
$(".ty_sqshclick").css("display", "flex")
|
||||
applyAfterSales(true)
|
||||
|
||||
})
|
||||
$(".ty_shtcgb").on("click", () => {
|
||||
$(".ty_sqshclick").css("display", "none")
|
||||
applyAfterSales(false)
|
||||
|
||||
})
|
||||
|
||||
//售后结果弹窗
|
||||
function afterResults(params) {
|
||||
if (params) {
|
||||
$(".ty_sqjgclick").css("display", "flex")
|
||||
} else {
|
||||
$(".ty_sqjgclick").css("display", "none")
|
||||
}
|
||||
}
|
||||
$(".ty_sqjgtc").on("click", () => {
|
||||
$(".ty_sqjgclick").css("display", "flex")
|
||||
afterResults(true)
|
||||
|
||||
})
|
||||
$(".ty_shjggb").on("click", () => {
|
||||
$(".ty_sqjgclick").css("display", "none")
|
||||
|
||||
afterResults(false)
|
||||
})
|
||||
$(".ty_qdaoclick").on("click", () => {
|
||||
$(".ty_qdao").css("display", "flex")
|
||||
|
||||
// 签到弹窗
|
||||
$(".ty_qdaoclick").on("click", () => {
|
||||
signPrompt(true)
|
||||
})
|
||||
$(".ty_qdgban").on("click", () => {
|
||||
$(".ty_qdao").css("display", "none")
|
||||
|
||||
signPrompt(false)
|
||||
})
|
||||
$(".signImmediately").on("click",()=>{
|
||||
signPrompt(false)
|
||||
})
|
||||
function signPrompt(params) {
|
||||
if (params) {
|
||||
$(".ty_qdao").css("display", "flex")
|
||||
} else {
|
||||
$(".ty_qdao").css("display", "none")
|
||||
}
|
||||
}
|
||||
|
||||
// 优惠切换
|
||||
$(".yhdj").on("click", () => {
|
||||
|
@ -1180,6 +1290,8 @@
|
|||
|
||||
})
|
||||
|
||||
|
||||
// 主题内容切换
|
||||
function tyList(data) {
|
||||
$(".ty_lititnoe").addClass("ty_litittwo");
|
||||
$(".ty_lititnoe").removeClass("ty_lititnoe");
|
||||
|
@ -1220,6 +1332,27 @@
|
|||
|
||||
$(".ty_left").css("left", "-65PX")
|
||||
})
|
||||
|
||||
|
||||
// 删除提示
|
||||
|
||||
$(".ty_scsc").on("click", () => {
|
||||
DeletePromptve(true)
|
||||
})
|
||||
$(".ty_movesc").on("click", () => {
|
||||
DeletePromptve(false)
|
||||
})
|
||||
function DeletePromptve(data) {
|
||||
if (data) {
|
||||
$(".ty_move").css("display", "flex")
|
||||
} else {
|
||||
$(".ty_move").css("display", "none")
|
||||
}
|
||||
|
||||
}
|
||||
$(".ty_ysqxgz").on("click", (e) => {
|
||||
e.preventDefault()
|
||||
})
|
||||
</script>
|
||||
</body>
|
||||
|
||||
|
|
|
@ -5,7 +5,8 @@
|
|||
<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/institutions/institutions.css">
|
||||
<script src="../../js/jquery-1.9.1.js"></script>
|
||||
<script src="../../js/jquery-1.9.1.js" type="text/javascript" charset="utf-8"></script>
|
||||
|
@ -16,10 +17,11 @@
|
|||
width: 100%;
|
||||
height: 400px;
|
||||
}
|
||||
|
||||
.ty_topifrane {
|
||||
width: 100%;
|
||||
height: 300px;
|
||||
}
|
||||
width: 100%;
|
||||
height: 300px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
|
@ -39,22 +41,22 @@
|
|||
<span>密码修改</span>
|
||||
</li>
|
||||
<li onclick="tyList(3)" class="ty_leftcon ty_litittwo">
|
||||
<img src="../../img/grzx/icon_3.png" title="订单" alt="图片已缺失"> <img src="../../img/grzx/iocn (3).png" title="订单+" alt="图片已缺失"> <span>新闻公告</span>
|
||||
<img src="../../img/public/jga3.png" title="新闻公告" alt="图片已缺失"> <img src="../../img/public/jg3.png" title="新闻公告" alt="图片已缺失"> <span>新闻公告</span>
|
||||
</li>
|
||||
<li onclick="tyList(4)" class="ty_leftcon ty_litittwo">
|
||||
<img src="../../img/grzx/icon_4.png" title="关注" alt="图片已缺失"> <img src="../../img/grzx/iocn (4).png" title="关注" alt="图片已缺失"> <span>展览</span>
|
||||
<img src="../../img/public/jga4.png" title="展览" alt="图片已缺失"> <img src="../../img/public/jg4.png" title="展览" alt="图片已缺失"> <span>展览</span>
|
||||
</li>
|
||||
<li onclick="tyList(5)" class="ty_leftcon ty_litittwo">
|
||||
<img src="../../img/grzx/icon_5.png" title="收藏" alt="图片已缺失"> <img src="../../img/grzx/iocn (5).png" title="收藏" alt="图片已缺失"> <span>艺术品</span>
|
||||
<img src="../../img/public/jga5.png" title="艺术品" alt="图片已缺失"> <img src="../../img/public/jg5.png" title="艺术品" alt="图片已缺失"> <span>艺术品</span>
|
||||
</li>
|
||||
<li onclick="tyList(6)" class="ty_leftcon ty_litittwo">
|
||||
<img src="../../img/grzx/icon_6.png" title="积分" alt="图片已缺失"> <img src="../../img/grzx/iocn (6).png" title="积分" alt="图片已缺失"> <span>书刊杂志</span>
|
||||
<img src="../../img/public/jga6.png" title="书刊杂志" alt="图片已缺失"> <img src="../../img/public/jg6.png" title="书刊杂志" alt="图片已缺失"> <span>书刊杂志</span>
|
||||
</li>
|
||||
<li onclick="tyList(7)" class="ty_leftcon ty_litittwo">
|
||||
<img src="../../img/grzx/icon_7.png" title="优惠卷" alt="图片已缺失"> <img src="../../img/grzx/iocn (7).png" title="优惠卷" alt="图片已缺失"> <span>信息动态</span>
|
||||
<img src="../../img/public/jga7.png" title="信息动态" alt="图片已缺失"> <img src="../../img/public/jg7.png" title="信息动态" alt="图片已缺失"> <span>信息动态</span>
|
||||
</li>
|
||||
<li onclick="tyList(8)" class="ty_leftcon ty_litittwo">
|
||||
<img src="../../img/grzx/icon_8.png" title="征稿作品管理+" alt="图片已缺失"> <img src="../../img/grzx/iocn (8).png" title="征稿作品管理+" alt="图片已缺失"> <span>机构成员</span>
|
||||
<img src="../../img/public/jga8.png" title="机构成员" alt="图片已缺失"> <img src="../../img/public/jg8.png" title="机构成员" alt="图片已缺失"> <span>机构成员</span>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- 机构资料 -->
|
||||
|
@ -124,7 +126,7 @@
|
|||
<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 pa" title="照片" src="../../img/jgzx/tyimg.png">
|
||||
<img class="upImg" title="照片" src="../../img/jgzx/tyimg.png">
|
||||
</div>
|
||||
</div>
|
||||
<div class="chooseImg-content">上传图片格式包括jpg/png/gif,图片大小不超过20MB</div>
|
||||
|
@ -200,7 +202,7 @@
|
|||
</div>
|
||||
<div class="ty_int">
|
||||
<p>发布时间:</p>
|
||||
<input type="text">
|
||||
<input type="date">
|
||||
</div>
|
||||
<div class="ty_img">
|
||||
<label for="inputImg" class="font-16 col19">封面图:</label>
|
||||
|
@ -208,7 +210,7 @@
|
|||
<div style="display: flex;">
|
||||
<input class="ty_intfile inputImg" type="file" accept="image/gif,image/jpg,image/png" name="" value="" />
|
||||
|
||||
<img title="封面图" class="upImg pa" src="../../img/jgzx/images/xwfm_03.png">
|
||||
<img title="封面图" class="upImg" src="../../img/jgzx/images/xwfm_03.png">
|
||||
</div>
|
||||
</div>
|
||||
<div class="chooseImg-content">上传图片格式包括jpg/png/gif,图片大小不超过20MB</div>
|
||||
|
@ -237,7 +239,7 @@
|
|||
</script>
|
||||
|
||||
<div class="ty_btn">
|
||||
<button>立即提交</button>
|
||||
<button class="ty_newsBulletin">立即提交</button>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
@ -255,7 +257,8 @@
|
|||
<thead>
|
||||
<tr class="ty_zgtit ty_xwgg">
|
||||
<th>
|
||||
<p class="ty_selectAll"></p>
|
||||
|
||||
<input type="checkbox" class="ty_selectAll" name="" id="" value="" />
|
||||
</th>
|
||||
<th>封面</th>
|
||||
<th>标题</th>
|
||||
|
@ -267,7 +270,8 @@
|
|||
<tbody>
|
||||
<tr class="ty_zgcon ty_xwggcon">
|
||||
<td>
|
||||
<p class="ty_selected" data-in="4"></p>
|
||||
|
||||
<input type="checkbox" class="ty_selected" name="" id="" value="" />
|
||||
</td>
|
||||
|
||||
<td>
|
||||
|
@ -305,7 +309,8 @@
|
|||
|
||||
|
||||
<th>
|
||||
<p class="ty_selectAll"></p>
|
||||
|
||||
<input type="checkbox" class="ty_selectAll" name="" id="" value="" />
|
||||
</th>
|
||||
<th>封面</th>
|
||||
<th>标题</th>
|
||||
|
@ -318,7 +323,8 @@
|
|||
<tbody>
|
||||
<tr class="ty_zgcon ty_xwggcon">
|
||||
<td>
|
||||
<p class="ty_selected" data-in="4"></p>
|
||||
|
||||
<input type="checkbox" class="ty_selected" name="" id="" value="" />
|
||||
</td>
|
||||
|
||||
<td>
|
||||
|
@ -384,7 +390,7 @@
|
|||
<div style="display: flex;">
|
||||
<input class="ty_intfile inputImg" type="file" accept="image/gif,image/jpg,image/png" name="" value="" />
|
||||
|
||||
<img class="upImg pa" title="封面图" alt="图片缺失" src="../../img/jgzx/images/xwfm_03.png">
|
||||
<img class="upImg" title="封面图" alt="图片缺失" src="../../img/jgzx/images/xwfm_03.png">
|
||||
</div>
|
||||
</div>
|
||||
<div class="chooseImg-content">上传图片格式包括jpg/png/gif,图片大小不超过20MB</div>
|
||||
|
@ -395,7 +401,7 @@
|
|||
<div style="display: flex;">
|
||||
<input class="ty_intfile inputImg" type="file" accept="image/gif,image/jpg,image/png" name="" value="" />
|
||||
|
||||
<img class="upImg pa" title="组图" alt="图片缺失" src="../../img/jgzx/images/xwfm_03.png">
|
||||
<img class="upImg" title="组图" alt="图片缺失" src="../../img/jgzx/images/xwfm_03.png">
|
||||
</div>
|
||||
</div>
|
||||
<div class="chooseImg-content">上传图片格式包括jpg/png/gif,图片大小不超过20MB</div>
|
||||
|
@ -425,7 +431,7 @@
|
|||
</script>
|
||||
|
||||
<div class="ty_btn">
|
||||
<button>立即提交</button>
|
||||
<button class="ty_submissionArtwork">立即提交</button>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
@ -446,7 +452,8 @@
|
|||
<thead>
|
||||
<tr class="ty_zltit">
|
||||
<th>
|
||||
<p class="ty_selectAll"></p>
|
||||
|
||||
<input type="checkbox" class="ty_selectAll" name="" id="" value="" />
|
||||
</th>
|
||||
<th>展览图片</th>
|
||||
<th>展览地址</th>
|
||||
|
@ -460,7 +467,8 @@
|
|||
<tbody>
|
||||
<tr class="ty_zlcon">
|
||||
<td>
|
||||
<p class="ty_selected" data-in="4"></p>
|
||||
|
||||
<input type="checkbox" class="ty_selected" name="" id="" value="" />
|
||||
</td>
|
||||
|
||||
<td>
|
||||
|
@ -485,7 +493,8 @@
|
|||
|
||||
<tr class="ty_zlcon">
|
||||
<td>
|
||||
<p class="ty_selected" data-in="4"></p>
|
||||
|
||||
<input type="checkbox" class="ty_selected" name="" id="" value="" />
|
||||
</td>
|
||||
|
||||
<td>
|
||||
|
@ -509,7 +518,8 @@
|
|||
|
||||
<tr class="ty_zlcon">
|
||||
<td>
|
||||
<p class="ty_selected" data-in="4"></p>
|
||||
|
||||
<input type="checkbox" class="ty_selected" name="" id="" value="" />
|
||||
</td>
|
||||
|
||||
<td>
|
||||
|
@ -533,7 +543,8 @@
|
|||
</tr>
|
||||
<tr class="ty_zlcon">
|
||||
<td>
|
||||
<p class="ty_selected" data-in="4"></p>
|
||||
|
||||
<input type="checkbox" class="ty_selected" name="" id="" value="" />
|
||||
</td>
|
||||
|
||||
<td>
|
||||
|
@ -590,7 +601,8 @@
|
|||
<thead>
|
||||
<tr class="ty_zltit ty_zltitManagement">
|
||||
<th>
|
||||
<p class="ty_selectAll"></p>
|
||||
|
||||
<input type="checkbox" class="ty_selectAll" name="" id="" value="" />
|
||||
</th>
|
||||
<th>作品</th>
|
||||
<th>标题</th>
|
||||
|
@ -607,7 +619,8 @@
|
|||
<tbody>
|
||||
<tr class="ty_zlcon ty_zlmanagement">
|
||||
<td class="ty_pind">
|
||||
<p class="ty_selected" data-in="4"></p>
|
||||
|
||||
<input type="checkbox" class="ty_selected" name="" id="" value="" />
|
||||
</td>
|
||||
|
||||
<td>
|
||||
|
@ -648,15 +661,15 @@
|
|||
</div>
|
||||
<div class="ty_int">
|
||||
<p>开始时间:</p>
|
||||
<input type="text">
|
||||
<input type="date">
|
||||
</div>
|
||||
<div class="ty_int">
|
||||
<p>结束时间:</p>
|
||||
<input type="text">
|
||||
<input type="date">
|
||||
</div>
|
||||
<div class="ty_int">
|
||||
<p>开放时间:</p>
|
||||
<input type="text">
|
||||
<input type="date">
|
||||
</div>
|
||||
<div class="ty_setle">
|
||||
<p>地址:</p>
|
||||
|
@ -687,7 +700,7 @@
|
|||
<div style="display: flex;">
|
||||
<input class="ty_intfile inputImg" type="file" accept="image/gif,image/jpg,image/png" name="" value="" />
|
||||
|
||||
<img class="upImg pa" title="封面图" alt="图片缺失" src="../../img/jgzx/images/xwfm_03.png">
|
||||
<img class="upImg" title="封面图" alt="图片缺失" src="../../img/jgzx/images/xwfm_03.png">
|
||||
</div>
|
||||
</div>
|
||||
<div class="chooseImg-content">上传图片格式包括jpg/png/gif,图片大小不超过20MB</div>
|
||||
|
@ -716,7 +729,7 @@
|
|||
</script>
|
||||
|
||||
<div class="ty_btn">
|
||||
<button>立即提交</button>
|
||||
<button class="ty_exhibitionSubmit">立即提交</button>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
@ -772,7 +785,7 @@
|
|||
<div style="display: flex;" class="ty_zlth">
|
||||
<input class="ty_intfile inputImg" type="file" accept="image/gif,image/jpg,image/png" name="" value="" />
|
||||
|
||||
<img class="upImg pa" title="作品" alt="图片缺失" src="../../img/grzx/zgimg.png">
|
||||
<img class="upImg" title="作品" alt="图片缺失" src="../../img/grzx/zgimg.png">
|
||||
</div>
|
||||
</div>
|
||||
<label for="inputImg" class="ty_tihuan">替换作品</label>
|
||||
|
@ -798,7 +811,8 @@
|
|||
<thead>
|
||||
<tr class="ty_zgtit ty_xwgg">
|
||||
<th>
|
||||
<p class="ty_selectAll"></p>
|
||||
|
||||
<input type="checkbox" class="ty_selectAll" name="" id="" value="" />
|
||||
</th>
|
||||
<th>封面</th>
|
||||
<th>标题</th>
|
||||
|
@ -812,7 +826,8 @@
|
|||
<tbody>
|
||||
<tr class="ty_zgcon ty_xwggcon">
|
||||
<td>
|
||||
<p class="ty_selected" data-in="4"></p>
|
||||
|
||||
<input type="checkbox" class="ty_selected" name="" id="" value="" />
|
||||
</td>
|
||||
|
||||
<td>
|
||||
|
@ -831,7 +846,8 @@
|
|||
</tr>
|
||||
<tr class="ty_zgcon ty_xwggcon">
|
||||
<td>
|
||||
<p class="ty_selected" data-in="4"></p>
|
||||
|
||||
<input type="checkbox" class="ty_selected" name="" id="" value="" />
|
||||
</td>
|
||||
|
||||
<td>
|
||||
|
@ -850,7 +866,8 @@
|
|||
</tr>
|
||||
<tr class="ty_zgcon ty_xwggcon">
|
||||
<td>
|
||||
<p class="ty_selected" data-in="4"></p>
|
||||
|
||||
<input type="checkbox" class="ty_selected" name="" id="" value="" />
|
||||
</td>
|
||||
|
||||
<td>
|
||||
|
@ -869,7 +886,8 @@
|
|||
</tr>
|
||||
<tr class="ty_zgcon ty_xwggcon">
|
||||
<td>
|
||||
<p class="ty_selected" data-in="4"></p>
|
||||
|
||||
<input type="checkbox" class="ty_selected" name="" id="" value="" />
|
||||
</td>
|
||||
|
||||
<td>
|
||||
|
@ -917,8 +935,7 @@
|
|||
<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 pa" title="封面图" alt="图片缺失" src="../../img/jgzx/images/xwfm_03.png">
|
||||
<img class="upImg" title="封面图" alt="图片缺失" src="../../img/jgzx/images/xwfm_03.png">
|
||||
</div>
|
||||
</div>
|
||||
<div class="chooseImg-content">上传图片格式包括jpg/png/gif,图片大小不超过20MB</div>
|
||||
|
@ -931,7 +948,7 @@
|
|||
<div style="display: flex;">
|
||||
<input class="ty_intfile inputImg" type="file" accept="image/gif,image/jpg,image/png" name="" value="" />
|
||||
|
||||
<img class="upImg pa" title="组图" alt="图片缺失" src="../../img/jgzx/images/xwfm_03.png">
|
||||
<img class="upImg" title="组图" alt="图片缺失" src="../../img/jgzx/images/xwfm_03.png">
|
||||
</div>
|
||||
</div>
|
||||
<div class="chooseImg-content">上传图片格式包括jpg/png/gif,图片大小不超过20MB</div>
|
||||
|
@ -945,7 +962,8 @@
|
|||
<input class="ty_intf" id="inputImg" type="file" accept="image/gif,image/jpg,image/png" name="" value="" />
|
||||
<input type="text" id="uptxt">
|
||||
</div>
|
||||
<button>预览上传</button>
|
||||
|
||||
<label for="inputImg">预览上传</label>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
@ -977,7 +995,7 @@
|
|||
</script>
|
||||
|
||||
<div class="ty_btn">
|
||||
<button>立即提交</button>
|
||||
<button class="ty_submitBooks">立即提交</button>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
@ -1003,7 +1021,8 @@
|
|||
|
||||
|
||||
<th>
|
||||
<p class="ty_selectAll"></p>
|
||||
|
||||
<input type="checkbox" class="ty_selectAll" name="" id="" value="" />
|
||||
</th>
|
||||
<th>封面</th>
|
||||
<th>标题</th>
|
||||
|
@ -1016,7 +1035,8 @@
|
|||
<tbody>
|
||||
<tr class="ty_zgcon ty_xwggcon">
|
||||
<td>
|
||||
<p class="ty_selected" data-in="4"></p>
|
||||
|
||||
<input type="checkbox" class="ty_selected" name="" id="" value="" />
|
||||
</td>
|
||||
|
||||
<td>
|
||||
|
@ -1064,7 +1084,7 @@
|
|||
</div>
|
||||
<div class="ty_int">
|
||||
<p>发布时间:</p>
|
||||
<input type="text">
|
||||
<input type="date">
|
||||
</div>
|
||||
|
||||
<div class="ty_img">
|
||||
|
@ -1073,7 +1093,7 @@
|
|||
<div style="display: flex;">
|
||||
<input class="ty_intfile inputImg" type="file" accept="image/gif,image/jpg,image/png" name="" value="" />
|
||||
|
||||
<img class="upImg pa" title="封面图" alt="图片缺失" src="../../img/jgzx/images/xwfm_03.png">
|
||||
<img class="upImg" title="封面图" alt="图片缺失" src="../../img/jgzx/images/xwfm_03.png">
|
||||
</div>
|
||||
</div>
|
||||
<div class="chooseImg-content">上传图片格式包括jpg/png/gif,图片大小不超过20MB</div>
|
||||
|
@ -1106,7 +1126,7 @@
|
|||
|
||||
|
||||
<div class="ty_btn">
|
||||
<button>立即提交</button>
|
||||
<button class="ty_submissionInformation">立即提交</button>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
@ -1132,10 +1152,11 @@
|
|||
|
||||
|
||||
<th>
|
||||
<p class="ty_selectAll"></p>
|
||||
|
||||
<input type="checkbox" class="ty_selectAll" name="" id="" value="" />
|
||||
</th>
|
||||
<th>封面</th>
|
||||
<th>标题</th>
|
||||
<th>姓名</th>
|
||||
<th>创建日期</th>
|
||||
<th>状态</th>
|
||||
<th>操作</th>
|
||||
|
@ -1145,7 +1166,8 @@
|
|||
<tbody>
|
||||
<tr class="ty_zgcon ty_jgcona">
|
||||
<td>
|
||||
<p class="ty_selected" data-in="4"></p>
|
||||
|
||||
<input type="checkbox" class="ty_selected" name="" id="" value="" />
|
||||
</td>
|
||||
|
||||
<td>
|
||||
|
@ -1164,17 +1186,7 @@
|
|||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<!-- 信机构成员上传 -->
|
||||
<div style="display:none;" data-in="12" class="ty_ris ">
|
||||
|
@ -1198,7 +1210,7 @@
|
|||
<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 pa" title="照片" alt="图片缺失" src="../../img/jgzx/images/xwfm_03.png">
|
||||
<img class="upImg" title="照片" alt="图片缺失" src="../../img/jgzx/images/xwfm_03.png">
|
||||
</div>
|
||||
</div>
|
||||
<div class="chooseImg-content">上传图片格式包括jpg/png/gif,图片大小不超过20MB</div>
|
||||
|
@ -1228,7 +1240,7 @@
|
|||
|
||||
|
||||
<div class="ty_btn">
|
||||
<button>立即提交</button>
|
||||
<button class="ty_MemberSubmittingBody">立即提交</button>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
@ -1239,7 +1251,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<iframe src="../../public/foot-tab.html" class="foot-iframe" frameborder="0" scrolling="no"></iframe>
|
||||
|
||||
|
||||
<script>
|
||||
$(function () {
|
||||
$(".radio").find('input').click(function () {
|
||||
|
@ -1282,30 +1294,57 @@
|
|||
$(".ty_left").css("left", "-65PX")
|
||||
})
|
||||
|
||||
// 新闻公告选择点击
|
||||
$(".ty_selected").on("click", () => {
|
||||
if ($(event.target).css("backgroundColor") != "rgb(0, 0, 0)") {
|
||||
$(event.target).css("backgroundColor", "#000")
|
||||
|
||||
|
||||
// 添加按钮
|
||||
$(".ty_newsBulletin").on("click", (e) => {
|
||||
e.preventDefault()
|
||||
tyList(3)
|
||||
})
|
||||
$(".ty_exhibitionSubmit").on("click", (e) => {
|
||||
e.preventDefault()
|
||||
tyList(4)
|
||||
})
|
||||
$(".ty_submissionArtwork").on("click", (e) => {
|
||||
e.preventDefault()
|
||||
tyList(5)
|
||||
})
|
||||
$(".ty_submitBooks").on("click", (e) => {
|
||||
e.preventDefault()
|
||||
tyList(6)
|
||||
})
|
||||
$(".ty_submissionInformation").on("click", (e) => {
|
||||
e.preventDefault()
|
||||
tyList(7)
|
||||
})
|
||||
$(".ty_MemberSubmittingBody").on("click", (e) => {
|
||||
e.preventDefault()
|
||||
tyList(8)
|
||||
})
|
||||
|
||||
|
||||
|
||||
// 全选
|
||||
$(".ty_selected").on("click", () => {
|
||||
if ($(event.target).prop("checked")) {
|
||||
$(event.target).prop("checked", true);
|
||||
} else {
|
||||
$(event.target).css("backgroundColor", "#fff")
|
||||
$(event.target).prop("checked", false);
|
||||
}
|
||||
|
||||
})
|
||||
let selectAllIf = true
|
||||
|
||||
|
||||
$('p').parent()
|
||||
$(".ty_selectAll").on("click", (e) => {
|
||||
if ($(e.target).prop("checked")) {
|
||||
|
||||
if (selectAllIf) {
|
||||
selectAllIf = !selectAllIf
|
||||
$(e.target).parent().parent().parent().next().find(".ty_selected").css("backgroundColor", "#000")
|
||||
$(e.target).css("backgroundColor", "#000")
|
||||
$(e.target).parent().parent().parent().next().find(".ty_selected").prop("checked", true);
|
||||
$(e.target).prop("checked", true);
|
||||
} else {
|
||||
$(e.target).parent().parent().parent().next().find(".ty_selected").css("backgroundColor", "#fff")
|
||||
$(e.target).css("backgroundColor", "#fff")
|
||||
selectAllIf = !selectAllIf
|
||||
$(e.target).parent().parent().parent().next().find(".ty_selected").prop("checked", false);
|
||||
$(e.target).prop("checked", false);
|
||||
|
||||
}
|
||||
})
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
<div class="Buyers">
|
||||
<div id="container">
|
||||
<span class="Subtitle">收货人信息</span>
|
||||
<span><a class="addbuy" href="">新增收货地址</a></span>
|
||||
<span><a class="addbuy" href="../grzx/personalData.html?id=9">新增收货地址</a></span>
|
||||
<div id="wrap">
|
||||
<div class="address address-1" onclick="Subtitle();">
|
||||
<div class="name na-1">程鹏龙<img src="../../img/public/chooseAddress.png" ></div>
|
||||
|
|
After Width: | Height: | Size: 403 B |
After Width: | Height: | Size: 698 B |
After Width: | Height: | Size: 607 B |
After Width: | Height: | Size: 379 B |
After Width: | Height: | Size: 439 B |
After Width: | Height: | Size: 770 B |
After Width: | Height: | Size: 512 B |
After Width: | Height: | Size: 408 B |
After Width: | Height: | Size: 710 B |
After Width: | Height: | Size: 600 B |
After Width: | Height: | Size: 391 B |
After Width: | Height: | Size: 476 B |
After Width: | Height: | Size: 737 B |
15
js/huaxia.js
|
@ -339,11 +339,16 @@ $(function(){
|
|||
})
|
||||
// 图片选择
|
||||
$('#inputImg').change(function(){
|
||||
|
||||
|
||||
$filePath=URL.createObjectURL(this.files[0]);
|
||||
$('#upImg').attr('src',$filePath);
|
||||
$('#fileBox').css('display','none')
|
||||
$('#upImg').css('display','inline')
|
||||
|
||||
$("#inputImg+#uptxt").val(`${this.files[0].name}`)
|
||||
|
||||
|
||||
})
|
||||
//图片选择页面复用
|
||||
$('.inputImg').change(function(e){
|
||||
|
@ -352,10 +357,20 @@ $(function(){
|
|||
$(e.target).next().attr('src',$filePath);
|
||||
$('.fileBox').css('display','none')
|
||||
$(e.target).next().css('display','inline')
|
||||
console.log($(e.target).next().attr("class"));
|
||||
if ($(e.target).next().attr("class")!="upImg") {
|
||||
console.log(123);
|
||||
$(".uptoux").attr('src',$filePath);
|
||||
<<<<<<< HEAD
|
||||
}
|
||||
$(".ty_topimgtx").css("display","block")
|
||||
=======
|
||||
$(".ty_topimgtx").css("display","block")
|
||||
|
||||
}
|
||||
|
||||
|
||||
>>>>>>> ea0028c366c205a72ec0c2ce140272053e047979
|
||||
})
|
||||
// 立即投稿
|
||||
$('#submitTG').click(function(){
|
||||
|
|