更新汉晶代码“

git commit -m 更新汉晶代码“
This commit is contained in:
yaoqin 2025-04-23 11:14:59 +08:00
parent ac25b947e2
commit abbc33395c
17 changed files with 114 additions and 25 deletions

View File

@ -7,7 +7,7 @@
align-items: start;
/* background: palegoldenrod; */
overflow: hidden;
background-image: url(../imgs/svg/关于我们图.svg);
background-image: url(../imgs/SVG/关于我们图.svg);
background-repeat: no-repeat;
background-size:43vw auto;
background-position:51vw 0vw;
@ -77,7 +77,7 @@
.bannertop{
width: 100%;
height:105vh;
background-image: url(../imgs/svg/企业文化理念\(BJF\).svg);
background-image: url(../imgs/SVG/企业文化理念\(BJF\).svg);
background-repeat: no-repeat;
background-size:40vw;
background-position:0vw 50%;

View File

View File

@ -4,7 +4,7 @@
/* background-color: #030045; */
position: relative;
background:
url(../imgs/svg/页尾背景左.svg) 2vw 28vh/400px auto no-repeat,
url(../imgs/SVG/页尾背景左.svg) 2vw 28vh/400px auto no-repeat,
url(../imgs/SVG/页尾背景右.svg) 78vw 19vh/400px auto no-repeat,
hsl(243, 100%, 14%); /* 背景色放在最后 */
@ -109,8 +109,19 @@
color: #fff;
}
.footerBoxRight p{
font-size: 1.2vw;
font-size: 1vw;
font-weight: 400;
}
.record{
color: #fff;
font-size: 1vw;
}
.record:hover{
color: #009FD0;
font-size: 1vw;
}

View File

