master
tangyi 2021-10-08 18:07:16 +08:00
parent bd4f8c4c7c
commit 851303e4f1
5 changed files with 117 additions and 52 deletions

View File

@ -3006,6 +3006,7 @@ justify-content: space-between;
.tygrzx_sgtxt {
font-size: 16px;
white-space: nowrap;
color: #191919;
}
@ -5965,7 +5966,7 @@ ul {
height: 99px;
}
.tyhder_herader .tyhder_listnavpad{
position: absolute;top: 104px;
position: absolute;top: 84px;
right: 0px;
display: block;
height: 2000px;

View File

@ -133,12 +133,12 @@
height: auto;
}
.tyjgzx_ris {
margin-top: 98px;
margin-top: 76px;
width: 100%;
}
.tygrzx_ris {
margin-top: 98px;
margin-top: 76px;
width: 100%;
}
@ -314,6 +314,9 @@
width: 100%;
text-align: right;
}
.tygrzx_con .tygrzx_zgcon>:nth-child(2)>div>:nth-child(1){
margin-right: 5px;
}
.tyjgzx_zgtit>p:not(:nth-child(1)){display:none}
.tyjgzx_zgcon{position:relative}
.tyjgzx_xwggcon>:nth-child(4){position:absolute;right:0px;width:auto}
@ -1375,6 +1378,51 @@ align-items: center;
header .bac{padding-bottom: 20px;}
}
@media (max-width:766px){
.tygrzx_qidaocon {
width: 320px;
height: 150px}
.tygrzx_qidaocon>button {
width: 120px;
height: 29px;
border-radius: 3px;
background-color: rgb(203, 25, 25);
border: none;
margin-bottom: 12px;
font-size: 18px;
color: #fff;
}
.tygrzx_tcwi>:nth-child(2){
width: 65%;
}
.tygrzx_tcwi .tygrzx_setlecon{
width: 65%;
display: block;
}
.tygrzx_tcwi .tygrzx_setlecon select{
width: 100%;
margin-bottom: 10px;
}
.tygrzx_tcon{
width: 320px;
}
.tygrzx_sgtxt+select{
width: 200px !important;
}
.tygrzx_tris{
padding-left: 10px;
padding-right: 10px;
}
.tygrzx_tris button{
width: 100%;
}
.tygrzx_tris .ty_tyuany{
display: block;
}
.tygrzx_tris .tygrzx_btn{
text-align: center;
padding-right: 10px;
}
.tyjgzx_pdf>:nth-child(2){
width: 75%;
}
@ -1764,6 +1812,30 @@ align-items: center;
.tyAboutUs_lxwo p{margin-bottom: 10px;}
}
@media (max-width:520px){
.tygrzx_con .tygrzx_zgcon>:nth-child(2)>:nth-child(1){
display: none;
}
.tygrzx_con .tygrzx_zgcon>:nth-child(2)>:nth-child(2){
position: absolute;
top: 0px;
right: 0px;
}
.tygrzx_con .tygrzx_zgcon>:nth-child(2)>:nth-child(3){
position: absolute;
left: 6px;
bottom: 5px;
width: auto;
display: inline-block;
}
.tygrzx_con .tygrzx_zgcon>:nth-child(2)>div{
position: absolute;
bottom: 0px;
right: 0px;
}
.tygrzx_zgmian .tygrzx_zgcon {
padding-bottom: 45px;
}
.tyjgzx_zlmanagement> :nth-child(5) {
top: 76px;
}
@ -1901,7 +1973,7 @@ white-space: nowrap;
right: 0px;
width: auto;
display: flex;
top: 82px;
top: 100px;
}
.tyjgzx_button{
display: none;
@ -2000,8 +2072,8 @@ white-space: nowrap;
.tyjgzx_img .chooseImg-box{margin-top: 0px;}
.tyjgzx_name{position:absolute;top:52px;left:145px}
.tyjgzx_scimg{width:100px;height:100px}
.tyjgzx_grzximg{position:absolute;width:100px;border-radius:50%;height:100px;left:-127px;top:-49px;padding: 0px;}
.tyjgzx_tubtn{margin-top: 42px; width: 128px;padding: 6px 17px;}
.tyjgzx_grzximg{position:absolute;width:100px;border-radius:50%;height:100px;left:-127px;top:0px;padding: 0px;}
.tyjgzx_tubtn{display: none;}
.tyjgzx_grzximg+p{display: none;}
.tyjgzx_name>:nth-child(2){width:auto}
.tyjgzx_name>:nth-child(1){width:auto;margin-right:0px}

View File

@ -34,6 +34,8 @@
<li><span class="tyhder_di"></span><a target="_parent" href="../grzx/personalData.html" >个人中心</a></li>
<li><a target="_parent" href="../logshoppingcar/login.html">【退出】</a></li>
</ul>
<div class="tyhder_moban">
</div>
</div>
<div class="tyhder_btntop">
<img class="tyhder_btntopimg" src="../../img/public/gn.png">

View File

@ -80,8 +80,6 @@
<!-- 个人资料 -->
<div style="display:block" data-in="1" class="tygrzx_ris ">
<p class="tygrzx_tit">个人资料</p>
<div class="tygrzx_riscon">
<div class="tygrzx_tupian">
<div class="tygrzx_scimg">
@ -94,8 +92,6 @@
</p>
</div>
</div>
<form class="tygrzx_grint">
<div class="tygrzx_name">
<p>用户名:</p>
@ -122,21 +118,17 @@
<option value="">锦江区</option>
</select>
</div>
</div>
<div class="tygrzx_int">
<p></p>
<input placeholder="请输入详情地址" type="text">
</div>
<div class="tygrzx_btn">
<button>提交</button>
</div>
</form>
</div>
</div>
@ -881,7 +873,7 @@
<!-- 征稿 -->
<div style="display:none" data-in="8" class="tygrzx_ris">
<p class="tygrzx_tit">征稿作品管理</p>
<div class="tygrzx_con" style=" padding: 25px 24px 20px;">
<div class="tygrzx_con tyjgzx_zlmain" >
<div class="tygrzx_zgtit">
<p>作品名称</p>
<p>所属展览</p>
@ -891,8 +883,8 @@
</div>
<!-- 征稿 -->
<div>
<div class="tygrzx_zgcon ">
<div style="position: relative;" class="tygrzx_zgmian">
<div class="tygrzx_zgcon " >
<div>
<a href=""> <img src="../../img/grzx/zgimg.png" title="雅尊Yazun现代轻奢艺术镂空装饰品摆设工艺品 B款 " alt="图片缺失"></a>
<a href="">
@ -909,20 +901,9 @@
<p></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
@ -942,20 +923,23 @@
</div>
<div class="tygrzx_setle tygrzx_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 class="tygrzx_setlecon">
<select name="" id="">
<option value="">四川省</option>
</select>
<select name="" id="">
<option value="">成都市</option>
</select>
<select name="" id="">
<option value="">锦江区</option>
</select>
</div>
</div>
<div class="tygrzx_int tygrzx_tcwi">
<p></p>
<input class="tyint_pal" placeholder="请输入详情地址" type="text">
<input placeholder="请输入详情地址" type="text">
</div>
<div class="tygrzx_int tygrzx_tcwi">
<p>手机:</p>
@ -995,14 +979,17 @@
<div class="tygrzx_shtcint" style="margin-bottom: 38px;align-items:flex-start;">
<div class="tygrzx_img">
<label for="inputImg" class="font-16 col19">照片:</label>
<div class="pr chooseImg-box" style="position: relative;">
<div style="display: flex;">
<input class="tygrzx_intfile" id="inputImg" type="file" accept="image/gif,image/jpg,image/png" name="" value="" />
<img id="upImg" class="pa" title="照片" src="../../img/jgzx/images/xwfm_03.png">
<div style="width: 109px;">
<div class="pr chooseImg-box" style="position: relative;">
<div style="display: flex;">
<input class="tygrzx_intfile" id="inputImg" type="file" accept="image/gif,image/jpg,image/png" name="" value="" />
<img id="upImg" class="pa" title="照片" src="../../img/jgzx/images/xwfm_03.png">
</div>
</div>
<div class="chooseImg-content">上传图片格式包括jpg/png/gif图片大小不超过20MB</div>
</div>
<div class="chooseImg-content">上传图片格式包括jpg/png/gif图片大小不超过20MB</div>
</div>
</div>
<div class="tygrzx_btn">
@ -1026,8 +1013,8 @@
<div class="tygrzx_tris" style="padding-right: 30px;">
<div class="tygrzx_shtcint" style="margin-bottom: 38px;align-items:flex-start;">
<p class="tygrzx_sgtxt">售后原因:</p>
<p style="width: 490px;color: #525252;font-size: 14px; line-height: 25px;">售后原因文字描述后面替换现有文字售后原因文字描述后面替换现有文字售后原 因文字描述后面替换现有文字售后原因文字描述后面替换现有</p>
<p class="tygrzx_sgtxt ty_tyuany">售后原因:</p>
<p style="color: #525252;font-size: 14px; line-height: 25px;">售后原因文字描述后面替换现有文字售后原因文字描述后面替换现有文字售后原 因文字描述后面替换现有文字售后原因文字描述后面替换现有</p>
</div>
<div class="tygrzx_shtcint">
<p class="tygrzx_sgtxt">售后结果:</p>

View File

@ -275,7 +275,7 @@
<button onclick="tyList(20,false)" class="tyjgzx_btnzlb">+添加内容</button><button class="tyjgzx_btnzlp">批量删除</button></button>
</div>
</div>
<div class="tyjgzx_con" style=" padding: 25px 24px 20px;">
<div class="tyjgzx_con tyjgzx_zlmain" >
<div class="tyjgzx_xwtable" cellspacing=0>
<div>
<div class="tyjgzx_zgtit tyjgzx_xwgg">
@ -327,7 +327,7 @@
<button onclick="tyList(15,false)" class="tyjgzx_btnzlb">+添加内容</button><button class="tyjgzx_btnzlp">批量删除</button></button>
</div>
</div>
<div class="tyjgzx_con" style=" padding: 25px 24px 20px;">
<div class="tyjgzx_con tyjgzx_zlmain" >
<div class="tyjgzx_xwtable" cellspacing=0>
@ -776,7 +776,7 @@
<button onclick="tyList(14,false)" class="tyjgzx_btnzlb">+添加内容</button><button class="tyjgzx_btnzlp">批量删除</button></button>
</div>
</div>
<div class="tyjgzx_con" style=" padding: 25px 24px 20px;">
<div class="tyjgzx_con tyjgzx_zlmain" >
<div class="tyjgzx_xwtable" cellspacing=0>
<div>
<div class="tyjgzx_zgtit tyjgzx_xwgg">
@ -1004,11 +1004,10 @@
<div class="tyjgzx_tit tyjgzx_dis">
<p>信息动态</p>
<div>
<button onclick="tyList(13,false)" class="tyjgzx_btnzlb">+添加内容</button><button class="tyjgzx_btnzlp">批量删除</button></button>
</div>
</div>
<div class="tyjgzx_con" style=" padding: 25px 24px 20px;">
<div class="tyjgzx_con tyjgzx_zlmain" >
<div class="tyjgzx_xwtable" cellspacing=0>
@ -1141,7 +1140,7 @@
<button onclick="tyList(12,false)" class="tyjgzx_btnzlb">+添加内容</button><button class="tyjgzx_btnzlp">批量删除</button></button>
</div>
</div>
<div class="tyjgzx_con " style=" padding: 25px 24px 20px;">
<div class="tyjgzx_con tyjgzx_zlmain" >
<div class="tyjgzx_xwtable" cellspacing=0>
@ -1318,5 +1317,9 @@
<div class="foot-end-bottom">Copyright@2021 华夏艺术网.All rights reserved.&nbsp;&nbsp;&nbsp;&nbsp蜀ICP备11111111号&nbsp;&nbsp;&nbsp;&nbsp技术支持全美网络 </div>
</div>
</div>
</body>
</html>