响应式
parent
a982c1c086
commit
8cac52ad79
|
@ -14,9 +14,8 @@ ul {
|
|||
|
||||
.ty_herader {
|
||||
box-shadow: 0px 3px 6px rgb(0 0 0 / 20%);
|
||||
padding-bottom: 7px;
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
z-index: 100000;
|
||||
}
|
||||
|
||||
.ty_herader>img {
|
||||
|
@ -33,7 +32,7 @@ ul {
|
|||
.ty_herader>nav {
|
||||
padding-top: 31px;
|
||||
justify-content: space-between;
|
||||
|
||||
background-color: #fff;
|
||||
align-items: flex-end;
|
||||
}
|
||||
.ty_herader .dis>a{
|
||||
|
|
|
@ -5704,7 +5704,7 @@ select {
|
|||
}
|
||||
.pod{
|
||||
|
||||
background-color: rgb(245, 245, 245);
|
||||
/* background-color: rgb(245, 245, 245); */
|
||||
top: 0px;
|
||||
position: relative;
|
||||
|
||||
|
@ -5723,9 +5723,36 @@ select {
|
|||
top: 0px;
|
||||
height: 100%;
|
||||
}
|
||||
.ty_listnavdIV{
|
||||
/* .ty_listnavdIV{
|
||||
position: fixed;
|
||||
top: 68px;
|
||||
width: 100%;
|
||||
background-color: rgba(0, 0, 0, .2);
|
||||
}
|
||||
} */
|
||||
|
||||
.foot-iframe {
|
||||
width: 100%;
|
||||
height: 400px;
|
||||
}
|
||||
/* input,textarea{
|
||||
padding-left: 14px;
|
||||
padding-right: 14px;
|
||||
} */
|
||||
.ty_tit{
|
||||
height: auto;
|
||||
line-height: 22px;
|
||||
padding: 25px 0 22px 20px;
|
||||
}
|
||||
.ty_left{
|
||||
height: auto;
|
||||
padding-bottom: 30px;
|
||||
}
|
||||
.ty_riscon{margin-top: 15px;padding-left: 40px;}
|
||||
.ty_name > :nth-child(1),.ty_int > :nth-child(1),.ty_setle > :nth-child(1),.ty_img > :nth-child(1){margin-right: 10px;}
|
||||
.ty_btn {width: 100%;margin-top: 20px;}
|
||||
.ty_btn > button{border-radius: 3px;}
|
||||
.ty_setle > select{cursor: pointer;}
|
||||
.ty_lititnoe > span{color: #333333;}
|
||||
.left-title{color: #CB1919!important;}
|
||||
td{border-bottom: 1px solid #ebebeb;}
|
||||
tfoot tr td{border-bottom: none;}
|
|
@ -8,6 +8,7 @@
|
|||
<title>关于我们</title>
|
||||
<link rel="stylesheet" type="text/css" href="../../css/swiper-bundle.min.css" />
|
||||
<link rel="stylesheet" href="../../css/aboutUs.css">
|
||||
<link rel="stylesheet" href="../../css/huaxia.css">
|
||||
<link rel="stylesheet" href="../../css/centerHead.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>
|
||||
|
@ -29,21 +30,31 @@
|
|||
<body>
|
||||
<header class="ty_herader">
|
||||
<img src="../../img/grzx/topimg.jpg" title="图1" alt="图片已缺失">
|
||||
<nav class="ty_w ty_w1220 ty_ds">
|
||||
<img src="../../img/logo.png" title="图2" alt="图片已缺失">
|
||||
<nav class="dis p-zy320 pod" >
|
||||
<a href="">
|
||||
<img src="../../img/logo.png" title="图2" alt="图片已缺失">
|
||||
</a>
|
||||
<div class="ty_listnavdIV">
|
||||
<ul class="ty_listnav">
|
||||
|
||||
<li> 123</li>
|
||||
<li><span class="ty_di"></span><a target="_parent" href="../../index.html">网站首页</a></li>
|
||||
<li><span class="ty_di"></span><a target="_parent" class="ty_gr" href="../aboutUs/aboutUs.html">关于我们</a></li>
|
||||
|
||||
<li><span class="ty_di"></span><a target="_parent" href="../logshoppingcar/shopcar.html"><img class="ty_topicon" title="图3" src="../../img/sy-scart.png" alt="图片已缺失">我的购物车</a></li>
|
||||
<li><span class="ty_di"></span><a target="_parent" href="../artNetwork/pointsMall.html">积分商城</a></li>
|
||||
<li><span class="ty_di"></span><a target="_parent" href="../contactUs/contactUs.html">联系我们</a></li>
|
||||
<li><span class="ty_di"></span><a target="_parent" href="../grzx/personalData.html" >个人中心</a></li>
|
||||
<li><span class="ty_di"></span><a target="_parent" href="../contactUs/contactUs.html">联系我们</a></li>
|
||||
<li><span class="ty_di"></span><a target="_parent" href="../grzx/personalData.html" >个人中心</a></li>
|
||||
<li><a target="_parent" href="../logshoppingcar/login.html">【退出】</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="ty_btntop">
|
||||
<img class="ty_btntopimg" src="../../img/public/gn.png">
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
|
|
|
@ -15,54 +15,39 @@
|
|||
<script src="https://unpkg.com/i18next/dist/umd/i18next.js"></script>
|
||||
<script src="../../js/huaxia.js"></script>
|
||||
<style>
|
||||
.foot-iframe {
|
||||
width: 100%;
|
||||
height: 400px;
|
||||
}
|
||||
input,textarea{
|
||||
padding-left: 14px;
|
||||
padding-right: 14px;
|
||||
}
|
||||
.ty_tit{
|
||||
height: auto;
|
||||
line-height: 22px;
|
||||
padding: 25px 0 22px 20px;
|
||||
}
|
||||
.ty_left{
|
||||
height: auto;
|
||||
padding-bottom: 30px;
|
||||
}
|
||||
|
||||
.ty_riscon{margin-top: 15px;padding-left: 40px;}
|
||||
.ty_name > :nth-child(1),.ty_int > :nth-child(1),.ty_setle > :nth-child(1),.ty_img > :nth-child(1){margin-right: 10px;}
|
||||
.ty_btn {width: 100%;margin-top: 20px;}
|
||||
.ty_btn > button{border-radius: 3px;}
|
||||
.ty_setle > select{cursor: pointer;}
|
||||
.ty_lititnoe > span{color: #333333;}
|
||||
.left-title{color: #CB1919!important;}
|
||||
td{border-bottom: 1px solid #ebebeb;}
|
||||
tfoot tr td{border-bottom: none;}
|
||||
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body class="ty_co">
|
||||
|
||||
<header class="ty_herader">
|
||||
<img src="../../img/grzx/topimg.jpg" title="图1" alt="图片已缺失">
|
||||
<nav class="ty_w ty_w1220 ty_ds">
|
||||
<img src="../../img/logo.png" title="图2" alt="图片已缺失">
|
||||
<nav class="dis p-zy320 pod" >
|
||||
<a href="">
|
||||
<img src="../../img/logo.png" title="图2" alt="图片已缺失">
|
||||
</a>
|
||||
<div class="ty_listnavdIV">
|
||||
<ul class="ty_listnav">
|
||||
|
||||
<li> 123</li>
|
||||
<li><span class="ty_di"></span><a target="_parent" href="../../index.html">网站首页</a></li>
|
||||
<li><span class="ty_di"></span><a target="_parent" class="ty_gr" href="../aboutUs/aboutUs.html">关于我们</a></li>
|
||||
|
||||
<li><span class="ty_di"></span><a target="_parent" href="../aboutUs/aboutUs.html">关于我们</a></li>
|
||||
<li><span class="ty_di"></span><a target="_parent" href="../logshoppingcar/shopcar.html"><img class="ty_topicon" title="图3" src="../../img/sy-scart.png" alt="图片已缺失">我的购物车</a></li>
|
||||
<li><span class="ty_di"></span><a target="_parent" href="../artNetwork/pointsMall.html">积分商城</a></li>
|
||||
<li><span class="ty_di"></span><a target="_parent" href="../contactUs/contactUs.html">联系我们</a></li>
|
||||
<li><span class="ty_di"></span><a target="_parent" href="../grzx/personalData.html" >个人中心</a></li>
|
||||
<li><span class="ty_di"></span><a target="_parent" href="../contactUs/contactUs.html">联系我们</a></li>
|
||||
<li><span class="ty_di"></span><a target="_parent" class="ty_gr" href="../grzx/personalData.html" >个人中心</a></li>
|
||||
<li><a target="_parent" href="../logshoppingcar/login.html">【退出】</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="ty_btntop">
|
||||
<img class="ty_btntopimg" src="../../img/public/gn.png">
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
<div class="mian ">
|
||||
|
|
|
@ -10,6 +10,8 @@
|
|||
<title>联系我们</title>
|
||||
<link rel="stylesheet" type="text/css" href="../../css/swiper-bundle.min.css" />
|
||||
<link rel="stylesheet" href="../../css/aboutUs.css">
|
||||
<link rel="stylesheet" href="../../css/huaxia.css">
|
||||
|
||||
<link rel="stylesheet" href="../../css/centerHead.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>
|
||||
|
@ -50,21 +52,31 @@
|
|||
<body>
|
||||
<header class="ty_herader">
|
||||
<img src="../../img/grzx/topimg.jpg" title="图1" alt="图片已缺失">
|
||||
<nav class="ty_w ty_w1220 ty_ds">
|
||||
<img src="../../img/logo.png" title="图2" alt="图片已缺失">
|
||||
<nav class="dis p-zy320 pod" >
|
||||
<a href="">
|
||||
<img src="../../img/logo.png" title="图2" alt="图片已缺失">
|
||||
</a>
|
||||
<div class="ty_listnavdIV">
|
||||
<ul class="ty_listnav">
|
||||
|
||||
<li> 123</li>
|
||||
<li><span class="ty_di"></span><a target="_parent" href="../../index.html">网站首页</a></li>
|
||||
<li><span class="ty_di"></span><a target="_parent" href="../aboutUs/aboutUs.html">关于我们</a></li>
|
||||
|
||||
<li><span class="ty_di"></span><a target="_parent" href="../aboutUs/aboutUs.html">关于我们</a></li>
|
||||
<li><span class="ty_di"></span><a target="_parent" href="../logshoppingcar/shopcar.html"><img class="ty_topicon" title="图3" src="../../img/sy-scart.png" alt="图片已缺失">我的购物车</a></li>
|
||||
<li><span class="ty_di"></span><a target="_parent" href="../artNetwork/pointsMall.html">积分商城</a></li>
|
||||
<li><span class="ty_di"></span><a target="_parent" class="ty_gr" href="../contactUs/contactUs.html">联系我们</a></li>
|
||||
<li><span class="ty_di"></span><a target="_parent" href="../grzx/personalData.html" >个人中心</a></li>
|
||||
<li><span class="ty_di"></span><a target="_parent" href="../grzx/personalData.html" >个人中心</a></li>
|
||||
<li><a target="_parent" href="../logshoppingcar/login.html">【退出】</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="ty_btntop">
|
||||
<img class="ty_btntopimg" src="../../img/public/gn.png">
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
|
|
|
@ -27,21 +27,34 @@
|
|||
</head>
|
||||
|
||||
<body class="tyjgzx_co">
|
||||
|
||||
<header class="ty_herader">
|
||||
<img src="../../img/grzx/topimg.jpg" title="图1" alt="图片已缺失">
|
||||
<nav class="ty_w ty_w1220 ty_ds">
|
||||
<img src="../../img/logo.png" title="图2" alt="图片已缺失">
|
||||
<nav class="dis p-zy320 pod" >
|
||||
<a href="">
|
||||
<img src="../../img/logo.png" title="图2" alt="图片已缺失">
|
||||
</a>
|
||||
<div class="ty_listnavdIV">
|
||||
<ul class="ty_listnav">
|
||||
|
||||
<li> 123</li>
|
||||
<li><span class="ty_di"></span><a target="_parent" href="../../index.html">网站首页</a></li>
|
||||
<li><span class="ty_di"></span><a target="_parent" href="../aboutUs/aboutUs.html">关于我们</a></li>
|
||||
<li><span class="ty_di"></span><a target="_parent" href="../aboutUs/aboutUs.html">关于我们</a></li>
|
||||
<li><span class="ty_di"></span><a target="_parent" href="../logshoppingcar/shopcar.html"><img class="ty_topicon" title="图3" src="../../img/sy-scart.png" alt="图片已缺失">我的购物车</a></li>
|
||||
<li><span class="ty_di"></span><a target="_parent" href="../artNetwork/pointsMall.html">积分商城</a></li>
|
||||
<li><span class="ty_di"></span><a target="_parent" href="../contactUs/contactUs.html">联系我们</a></li>
|
||||
<li><span class="ty_di"></span><a target="_parent" class="ty_gr" href="../grzx/personalData.html">个人中心</a></li>
|
||||
<li><span class="ty_di"></span><a target="_parent" href="../contactUs/contactUs.html">联系我们</a></li>
|
||||
<li><span class="ty_di"></span><a target="_parent" class="ty_gr" href="../grzx/personalData.html" >个人中心</a></li>
|
||||
<li><a target="_parent" href="../logshoppingcar/login.html">【退出】</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="ty_btntop">
|
||||
<img class="ty_btntopimg" src="../../img/public/gn.png">
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
<div class="mian ">
|
||||
|
|
|
@ -30,23 +30,34 @@
|
|||
|
||||
<body>
|
||||
<!-- 头部导航 -->
|
||||
|
||||
<header class="ty_herader">
|
||||
<img src="../../img/grzx/topimg.jpg" title="图1" alt="图片已缺失">
|
||||
<nav class="ty_w ty_w1220 ty_ds">
|
||||
<img src="../../img/logo.png" title="图2" alt="图片已缺失">
|
||||
<nav class="dis p-zy320 pod" >
|
||||
<a href="">
|
||||
<img src="../../img/logo.png" title="图2" alt="图片已缺失">
|
||||
</a>
|
||||
<div class="ty_listnavdIV">
|
||||
<ul class="ty_listnav">
|
||||
|
||||
<li> 123</li>
|
||||
<li><span class="ty_di"></span><a target="_parent" href="../../index.html">网站首页</a></li>
|
||||
<li><span class="ty_di"></span><a target="_parent" href="../aboutUs/aboutUs.html">关于我们</a></li>
|
||||
|
||||
<li><span class="ty_di"></span><a target="_parent" class="ty_gr" href="../logshoppingcar/shopcar.html"><img class="ty_topicon" title="图3" src="../../img/sy-scart.png" alt="图片已缺失">我的购物车</a></li>
|
||||
<li><span class="ty_di"></span><a target="_parent" href="../artNetwork/pointsMall.html">积分商城</a></li>
|
||||
<li><span class="ty_di"></span><a target="_parent" href="../contactUs/contactUs.html">联系我们</a></li>
|
||||
<li><span class="ty_di"></span><a target="_parent" href="../grzx/personalData.html" >个人中心</a></li>
|
||||
<li><span class="ty_di"></span><a target="_parent" href="../contactUs/contactUs.html">联系我们</a></li>
|
||||
<li><span class="ty_di"></span><a target="_parent" href="../grzx/personalData.html" >个人中心</a></li>
|
||||
<li><a target="_parent" href="../logshoppingcar/login.html">【退出】</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="ty_btntop">
|
||||
<img class="ty_btntopimg" src="../../img/public/gn.png">
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
<div class="zhanw"></div>
|
||||
|
|
Loading…
Reference in New Issue