huaxia/htmls/institutions/institutions.html

1345 lines
58 KiB
HTML
Raw Normal View History

2021-09-10 10:00:42 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>个人中心</title>
2021-09-14 10:07:17 +00:00
<link rel="stylesheet" href="../../css/institutions/institutions.css">
2021-09-10 10:00:42 +00:00
<style>
.foot-iframe {
width: 100%;
height: 400px;
}
</style>
</head>
<body class="ty_co">
<iframe src="../../public/center-head.html" class="ty_topifrane" frameborder="0" scrolling="no"></iframe>
<div class="mian ">
<div class="ty_ds">
<button class="naliu">菜单</button>
<ul class="ty_left">
<li class="ty_caidan">收起菜单</li>
<li class="ty_lefttx"><img src="../../img/grzx/tx_04.jpg" title="图4" alt="图片已缺失"><span>243</span></li>
<li onclick="tyList(1)" class="ty_leftcon ty_lititnoe">
<img style="width: 18px;" src="../../img/grzx/icon_1.png" title="图5" alt="图片已缺失"> <img style="width: 18px;" src="../../img/grzx/iocn (1).png" title="图5" alt="图片已缺失"> <span>机构资料</span></span>
</li>
<li onclick="tyList(2)" class="ty_leftcon ty_litittwo">
2021-09-14 10:07:17 +00:00
<img src="../../img/grzx/icon_2.png" title="密码修改" alt="图片已缺失"> <img src="../../img/grzx/iocn (2).png" title="密码修改" alt="图片已缺失">
2021-09-10 10:00:42 +00:00
<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>
</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>
</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>
</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>
</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>
</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>
</li>
2021-09-14 10:07:17 +00:00
2021-09-10 10:00:42 +00:00
</ul>
<!-- 个人资料 -->
<div style="display:block" data-in="1" class="ty_ris ">
<p class="ty_tit">个人资料</p>
<div class="ty_riscon ty_jgzl">
<div class="ty_tupian">
<div class="ty_scimg">
<!-- <img src="" alt="图片缺失"> -->
</div>
<div>
<button class="ty_tubtn"><img src="../../img/grzx/tusc.jpg" title="头像上传" alt="图片已缺失">请选择您要上传的头像</button>
<p class="ty_col" style="font-size: 12px;">仅支持JPG,GIF,PNG,JPEG,BMP格式</p>
</p>
</div>
</div>
<div>
<div class="ty_name">
<p>用户名:</p>
<p>asdgf</p>
</div>
<div class="ty_int">
<p>机构名称:</p>
<input type="text">
</div>
<div class="ty_int">
<p>联系人:</p>
<input type="text">
</div>
<div class="ty_int">
<p>电话:</p>
<input type="text">
</div>
<div class="ty_int">
<p>手机:</p>
<input type="text">
</div>
<div class="ty_int">
<p>E-MAIL</p>
<input type="text">
</div>
<div class="ty_setle">
<p>地址:</p>
<select name="" id="">
<option value="">四川省</option>
</select>
<select name="" id="">
<option value="">成都市</option>
</select>
<select name="" id="">
<option value="">锦江区</option>
</select>
</div>
2021-09-16 08:19:03 +00:00
<div>
</div>
2021-09-10 10:00:42 +00:00
<div class="ty_int">
<p></p>
<input class="tyint_pal" placeholder="请输入详情地址" type="text">
</div>
2021-09-16 08:19:03 +00:00
2021-09-14 10:07:17 +00:00
<div class="ty_img">
<p>图片</p>
<div>
<img src="../../img/jgzx/tyimg.png" alt="">
<p>仅支持JPG、PNG格式文件小于4M</p>
</div>
</div>
2021-09-10 10:00:42 +00:00
<div class="ty_btn">
<button>提交</button>
</div>
</div>
</div>
</div>
<!-- 修改密码 -->
<div style="display:none" data-in="2" class="ty_ris ">
<p class="ty_tit">个人资料</p>
<div class="ty_riscon ty_riscon1">
<div>
<div class="ty_int ty_password ty_wic">
<p>原密码:</p>
<input type="text">
</div>
<div class="ty_int ty_password ty_wic">
<p>新密码:</p>
<input type="text">
</div>
<div class="ty_int ty_password ty_wic">
<p>确认新密码:</p>
<input type="text">
</div>
<div class="ty_btn ty_btn1">
<button>提交</button>
</div>
</div>
</div>
</div>
2021-09-16 08:19:03 +00:00
<!-- 添加新闻 -->
<div style="display:none;" data-in="20" class="ty_ris ">
<p class="ty_tit">添加内容</p>
<div class="ty_riscon ty_jgzl" style="margin-top: 10px;">
2021-09-10 10:00:42 +00:00
<div>
2021-09-16 08:19:03 +00:00
<div class="ty_int">
<p>标题:</p>
<input type="text">
</div>
<div class="ty_int">
<p>链接:</p>
<input type="text">
</div>
<div class="ty_int">
<p>发布时间:</p>
<input type="text">
</div>
<div class="ty_img">
<p>封面图:</p>
2021-09-10 10:00:42 +00:00
<div>
2021-09-16 08:19:03 +00:00
<img src="../../img/jgzx/images/xwfm_03.png" alt="">
<p>仅支持JPG、PNG格式文件小于4M</p>
2021-09-10 10:00:42 +00:00
</div>
</div>
2021-09-16 08:19:03 +00:00
<div class="ty_btn">
<button>立即提交</button>
2021-09-10 10:00:42 +00:00
</div>
</div>
</div>
2021-09-16 08:19:03 +00:00
</div>
<!-- 新闻公告 -->
<div style="display:none" data-in="3" class="ty_ris">
<div class="ty_tit ty_dis">
<p>新闻公告</p>
<div>
2021-09-10 10:00:42 +00:00
2021-09-16 08:19:03 +00:00
<button onclick="tyList(20,false)" class="ty_btnzlb">添加内容</button><button class="ty_btnzlp">批量删除</button></button>
</div>
2021-09-10 10:00:42 +00:00
</div>
2021-09-16 08:19:03 +00:00
<div class="ty_con" style=" padding: 25px 24px 20px;">
2021-09-10 10:00:42 +00:00
2021-09-16 08:19:03 +00:00
<table class="ty_xwtable" cellspacing=0>
<thead>
<tr class="ty_zgtit">
<th>
<p class="ty_selectAll"></p>
</th>
<th>封面</th>
<th>标题</th>
<th>创建日期</th>
<th>状态</th>
<th>操作</th>
</tr>
</thead>
<tbody>
<tr class="ty_zgcon">
<td>
<p class="ty_selected" data-in="4"></p>
</td>
<td>
<img src="../../img/grzx/zgimg.png" title="雅尊Yazun现代轻奢艺术镂空装饰品摆设工艺品 B款 " alt="图片缺失">
</td>
<td class="ty_zgzti">雅尊Yazun现代轻奢艺术镂空装饰品摆设工艺品 B款 </td>
<td style="margin-top: 5px;" class="ty_zgzti">2019-12-20</td>
<td style="margin-top: 5px;" class="ty_zgzti">正常</td>
<td>
<button class="ty_button">向上</button>
<button class="ty_button">向下</button>
<button onclick="tyList(16,false)" class="ty_bj">编辑</button>
<button class="ty_scsc">删除</button>
</td>
</tr>
</tbody>
</table>
2021-09-10 10:00:42 +00:00
2021-09-16 08:19:03 +00:00
<!-- 征稿 -->
2021-09-10 10:00:42 +00:00
2021-09-16 08:19:03 +00:00
</div>
2021-09-10 10:00:42 +00:00
2021-09-16 08:19:03 +00:00
</div>
<!-- 艺术品 -->
<div style="display:none" data-in="5" class="ty_ris">
<div class="ty_tit ty_dis">
<p>艺术家</p>
<div>
<button onclick="tyList(15,false)" class="ty_btnzlb">添加内容</button><button class="ty_btnzlp">批量删除</button></button>
2021-09-10 10:00:42 +00:00
</div>
2021-09-16 08:19:03 +00:00
</div>
<div class="ty_con" style=" padding: 25px 24px 20px;">
2021-09-10 10:00:42 +00:00
2021-09-16 08:19:03 +00:00
<table class="ty_xwtable" cellspacing=0>
<thead>
<tr class="ty_zgtit">
<th>
<p class="ty_selectAll"></p>
</th>
<th>封面</th>
<th>标题</th>
<th>创建日期</th>
<th>状态</th>
<th>操作</th>
</tr>
</thead>
<tbody>
<tr class="ty_zgcon">
<td>
<p class="ty_selected" data-in="4"></p>
</td>
<td>
<img src="../../img/grzx/zgimg.png" title="雅尊Yazun现代轻奢艺术镂空装饰品摆设工艺品 B款 " alt="图片缺失">
</td>
<td class="ty_zgzti">雅尊Yazun现代轻奢艺术镂空装饰品摆设工艺品 B款 </td>
<td style="margin-top: 5px;" class="ty_zgzti">2019-12-20</td>
<td style="margin-top: 5px;" class="ty_zgzti">正常</td>
<td>
<button class="ty_button">向上</button>
<button class="ty_button">向下</button>
<button onclick="tyList(16,false)" class="ty_bj">编辑</button>
<button class="ty_scsc">删除</button>
</td>
</tr>
</tbody>
</table>
<div class="ty_buttton">
2021-09-10 10:00:42 +00:00
<div>
2021-09-16 08:19:03 +00:00
<p class="ty_selectAll"></p>
<p>批量删除</p>
2021-09-10 10:00:42 +00:00
</div>
2021-09-16 08:19:03 +00:00
<div class="ty_paging">
<p>上一页</p>
<div>
<span class="ty_pagingcol">1</span>
</div>
<p>下一页</p>
2021-09-10 10:00:42 +00:00
</div>
</div>
2021-09-16 08:19:03 +00:00
2021-09-10 10:00:42 +00:00
</div>
2021-09-16 08:19:03 +00:00
</div>
<!-- 艺术品上传 -->
<div style="display:none;" data-in="15" class="ty_ris ">
<p class="ty_tit">添加作品</p>
<form class="ty_riscon ty_jgzl ty_zltj" style="margin-top: 10px;padding-left: 25px;">
<div>
<div class="ty_int">
<p>标题:</p>
<input type="text">
2021-09-10 10:00:42 +00:00
</div>
2021-09-16 08:19:03 +00:00
<div class="ty_int ty_textarea">
<p>副标题:</p>
<textarea class="ty_yspsc" name="" id="" cols="30" rows="10"></textarea>
2021-09-10 10:00:42 +00:00
</div>
2021-09-16 08:19:03 +00:00
<div class="ty_int">
<p>类别:</p>
<input type="text">
2021-09-10 10:00:42 +00:00
</div>
2021-09-16 08:19:03 +00:00
<div class="ty_int">
<p>尺寸:</p>
<input type="text">
2021-09-10 10:00:42 +00:00
</div>
2021-09-16 08:19:03 +00:00
<div class="ty_int">
<p>链接:</p>
<input type="text">
</div>
<div class="ty_int">
<p>购买链接:</p>
<input type="text">
</div>
<div class="ty_img">
<p>封面图:</p>
<div>
<img src="../../img/jgzx/images/xwfm_03.png" alt="">
<p>上传图片格式包括jpg/png/gif图片大小不超过20MB</p>
</div>
2021-09-10 10:00:42 +00:00
</div>
2021-09-16 08:19:03 +00:00
<div class="ty_img">
<p>组图:</p>
<div>
<img src="../../img/jgzx/images/xwfm_03.png" alt="">
<p>上传图片格式包括jpg/png/gif图片大小不超过20MB</p>
</div>
2021-09-10 10:00:42 +00:00
</div>
2021-09-16 08:19:03 +00:00
<div class="ty_btn">
<button>立即提交</button>
2021-09-10 10:00:42 +00:00
</div>
</div>
2021-09-16 08:19:03 +00:00
</form>
2021-09-10 10:00:42 +00:00
2021-09-16 08:19:03 +00:00
</div>
<!-- 展览 -->
<div style="display:none" data-in="4" class="ty_ris">
<div class="ty_tit ty_dis">
<p>展览</p>
<div>
<button onclick="tyList(21,false)" class="ty_btnzlb">添加展览</button><button class="ty_btnzlp">批量删除</button></button>
2021-09-10 10:00:42 +00:00
</div>
</div>
2021-09-16 08:19:03 +00:00
<div class="ty_con" style=" padding: 25px 24px 20px;">
2021-09-10 10:00:42 +00:00
2021-09-16 08:19:03 +00:00
<table class="ty_xwtable" cellspacing=0>
<thead>
<tr class="ty_zltit">
<th>
<p class="ty_selectAll"></p>
</th>
<th>展览图片</th>
<th>展览地址</th>
<th>日期</th>
<th>状态</th>
<th>作品管理</th>
<th>是否开启投票</th>
<th>操作</th>
</tr>
</thead>
<tbody>
<tr class="ty_zlcon">
<td>
<p class="ty_selected" data-in="4"></p>
</td>
<td>
<img src="../../img/grzx/zgimg.png" title="雅尊Yazun现代轻奢艺术镂空装饰品摆设工艺品 B款 " alt="图片缺失">
</td>
<td class="ty_zlzti">雅尊Yazun现代轻奢艺术镂空装饰品摆设工艺品 B款 </td>
<td style="margin-top: 5px;" class="ty_zlzti">2019-12-20</td>
<td style="margin-top: 5px;" class="ty_zlzti">正常</td>
<td style="margin-top: 5px;" class="ty_zlzti">
<p onclick="tyList(17,false)">管理</p>
</td>
<td style="margin-top: 5px;" class="ty_zlzti"></td>
<td>
<button class="ty_button">向上</button>
<button class="ty_button">向下</button>
<button onclick="tyList(16,false)" class="ty_bj">编辑</button>
<button class="ty_scsc">删除</button>
</td>
</tr>
<tr class="ty_zlcon">
<td>
<p class="ty_selected" data-in="4"></p>
</td>
<td>
<img src="../../img/grzx/zgimg.png" title="雅尊Yazun现代轻奢艺术镂空装饰品摆设工艺品 B款 " alt="图片缺失">
</td>
<td class="ty_zlzti">雅尊Yazun现代轻奢艺术镂空装饰品摆设工艺品 B款 </td>
<td style="margin-top: 5px;" class="ty_zlzti">2019-12-20</td>
<td style="margin-top: 5px;" class="ty_zlzti">正常</td>
<td style="margin-top: 5px;" class="ty_zlzti">
<p onclick="tyList(17,false)">管理</p>
</td>
<td style="margin-top: 5px;" class="ty_zlzti"></td>
<td>
<button class="ty_button">向上</button>
<button class="ty_button">向下</button>
<button onclick="tyList(16,false)" class="ty_bj">编辑</button>
<button class="ty_scsc">删除</button>
</td>
</tr>
<tr class="ty_zlcon">
<td>
<p class="ty_selected" data-in="4"></p>
</td>
<td>
<img src="../../img/grzx/zgimg.png" title="雅尊Yazun现代轻奢艺术镂空装饰品摆设工艺品 B款 " alt="图片缺失">
</td>
<td class="ty_zlzti">雅尊Yazun现代轻奢艺术镂空装饰品摆设工艺品 B款 </td>
<td style="margin-top: 5px;" class="ty_zlzti">2019-12-20</td>
<td style="margin-top: 5px;" class="ty_zlzti">正常</td>
<td style="margin-top: 5px;" class="ty_zlzti">
<p onclick="tyList(17,false)">管理</p>
</td>
<td style="margin-top: 5px;" class="ty_zlzti"></td>
<td>
<button class="ty_button">向上</button>
<button class="ty_button">向下</button>
<button onclick="tyList(16,false)" class="ty_bj">编辑</button>
<button class="ty_scsc">删除</button>
</td>
</tr>
<tr class="ty_zlcon">
<td>
<p class="ty_selected" data-in="4"></p>
</td>
<td>
<img src="../../img/grzx/zgimg.png" title="雅尊Yazun现代轻奢艺术镂空装饰品摆设工艺品 B款 " alt="图片缺失">
</td>
<td class="ty_zlzti">雅尊Yazun现代轻奢艺术镂空装饰品摆设工艺品 B款 </td>
<td style="margin-top: 5px;" class="ty_zlzti">2019-12-20</td>
<td style="margin-top: 5px;" class="ty_zlzti">正常</td>
<td style="margin-top: 5px;" class="ty_zlzti">
<p onclick="tyList(17,false)">管理</p>
</td>
<td style="margin-top: 5px;" class="ty_zlzti"></td>
<td>
<button class="ty_button">向上</button>
<button class="ty_button">向下</button>
<button onclick="tyList(16,false)" class="ty_bj">编辑</button>
<button class="ty_scsc">删除</button>
</td>
</tr>
</tbody>
</table>
<div class="ty_buttton">
<div>
<p class="ty_selectAll"></p>
<p>批量删除</p>
2021-09-10 10:00:42 +00:00
</div>
2021-09-16 08:19:03 +00:00
<div class="ty_paging">
<p>上一页</p>
2021-09-10 10:00:42 +00:00
<div>
2021-09-16 08:19:03 +00:00
<span class="ty_pagingcol">1</span>
2021-09-10 10:00:42 +00:00
</div>
2021-09-16 08:19:03 +00:00
<p>下一页</p>
2021-09-10 10:00:42 +00:00
</div>
</div>
2021-09-16 08:19:03 +00:00
</div>
2021-09-10 10:00:42 +00:00
2021-09-16 08:19:03 +00:00
</div>
<!-- 展览管理 -->
<div style="display:none" data-in="17" class="ty_ris">
<div class="ty_tit ty_dis">
<p>展览</p>
<div class="ty_zltop">
<select name="" id="">
<option value="">审核状态</option>
</select>
<label for="">
<input type="text">
<span>
<img src="../../img/grzx/fdj.png" alt="">
</span>
</label>
<button onclick="tyList(21,false)" class="ty_btnzlb">添加展览</button><button class="ty_btnzlp">批量删除</button></button>
2021-09-10 10:00:42 +00:00
</div>
2021-09-16 08:19:03 +00:00
</div>
<div class="ty_con" style=" padding: 25px 24px 20px;">
<table class="ty_xwtable" cellspacing=0>
<thead>
<tr class="ty_zltit ty_zltitManagement">
<th>
<p class="ty_selectAll"></p>
</th>
<th>作品</th>
<th>标题</th>
<th>参数人</th>
<th>联系方式</th>
<th>编号</th>
<th>票数</th>
<th>排名</th>
<th>日期</th>
<th>状态</th>
<th>操作</th>
</tr>
</thead>
<tbody>
<tr class="ty_zlcon ty_zlmanagement">
<td>
<p class="ty_selected" data-in="4"></p>
</td>
<td>
<img src="../../img/grzx/zgimg.png" title="雅尊Yazun现代轻奢艺术镂空装饰品摆设工艺品 B款 " alt="图片缺失">
</td>
<td class="ty_zlzti">雅尊Yazun现代轻奢艺 </td>
<td style="margin-top: 5px;" class="ty_zlzti tdptd">詹珊珊</td>
<td style="margin-top: 5px;" class="ty_zlzti tdptd">13880125252</td>
<td style="margin-top: 5px;" class="ty_zlzti tdptd">zh14523</td>
<td style="margin-top: 5px;" class="ty_zlzti tdptd">5623</td>
<td style="margin-top: 5px;" class="ty_zlzti tdptd">12</td>
<td style="margin-top: 5px;" class="ty_zlzti tdptd">2019-12-20</td>
<td style="margin-top: 5px;" class="ty_zlzti tdptd">已通过</td>
<td>
<button class="ty_button">向上</button>
<button class="ty_button">向下</button>
<button onclick="tyList(16,false)" class="ty_bj">编辑</button>
<button class="ty_scsc">删除</button>
</td>
</tr>
</tbody>
</table>
<div class="ty_buttton">
<div>
<p class="ty_selectAll"></p>
<p>批量删除</p>
</div>
<div class="ty_paging">
<p>上一页</p>
2021-09-10 10:00:42 +00:00
<div>
2021-09-16 08:19:03 +00:00
<span class="ty_pagingcol">1</span>
2021-09-10 10:00:42 +00:00
</div>
2021-09-16 08:19:03 +00:00
<p>下一页</p>
2021-09-10 10:00:42 +00:00
</div>
2021-09-16 08:19:03 +00:00
</div>
2021-09-10 10:00:42 +00:00
2021-09-16 08:19:03 +00:00
</div>
2021-09-10 10:00:42 +00:00
2021-09-16 08:19:03 +00:00
</div>
<!-- 添加展览 -->
<div style="display:none;" data-in="21" class="ty_ris ">
<p class="ty_tit">添加内容</p>
<form class="ty_riscon ty_jgzl ty_zltj" style="margin-top: 10px;padding-left: 25px;">
<div>
<div class="ty_int">
<p>展览标题:</p>
<input type="text">
</div>
<div class="ty_int">
<p>主办方:</p>
<input type="text">
</div>
<div class="ty_int">
<p>开始时间:</p>
<input type="text">
2021-09-10 10:00:42 +00:00
</div>
2021-09-16 08:19:03 +00:00
<div class="ty_int">
<p>结束时间:</p>
<input type="text">
</div>
<div class="ty_int">
<p>开放时间:</p>
<input type="text">
</div>
<div class="ty_setle">
<p>地址:</p>
<select name="" id="">
<option value="">四川省</option>
</select>
<select name="" id="">
<option value="">成都市</option>
</select>
<select name="" id="">
<option value="">锦江区</option>
</select>
</div>
<div class="ty_int">
<p></p>
<input class="tyint_pal" placeholder="请输入详情地址" type="text">
</div>
<div class="ty_radio">
<p>是否开启投票:</p>
<div class="choose">
<label class="radio"><input type="radio" name="radio" value="1" checked="checked"><i></i></label>
<label class="radio"><input type="radio" value="2" name="radio"><i></i></label>
2021-09-10 10:00:42 +00:00
</div>
2021-09-16 08:19:03 +00:00
</div>
<div class="ty_img">
<p>封面图:</p>
2021-09-10 10:00:42 +00:00
<div>
2021-09-16 08:19:03 +00:00
<img src="../../img/jgzx/images/xwfm_03.png" alt="">
<p>仅支持JPG、PNG格式文件小于4M</p>
2021-09-10 10:00:42 +00:00
</div>
2021-09-16 08:19:03 +00:00
</div>
<div class="ty_btn">
<button>立即提交</button>
2021-09-10 10:00:42 +00:00
</div>
2021-09-16 08:19:03 +00:00
</div>
</form>
2021-09-10 10:00:42 +00:00
2021-09-16 08:19:03 +00:00
</div>
<!-- 修改展览 -->
<div style="display:none;" data-in="16" class="ty_ris ">
<p class="ty_tit">添加内容</p>
<form class="ty_riscon ty_jgzl ty_zltj" style="margin-top: 10px;padding-left: 25px;">
<div>
<div class="ty_int">
<p>作品编号:</p>
<input type="text">
</div>
<div class="ty_int">
<p>作品名称:</p>
<input type="text">
</div>
<div class="ty_int">
<p>类别:</p>
<input type="text">
</div>
<div class="ty_int">
<p>尺寸:</p>
<input type="text">
</div>
<div class="ty_int">
<p>作者:</p>
<input type="text">
</div>
<div class="ty_int">
<p>联系方式:</p>
<input type="text">
</div>
<div class="ty_int">
<p>票数:</p>
<input type="text">
</div>
<div class="ty_radio">
<p>审核状态:</p>
<div class="choose">
<label class="radio"><input type="radio" name="radio" value="1" checked="checked">已通过<i></i></label>
<label class="radio"><input type="radio" value="2" name="radio">未通过<i></i></label>
2021-09-10 10:00:42 +00:00
</div>
</div>
2021-09-16 08:19:03 +00:00
<div class="ty_img">
<p>查看作品:</p>
<div>
<img src="../../img/jgzx/images/xwfm_03.png" alt="">
<p>替换作品</p>
</div>
2021-09-10 10:00:42 +00:00
2021-09-16 08:19:03 +00:00
</div>
<div class="ty_btn">
<button>立即提交</button>
</div>
2021-09-10 10:00:42 +00:00
</div>
2021-09-16 08:19:03 +00:00
</form>
2021-09-10 10:00:42 +00:00
</div>
2021-09-16 08:19:03 +00:00
<!-- 书刊杂志 -->
2021-09-10 10:00:42 +00:00
<div style="display:none" data-in="6" class="ty_ris">
2021-09-16 08:19:03 +00:00
<div class="ty_tit ty_dis">
<p>书刊杂志</p>
2021-09-10 10:00:42 +00:00
<div>
2021-09-16 08:19:03 +00:00
<button onclick="tyList(14,false)" class="ty_btnzlb">添加内容</button><button class="ty_btnzlp">批量删除</button></button>
2021-09-10 10:00:42 +00:00
</div>
</div>
2021-09-16 08:19:03 +00:00
<div class="ty_con" style=" padding: 25px 24px 20px;">
<table class="ty_xwtable" cellspacing=0>
<thead>
<tr class="ty_zgtit">
<th>
<p class="ty_selectAll"></p>
</th>
<th>封面</th>
<th>标题</th>
<th>创建日期</th>
<th>状态</th>
<th>操作</th>
</tr>
</thead>
<tbody>
<tr class="ty_zgcon">
<td>
<p class="ty_selected" data-in="4"></p>
</td>
<td>
<img src="../../img/grzx/zgimg.png" title="雅尊Yazun现代轻奢艺术镂空装饰品摆设工艺品 B款 " alt="图片缺失">
</td>
<td class="ty_zgzti">雅尊Yazun现代轻奢艺术镂空装饰品摆设工艺品 B款 </td>
<td style="margin-top: 5px;" class="ty_zgzti">2019-12-20</td>
<td style="margin-top: 5px;" class="ty_zgzti">正常</td>
<td>
<button class="ty_button">向上</button>
<button class="ty_button">向下</button>
<button onclick="tyList(16,false)" class="ty_bj">编辑</button>
<button class="ty_scsc">删除</button>
</td>
</tr>
</tbody>
</table>
<div class="ty_buttton">
<div>
<p class="ty_selectAll"></p>
<p>批量删除</p>
</div>
<div class="ty_paging">
<p>上一页</p>
2021-09-10 10:00:42 +00:00
<div>
2021-09-16 08:19:03 +00:00
<span class="ty_pagingcol">1</span>
2021-09-10 10:00:42 +00:00
</div>
2021-09-16 08:19:03 +00:00
<p>下一页</p>
2021-09-10 10:00:42 +00:00
</div>
2021-09-16 08:19:03 +00:00
</div>
2021-09-10 10:00:42 +00:00
2021-09-16 08:19:03 +00:00
</div>
2021-09-10 10:00:42 +00:00
2021-09-16 08:19:03 +00:00
</div>
<!-- 书刊杂志上传 -->
<div style="display:none;" data-in="14" class="ty_ris ">
<p class="ty_tit">添加作品</p>
<form class="ty_riscon ty_jgzl ty_zltj" style="margin-top: 10px;padding-left: 25px;">
<div>
<div class="ty_int">
<p>标题:</p>
<input type="text">
</div>
<div class="ty_int ty_textarea">
<p>副标题:</p>
<textarea class="ty_yspsc" name="" id="" cols="30" rows="10"></textarea>
</div>
<div class="ty_int">
<p>链接:</p>
<input type="text">
</div>
<div class="ty_int">
<p>购买链接:</p>
<input type="text">
</div>
<div class="ty_img">
<p>封面图:</p>
2021-09-10 10:00:42 +00:00
<div>
2021-09-16 08:19:03 +00:00
<img src="../../img/jgzx/images/xwfm_03.png" alt="">
<p>上传图片格式包括jpg/png/gif图片大小不超过20MB</p>
2021-09-10 10:00:42 +00:00
</div>
2021-09-16 08:19:03 +00:00
</div>
<div class="ty_img">
<p>组图:</p>
2021-09-10 10:00:42 +00:00
<div>
2021-09-16 08:19:03 +00:00
<img src="../../img/jgzx/images/xwfm_03.png" alt="">
<p>上传图片格式包括jpg/png/gif图片大小不超过20MB</p>
2021-09-10 10:00:42 +00:00
</div>
</div>
2021-09-16 08:19:03 +00:00
<div class="ty_int">
<p>上传pdf文件</p>
<input type="file">
<p>预览上传</p>
</div>
<div class="ty_int">
<p>出版内容:</p>
<input type="text">
</div>
<div class="ty_btn">
<button>立即提交</button>
</div>
2021-09-10 10:00:42 +00:00
</div>
2021-09-16 08:19:03 +00:00
</form>
2021-09-10 10:00:42 +00:00
2021-09-16 08:19:03 +00:00
</div>
2021-09-10 10:00:42 +00:00
2021-09-16 08:19:03 +00:00
<div style="display:none" data-in="6" class="ty_ris">
<div class="ty_tit ty_dis">
<p>书刊杂志</p>
<div>
2021-09-10 10:00:42 +00:00
2021-09-16 08:19:03 +00:00
<button onclick="tyList(14,false)" class="ty_btnzlb">添加内容</button><button class="ty_btnzlp">批量删除</button></button>
2021-09-10 10:00:42 +00:00
</div>
</div>
2021-09-16 08:19:03 +00:00
<div class="ty_con" style=" padding: 25px 24px 20px;">
2021-09-10 10:00:42 +00:00
2021-09-16 08:19:03 +00:00
<table class="ty_xwtable" cellspacing=0>
<thead>
<tr class="ty_zgtit">
<th>
<p class="ty_selectAll"></p>
</th>
<th>封面</th>
<th>标题</th>
<th>创建日期</th>
<th>状态</th>
<th>操作</th>
</tr>
</thead>
<tbody>
<tr class="ty_zgcon">
<td>
<p class="ty_selected" data-in="4"></p>
</td>
<td>
<img src="../../img/grzx/zgimg.png" title="雅尊Yazun现代轻奢艺术镂空装饰品摆设工艺品 B款 " alt="图片缺失">
</td>
<td class="ty_zgzti">雅尊Yazun现代轻奢艺术镂空装饰品摆设工艺品 B款 </td>
<td style="margin-top: 5px;" class="ty_zgzti">2019-12-20</td>
<td style="margin-top: 5px;" class="ty_zgzti">正常</td>
<td>
<button class="ty_button">向上</button>
<button class="ty_button">向下</button>
<button onclick="tyList(16,false)" class="ty_bj">编辑</button>
<button class="ty_scsc">删除</button>
</td>
</tr>
</tbody>
</table>
<div class="ty_buttton">
<div>
<p class="ty_selectAll"></p>
<p>批量删除</p>
</div>
2021-09-10 10:00:42 +00:00
2021-09-16 08:19:03 +00:00
<div class="ty_paging">
<p>上一页</p>
<div>
<span class="ty_pagingcol">1</span>
</div>
<p>下一页</p>
2021-09-10 10:00:42 +00:00
2021-09-16 08:19:03 +00:00
</div>
2021-09-10 10:00:42 +00:00
</div>
2021-09-16 08:19:03 +00:00
2021-09-10 10:00:42 +00:00
</div>
2021-09-16 08:19:03 +00:00
2021-09-10 10:00:42 +00:00
</div>
2021-09-16 08:19:03 +00:00
<!-- 书刊杂志上传 -->
<div style="display:none;" data-in="14" class="ty_ris ">
<p class="ty_tit">添加作品</p>
<form class="ty_riscon ty_jgzl ty_zltj" style="margin-top: 10px;padding-left: 25px;">
2021-09-10 10:00:42 +00:00
<div>
2021-09-16 08:19:03 +00:00
<div class="ty_int">
<p>标题:</p>
<input type="text">
</div>
<div class="ty_int ty_textarea">
<p>副标题:</p>
<textarea class="ty_yspsc" name="" id="" cols="30" rows="10"></textarea>
</div>
2021-09-10 10:00:42 +00:00
2021-09-16 08:19:03 +00:00
<div class="ty_int">
<p>链接:</p>
<input type="text">
</div>
<div class="ty_int">
<p>购买链接:</p>
<input type="text">
</div>
<div class="ty_img">
<p>封面图:</p>
2021-09-10 10:00:42 +00:00
<div>
2021-09-16 08:19:03 +00:00
<img src="../../img/jgzx/images/xwfm_03.png" alt="">
<p>上传图片格式包括jpg/png/gif图片大小不超过20MB</p>
2021-09-10 10:00:42 +00:00
</div>
2021-09-14 10:07:17 +00:00
2021-09-10 10:00:42 +00:00
</div>
2021-09-16 08:19:03 +00:00
<div class="ty_img">
<p>组图:</p>
2021-09-10 10:00:42 +00:00
<div>
2021-09-16 08:19:03 +00:00
<img src="../../img/jgzx/images/xwfm_03.png" alt="">
<p>上传图片格式包括jpg/png/gif图片大小不超过20MB</p>
2021-09-10 10:00:42 +00:00
</div>
2021-09-16 08:19:03 +00:00
</div>
<div class="ty_int">
<p>上传pdf文件</p>
<input type="file">
<p>预览上传</p>
</div>
<div class="ty_int">
<p>出版内容:</p>
<input type="text">
2021-09-14 10:07:17 +00:00
</div>
2021-09-10 10:00:42 +00:00
2021-09-16 08:19:03 +00:00
<div class="ty_btn">
<button>立即提交</button>
2021-09-10 10:00:42 +00:00
</div>
</div>
2021-09-16 08:19:03 +00:00
</form>
2021-09-10 10:00:42 +00:00
</div>
</div>
</div>
<!-- 收货地址弹窗 -->
<div class="ty_xzsh ty_shclick" style="display: none;">
<div class="ty_tcon">
<div class="ty_tctiti">
<p>新增收货地址</p>
<p class="ty_gbtc ty_shgb"><img src="../../img/grzx/sh.jpg" title="关闭" alt="图片缺失"></p>
</div>
<div class="ty_tris">
<div class="ty_int ty_tcwi ">
<p>收货人:</p>
<input type="text">
</div>
<div class="ty_setle ty_tcwi">
<p>所在地址:</p>
<select name="" id="">
<option value="">四川省</option>
</select>
<select name="" id="">
<option value="">成都市</option>
</select>
<select name="" id="">
<option value="">锦江区</option>
</select>
</div>
<div class="ty_int ty_tcwi">
<p></p>
<input class="tyint_pal" placeholder="请输入详情地址" type="text">
</div>
<div class="ty_int ty_tcwi">
<p>手机:</p>
<input type="text">
</div>
<div class="ty_btn">
<button style="width: 155px;height: 51px;margin-right: 3px;">保存收货地址</button>
</div>
</div>
</div>
</div>
<!-- 申请售后弹窗 -->
<div class="ty_xzsh ty_sqshclick" style="display: none;">
<div class="ty_tcon">
<div class="ty_tctiti">
<p>申请售后</p>
<p class="ty_gbtc ty_shtcgb"><img src="../../img/grzx/sh.jpg" title="关闭" alt="图片缺失"></p>
</div>
<div class="ty_tris">
<div class="ty_shtcint" style="margin-bottom: 29px;">
<p class="ty_sgtxt">退款原因:</p>
<select name="" id="" style="width: 460px;">
<option value="">
尺寸拍错/不喜欢/效果不好
</option>
</select>
</div>
<div class="ty_shtcint" style="margin-bottom: 38px;">
<p class="ty_sgtxt">退款原因:</p>
<p style="color: #cb1919;font-weight: bold;">¥562.00</p>
</div>
<div class="ty_shtcint" style="margin-bottom: 38px;align-items:flex-start;">
<p class="ty_sgtxt" style="margin-top: 10px;">图片上传:</p>
<div class="ty_tpsc">
<div>
<img src="../../img/grzx/szj.png" title="图片上传" alt="图片已缺失">
</div>
<p>上传图片格式包括jpg/png/gif图片大小不超过20MB</p>
</div>
</div>
<div class="ty_btn">
<button style="width: 155px;height: 51px;margin-right: 3px;">立即提交</button>
</div>
</div>
</div>
</div>
<!-- 售后结果 -->
<div class="ty_xzsh ty_sqjgclick" style="display: none;">
<div class="ty_tcon">
<div class="ty_tctiti">
<p>售后结果</p>
<p class="ty_gbtc ty_shjggb"><img src="../../img/grzx/sh.jpg" alt="图片缺失"></p>
</div>
<div class="ty_tris" style="padding-right: 30px;">
<div class="ty_shtcint" style="margin-bottom: 38px;align-items:flex-start;">
<p class="ty_sgtxt">售后原因:</p>
<p style="width: 490px;color: #525252;font-size: 14px; line-height: 25px;">售后原因文字描述后面替换现有文字售后原因文字描述后面替换现有文字售后原 因文字描述后面替换现有文字售后原因文字描述后面替换现有</p>
</div>
<div class="ty_shtcint">
<p class="ty_sgtxt">售后结果:</p>
<p style="color: #cb1919;font-size: 14px;">等待售后</p>
</div>
</div>
</div>
</div>
<!-- 签到 -->
<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>
</div>
</div>
<iframe src="../../public/foot-tab.html" class="foot-iframe" frameborder="0" scrolling="no"></iframe>
<script src="../../js/jquery-1.9.1.js"></script>
<!-- <script src="../../js/layui.js"></script> -->
<script>
2021-09-16 08:19:03 +00:00
$(function () {
$(".radio").find('input').click(function () {
$(this).parent('label').siblings('label').find('input').removeAttr('checked') && $(this).attr('checked', 'checked');
})
})
2021-09-10 10:00:42 +00:00
// 弹窗点击
$(".ty_cz").on("click", () => {
$(".ty_shclick").css("display", "flex")
})
$(".ty_shgb").on("click", () => {
$(".ty_shclick").css("display", "none")
})
$(".ty_sqtc").on("click", () => {
$(".ty_sqshclick").css("display", "flex")
})
$(".ty_shtcgb").on("click", () => {
$(".ty_sqshclick").css("display", "none")
})
$(".ty_sqjgtc").on("click", () => {
$(".ty_sqjgclick").css("display", "flex")
})
$(".ty_shjggb").on("click", () => {
$(".ty_sqjgclick").css("display", "none")
})
$(".ty_qdaoclick").on("click", () => {
$(".ty_qdao").css("display", "flex")
})
$(".ty_qdgban").on("click", () => {
$(".ty_qdao").css("display", "none")
})
// 优惠切换
$(".yhdj").on("click", () => {
if ($(event.target).attr("data-in") == 1) {
$($(".ty_tp")[1]).css("display", "none")
$($(".ty_tp")[0]).css("display", "flex")
$($(".yhdj")[0]).addClass("ty_yhd");
$($(".yhdj")[1]).removeClass("ty_yhd");
} else {
$($(".ty_tp")[0]).css("display", "none")
$($(".ty_tp")[1]).css("display", "flex")
$($(".yhdj")[1]).addClass("ty_yhd");
$($(".yhdj")[0]).removeClass("ty_yhd");
}
})
// 我的关注
$(".ty_ysnav").on("click", () => {
if ($(event.target).attr("data-in") == 1) {
$($(".ty_yscon")[1]).css("display", "none")
$($(".ty_yscon")[0]).css("display", "flex")
$($(".ty_ysnav")[0]).addClass("ty_yhd");
$($(".ty_ysnav")[1]).removeClass("ty_yhd");
} else {
$($(".ty_yscon")[0]).css("display", "none")
$($(".ty_yscon")[1]).css("display", "flex")
$($(".ty_ysnav")[1]).addClass("ty_yhd");
$($(".ty_ysnav")[0]).removeClass("ty_yhd");
}
})
$(".ty_sc").on("click", () => {
if ($(event.target).attr("data-in") == 1) {
$($(".ty_sccon")[1]).css("display", "none")
$($(".ty_sccon")[0]).css("display", "flex")
$($(".ty_sc")[0]).addClass("ty_yhd");
$($(".ty_sc")[1]).removeClass("ty_yhd");
} else {
$($(".ty_sccon")[0]).css("display", "none")
$($(".ty_sccon")[1]).css("display", "flex")
$($(".ty_sc")[1]).addClass("ty_yhd");
$($(".ty_sc")[0]).removeClass("ty_yhd");
}
})
2021-09-16 08:19:03 +00:00
function tyList(data, navIf = true) {
if (navIf) {
$(".ty_lititnoe").addClass("ty_litittwo");
$(".ty_lititnoe").removeClass("ty_lititnoe");
$($(".ty_leftcon")[data - 1]).addClass("ty_lititnoe");
$($(".ty_leftcon")[data - 1]).removeClass("ty_litittwo");
}
2021-09-10 10:00:42 +00:00
$(".ty_ris").css("display", "none")
for (let index = 0; index < $(".ty_ris").length; index++) {
if ($($(".ty_ris")[index]).attr("data-in") == data) {
$($(".ty_ris")[index]).css("display", "block")
$([index]).css("display", "block")
}
}
}
// 菜单事件
$(".naliu").on("click", () => {
$(".ty_left").css("left", "5%")
})
$(".ty_caidan").on("click", () => {
$(".ty_left").css("left", "-65PX")
})
2021-09-14 10:07:17 +00:00
// 新闻公告选择点击
$(".ty_selected").on("click", () => {
if ($(event.target).css("backgroundColor") != "rgb(0, 0, 0)") {
$(event.target).css("backgroundColor", "#000")
2021-09-16 08:19:03 +00:00
} else {
2021-09-14 10:07:17 +00:00
$(event.target).css("backgroundColor", "#fff")
}
})
2021-09-16 08:19:03 +00:00
let selectAllIf = true
$(".ty_selectAll").on("click", () => {
if (selectAllIf) {
$(".ty_selected").css("backgroundColor", "#000")
selectAllIf = !selectAllIf
} else {
$(".ty_selected").css("backgroundColor", "#fff")
selectAllIf = !selectAllIf
}
})
2021-09-10 10:00:42 +00:00
</script>
</body>
</html>