@ -122,7 +122,7 @@ body {
.bannertop{
width: 100%;
height:105vh;
background-image: url(../imgs/png/我们的产品.png);
background-image: url(../imgs/PNG/ourProducts.png);
background-repeat: no-repeat;
background-size:40vw;
background-position:0vw 50%;
@ -253,7 +253,7 @@ body {
width: 100%;
height: 108vh;
position: relative;
background-image: url(../imgs/png/关于我们.png);
background-image: url(../imgs/PNG/关于我们.png);
background-repeat: no-repeat;
background-size:40vw;
background-position:0vw 50%;

View File

View File

@ -174,7 +174,7 @@
width: 100%;
height: 115vh;
position: relative;
background-image: url(../imgs/png/电子商城.png);
background-image: url(../imgs/PNG/电子商城.png);
background-repeat: no-repeat;
background-size:40vw;
background-position:0vw 50%;

View File

@ -7,7 +7,7 @@
align-items: start;
/* background: palegoldenrod; */
overflow: hidden;
background-image: url(../imgs/svg/技术支持图.svg);
background-image: url(../imgs/SVG/技术支持图.svg);
background-repeat: no-repeat;
background-size:38vw auto;
background-position:50vw 0vw;

View File

@ -3,12 +3,12 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="../imgs/svg/汉晶LOGO(BJF).svg">
<link rel="icon" href="../imgs/SVG/汉晶LOGO(BJF).svg">
<link rel="stylesheet" href="../css/aboutUs.css">
<link rel="stylesheet" href="../css/base.css">
<link rel="stylesheet" href="../css/footer.css">
<link rel="stylesheet" href="../css/header.css">
<title>汉晶</title>
<title>深圳汉晶电子信息有限公司</title>
</head>
<body>
<header class="header">
@ -19,8 +19,10 @@
</div>
<ul>
<li> <a href="../index.html"> 首页</a></li>
<!-- <li> <a href="./mainBusiness.html"> 主营业务</a></li> -->
<li> <a href="./ourProducts.html"> 产品介绍</a></li>
<li> <a href="./technicalSupport.html"> 技术支持</a></li>
<!-- <li> <a href="./approaching.html"> 展望未来</a></li> -->
<li> <a class="active" href="#" style="color: #fff;"> 关于我们</a></li>
</ul>
</div>
@ -108,8 +110,9 @@
<img src="../imgs/SVG/汉晶LOGO(BJF).svg" alt="logo">
</div>
<div class="footerBoxRight">
<p>Copyright &copy深圳汉晶电子信息有限公司 &nbsp;&nbsp; <a class="record" href="https://beian.miit.gov.cn/">粤ICP备2025405650号</a></p>
<p>Copyright &copy深圳汉晶电子信息有限公司 版权所有</p>
<!-- <p>Copyright &copy深圳汉晶电子信息有限公司 版权所有</p> -->
</div>
</section>
</footer>

View File

@ -0,0 +1,35 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="../imgs/SVG/汉晶LOGO(BJF).svg">
<link rel="stylesheet" href="../css/approaching.css">
<link rel="stylesheet" href="../css/base.css">
<link rel="stylesheet" href="../css/footer.css">
<link rel="stylesheet" href="../css/header.css">
<title>深圳汉晶电子信息有限公司</title>
</head>
<body>
<header class="header">
<div class="container">
<div class="logo">
<img src="../imgs/SVG/汉晶LOGO(BJF).svg" alt="logo">
</div>
<ul>
<li> <a href="../index.html"> 首页</a></li>
<li> <a href="./mainBusiness.html"> 主营业务</a></li>
<li> <a href="./ourProducts.html"> 产品案例</a></li>
<li> <a href="./technicalSupport.html"> 技术支持</a></li>
<li> <a class="active" href="#" style="color: #fff;"> 展望未来</a></li>
<li> <a href="./aboutUs.html"> 关于我们</a></li>
</ul>
</div>
<div class="bg">
<img src="../imgs/SVG/点纹.svg" alt="背景">
</div>
</header>
</body>
</html>

View File

@ -0,0 +1,35 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="../imgs/SVG/汉晶LOGO(BJF).svg">
<link rel="stylesheet" href="../css/mainBusiness.css">
<link rel="stylesheet" href="../css/base.css">
<link rel="stylesheet" href="../css/footer.css">
<link rel="stylesheet" href="../css/header.css">
<title>深圳汉晶电子信息有限公司</title>
</head>
<body>
<header class="header">
<div class="container">
<div class="logo">
<img src="../imgs/SVG/汉晶LOGO(BJF).svg" alt="logo">
</div>
<ul>
<li> <a href="../index.html"> 首页</a></li>
<li> <a class="active" href="#" style="color: #fff;"> 主营业务</a></li>
<li> <a href="./ourProducts.html"> 产品案例</a></li>
<li> <a href="./technicalSupport.html"> 技术支持</a></li>
<li> <a href="./approaching.html"> 展望未来</a></li>
<li> <a href="./aboutUs.html"> 关于我们</a></li>
</ul>
</div>
<div class="bg">
<img src="../imgs/SVG/点纹.svg" alt="背景">
</div>
</header>
</body>
</html>

View File

@ -3,12 +3,12 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="../imgs/svg/汉晶LOGO(BJF).svg">
<link rel="icon" href="../imgs/SVG/汉晶LOGO(BJF).svg">
<link rel="stylesheet" href="../css/ourProducts.css">
<link rel="stylesheet" href="../css/base.css">
<link rel="stylesheet" href="../css/footer.css">
<link rel="stylesheet" href="../css/header.css">
<title>汉晶</title>
<title>深圳汉晶电子信息有限公司</title>
</head>
<body>
<header class="header">
@ -18,6 +18,7 @@
</div>
<ul>
<li> <a href="../index.html"> 首页</a></li>
<li> <a class="active" href="#" style="color: #fff;"> 产品介绍</a></li>
<li> <a href="./technicalSupport.html"> 技术支持</a></li>
<li> <a href="./aboutUs.html" > 关于我们</a></li>
@ -108,8 +109,9 @@
<img src="../imgs/SVG/汉晶LOGO(BJF).svg" alt="logo">
</div>
<div class="footerBoxRight">
<p>Copyright &copy深圳汉晶电子信息有限公司 &nbsp;&nbsp; <a class="record" href="https://beian.miit.gov.cn/">粤ICP备2025405650号</a></p>
<p>Copyright &copy深圳汉晶电子信息有限公司 版权所有</p>
<!-- <p>Copyright &copy深圳汉晶电子信息有限公司 版权所有</p> -->
</div>
</section>
</footer>

View File

@ -3,12 +3,12 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="../imgs/svg/汉晶LOGO(BJF).svg">
<link rel="icon" href="../imgs/SVG/汉晶LOGO(BJF).svg">
<link rel="stylesheet" href="../css/technicalSupport.css">
<link rel="stylesheet" href="../css/base.css">
<link rel="stylesheet" href="../css/footer.css">
<link rel="stylesheet" href="../css/header.css">
<title>汉晶</title>
<title>深圳汉晶电子信息有限公司</title>
</head>
<body>
<header class="header">
@ -89,8 +89,8 @@
<img src="../imgs/SVG/汉晶LOGO(BJF).svg" alt="logo">
</div>
<div class="footerBoxRight">
<p>Copyright &copy深圳汉晶电子信息有限公司 版权所有</p>
<p>Copyright &copy深圳汉晶电子信息有限公司 &nbsp;&nbsp; <a class="record" href="https://beian.miit.gov.cn/">粤ICP备2025405650号</a></p>
<!-- <p>Copyright &copy深圳汉晶电子信息有限公司 版权所有</p> -->
</div>
</section>
</footer>

View File

Before

Width:  |  Height:  |  Size: 371 KiB

After

Width:  |  Height:  |  Size: 371 KiB

View File

Before

Width:  |  Height:  |  Size: 371 KiB

After

Width:  |  Height:  |  Size: 371 KiB

View File

Before

Width:  |  Height:  |  Size: 241 KiB

After

Width:  |  Height:  |  Size: 241 KiB

View File

Before

Width:  |  Height:  |  Size: 311 B

After

Width:  |  Height:  |  Size: 311 B

View File

@ -3,14 +3,14 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="./imgs/svg/汉晶LOGO(BJF).svg">
<link rel="icon" href="/imgs/SVG/汉晶LOGO(BJF).svg">
<link rel="stylesheet" href="./css/index.css">
<link rel="stylesheet" href="./css/base.css">
<link rel="stylesheet" href="./css/footer.css">
<link rel="stylesheet" href="./css/header.css">
<title>汉晶</title>
<title>深圳汉晶电子信息有限公司</title>
</head>
<body class="body">
<header class="header">
@ -20,8 +20,10 @@
</div>
<ul>
<li> <a class="active" href="#" style="color: #fff;"> 首页</a></li>
<!-- <li> <a href="./html/mainBusiness.html"> 主营业务</a></li> -->
<li> <a href="./html/ourProducts.html"> 产品介绍</a></li>
<li> <a href="./html/technicalSupport.html"> 技术支持</a></li>
<!-- <li> <a href="./html/approaching.html"> 展望未来</a></li> -->
<li> <a href="./html/aboutUs.html"> 关于我们</a></li>
</ul>
</div>
@ -55,18 +57,18 @@
</div>
</div>
<div class="bannerMid">
<img class="bannerMidImg" src="./imgs/svg/主要功能资源 3.svg" alt="主要功能资源">
<img class="bannerMidImg" src="/imgs/SVG/mainFunctionalResources.svg" alt="主要功能资源">
<div class="bannerletf">
<img src="./imgs/png/芯片.png" alt="芯片">
<img src="./imgs/PNG/chip.png" alt="芯片">
<div class="bannerletfText">
<p>定制化芯片</p>
<a href="./html/ourProducts.html">产品详情</a>
<a href="/html/ourProducts.html">产品详情</a>
</div>
</div>
<div class="bannerRight">
<img src="./imgs/png/WEB设计.png" alt="WEB设计">
<img src="/imgs/PNG/WEBdesign.png" alt="WEB设计">
<div class="bannerletfText">
<p>电子商场WEB设计</p>
<a href="./html/ourProducts.html">产品详情</a>
@ -121,8 +123,9 @@
<img src="./imgs/SVG/汉晶LOGO(BJF).svg" alt="logo">
</div>
<div class="footerBoxRight">
<p>Copyright &copy深圳汉晶电子信息有限公司 &nbsp;&nbsp; <a class="record" href="https://beian.miit.gov.cn/">粤ICP备2025405650号</a></p>
<p>Copyright &copy深圳汉晶电子信息有限公司 版权所有</p>
<!-- <p>Copyright &copy深圳汉晶电子信息有限公司 版权所有</p> -->
</div>
</section>
</footer>