Compare commits
4 Commits
ac25b947e2
...
3eb78af090
Author | SHA1 | Date |
---|---|---|
|
3eb78af090 | |
|
53fe293094 | |
|
cc2ce9446e | |
|
abbc33395c |
|
@ -63,7 +63,7 @@
|
|||
.banner{
|
||||
width: 100%;
|
||||
height: 112vh;
|
||||
background-image: url(../imgs/SVG/背景纹(大).svg);
|
||||
background-image: url(../imgs/svg/背景纹(大).svg);
|
||||
background-repeat: no-repeat;
|
||||
background-size:160%;
|
||||
background-position: 54vw -42vw;
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
position: relative;
|
||||
background:
|
||||
url(../imgs/svg/页尾背景左.svg) 2vw 28vh/400px auto no-repeat,
|
||||
url(../imgs/SVG/页尾背景右.svg) 78vw 19vh/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;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -77,7 +77,7 @@
|
|||
background: palegoldenrod;
|
||||
} */
|
||||
.active::before{
|
||||
content:url(../imgs/SVG/页面选择图标.svg);
|
||||
content:url(../imgs/svg/页面选择图标.svg);
|
||||
width: 100%;
|
||||
height: auto;
|
||||
position: absolute;
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
align-items: start;
|
||||
/* background: palegoldenrod; */
|
||||
overflow: hidden;
|
||||
background-image: url(../imgs/PNG/首页图.png);
|
||||
background-image: url(../imgs/png/首页图.png);
|
||||
background-repeat: no-repeat;
|
||||
background-size:68vw auto;
|
||||
background-position:35vw -4vw;
|
||||
|
@ -108,7 +108,7 @@ body {
|
|||
.banner{
|
||||
width: 100%;
|
||||
height: 330vh;
|
||||
background-image: url(../imgs/SVG/背景纹(大).svg);
|
||||
background-image: url(../imgs/svg/背景纹(大).svg);
|
||||
background-repeat: no-repeat;
|
||||
background-size:160%;
|
||||
background-position: 54vw -42vw;
|
||||
|
@ -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%;
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
align-items: start;
|
||||
/* background: palegoldenrod; */
|
||||
overflow: hidden;
|
||||
background-image: url(../imgs/PNG/我们的产品图.png);
|
||||
background-image: url(../imgs/png/我们的产品图.png);
|
||||
background-repeat: no-repeat;
|
||||
background-size:65vw auto;
|
||||
background-position:35vw 0vw;
|
||||
|
@ -102,7 +102,7 @@
|
|||
.banner{
|
||||
width: 100%;
|
||||
height: 219vh;
|
||||
background-image: url(../imgs/SVG/背景纹(大).svg);
|
||||
background-image: url(../imgs/svg/背景纹(大).svg);
|
||||
background-repeat: no-repeat;
|
||||
background-size:160%;
|
||||
background-position: 54vw -42vw;
|
||||
|
|
|
@ -62,7 +62,7 @@
|
|||
.banner{
|
||||
width: 100%;
|
||||
height: 90vh;
|
||||
background-image: url(../imgs/SVG/背景纹(大).svg);
|
||||
background-image: url(../imgs/svg/背景纹(大).svg);
|
||||
background-repeat: no-repeat;
|
||||
background-size:160%;
|
||||
background-position: 54vw -42vw;
|
||||
|
|
|
@ -8,24 +8,26 @@
|
|||
<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">
|
||||
<div class="container">
|
||||
<div class="logo">
|
||||
<img src="../imgs/SVG/汉晶LOGO(BJF).svg" alt="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 href="./approaching.html"> 展望未来</a></li> -->
|
||||
<li> <a class="active" href="#" style="color: #fff;"> 关于我们</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="bg">
|
||||
<img src="../imgs/SVG/点纹.svg" alt="背景">
|
||||
<img src="../imgs/svg/点纹.svg" alt="背景">
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
@ -40,9 +42,9 @@
|
|||
|
||||
|
||||
</div>
|
||||
<img class="btLeft" src="../imgs/SVG/点纹.svg" alt="点纹">
|
||||
<img class="tpRight" src="../imgs/SVG/点纹.svg" alt="点纹">
|
||||
<img class="btRight" src="../imgs/SVG/线纹.svg" alt="点纹">
|
||||
<img class="btLeft" src="../imgs/svg/点纹.svg" alt="点纹">
|
||||
<img class="tpRight" src="../imgs/svg/点纹.svg" alt="点纹">
|
||||
<img class="btRight" src="../imgs/svg/线纹.svg" alt="点纹">
|
||||
|
||||
</section>
|
||||
|
||||
|
@ -52,7 +54,7 @@
|
|||
|
||||
<div class="textOne">
|
||||
<div class="Left">
|
||||
<img src="../imgs/SVG/我们的愿景.svg" alt="我们的愿景">
|
||||
<img src="../imgs/svg/我们的愿景.svg" alt="我们的愿景">
|
||||
</div>
|
||||
<div class="Right">
|
||||
<p>我们的愿景</p>
|
||||
|
@ -62,7 +64,7 @@
|
|||
</div>
|
||||
<div class="textTwo">
|
||||
<div class="Left">
|
||||
<img src="../imgs/SVG/我们的使命.svg" alt="我们的使命">
|
||||
<img src="../imgs/svg/我们的使命.svg" alt="我们的使命">
|
||||
</div>
|
||||
<div class="Right">
|
||||
<p>我们的使命</p>
|
||||
|
@ -75,7 +77,7 @@
|
|||
</div>
|
||||
<div class="textThree">
|
||||
<div class="Left">
|
||||
<img src="../imgs/SVG/我们的核心价值观.svg" alt="我们的核心价值观">
|
||||
<img src="../imgs/svg/我们的核心价值观.svg" alt="我们的核心价值观">
|
||||
</div>
|
||||
<div class="Right">
|
||||
<p>我们的核心价值观</p>
|
||||
|
@ -97,7 +99,7 @@
|
|||
<div class="email" onclick="window.location.href='mailto:fu.bin@hjsilicon.com'">
|
||||
<span>MAIL TO US</span>
|
||||
<a href="mailto:fu.bin@hjsilicon.com">
|
||||
<img src="../imgs/SVG/邮箱.svg" alt="邮箱">
|
||||
<img src="../imgs/svg/邮箱.svg" alt="邮箱">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -105,11 +107,12 @@
|
|||
|
||||
<section class="footerBox" >
|
||||
<div class="footerBoxLeft">
|
||||
<img src="../imgs/SVG/汉晶LOGO(BJF).svg" alt="logo">
|
||||
<img src="../imgs/svg/汉晶LOGO(BJF).svg" alt="logo">
|
||||
</div>
|
||||
<div class="footerBoxRight">
|
||||
<p>Copyright ©深圳汉晶电子信息有限公司 <a class="record" href="https://beian.miit.gov.cn/">粤ICP备2025405650号</a></p>
|
||||
|
||||
<p>Copyright ©深圳汉晶电子信息有限公司 版权所有</p>
|
||||
<!-- <p>Copyright ©深圳汉晶电子信息有限公司 版权所有</p> -->
|
||||
</div>
|
||||
</section>
|
||||
</footer>
|
||||
|
|
|
@ -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>
|
|
@ -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>
|
|
@ -8,23 +8,24 @@
|
|||
<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">
|
||||
<div class="container">
|
||||
<div class="logo">
|
||||
<img src="../imgs/SVG/汉晶LOGO(BJF).svg" alt="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="./technicalSupport.html"> 技术支持</a></li>
|
||||
<li> <a href="./aboutUs.html" > 关于我们</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="bg">
|
||||
<img src="../imgs/SVG/点纹.svg" alt="背景">
|
||||
<img src="../imgs/svg/点纹.svg" alt="背景">
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
@ -37,14 +38,14 @@
|
|||
<div class="topBannerBth">
|
||||
<a href="mailto:fu.bin@hjsilicon.com">
|
||||
<span>MAIL TO US</span>
|
||||
<img src="../imgs/SVG/邮箱(白).svg" alt="邮箱">
|
||||
<img src="../imgs/svg/邮箱(白).svg" alt="邮箱">
|
||||
</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<img class="btLeft" src="../imgs/SVG/点纹.svg" alt="点纹">
|
||||
<img class="tpRight" src="../imgs/SVG/点纹.svg" alt="点纹">
|
||||
<img class="btRight" src="../imgs/SVG/线纹.svg" alt="点纹">
|
||||
<img class="btLeft" src="../imgs/svg/点纹.svg" alt="点纹">
|
||||
<img class="tpRight" src="../imgs/svg/点纹.svg" alt="点纹">
|
||||
<img class="btRight" src="../imgs/svg/线纹.svg" alt="点纹">
|
||||
|
||||
</section>
|
||||
|
||||
|
@ -52,11 +53,11 @@
|
|||
<div class="bannertop">
|
||||
<div class="imgBox">
|
||||
<div class="imgBox1">
|
||||
<img src="../imgs/PNG/芯片2.png" alt="芯片2">
|
||||
<img src="../imgs/png/芯片2.png" alt="芯片2">
|
||||
</div>
|
||||
<div class="imgBox2">
|
||||
|
||||
<img src="../imgs/PNG/芯片1.png" alt="芯片1">
|
||||
<img src="../imgs/png/芯片1.png" alt="芯片1">
|
||||
</div>
|
||||
</div>
|
||||
<div class="textBox">
|
||||
|
@ -97,7 +98,7 @@
|
|||
<div class="email" onclick="window.location.href='mailto:fu.bin@hjsilicon.com'">
|
||||
<span>MAIL TO US</span>
|
||||
<a href="mailto:fu.bin@hjsilicon.com">
|
||||
<img src="../imgs/SVG/邮箱.svg" alt="邮箱">
|
||||
<img src="../imgs/svg/邮箱.svg" alt="邮箱">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -105,11 +106,12 @@
|
|||
|
||||
<section class="footerBox" >
|
||||
<div class="footerBoxLeft">
|
||||
<img src="../imgs/SVG/汉晶LOGO(BJF).svg" alt="logo">
|
||||
<img src="../imgs/svg/汉晶LOGO(BJF).svg" alt="logo">
|
||||
</div>
|
||||
<div class="footerBoxRight">
|
||||
<p>Copyright ©深圳汉晶电子信息有限公司 <a class="record" href="https://beian.miit.gov.cn/">粤ICP备2025405650号</a></p>
|
||||
|
||||
<p>Copyright ©深圳汉晶电子信息有限公司 版权所有</p>
|
||||
<!-- <p>Copyright ©深圳汉晶电子信息有限公司 版权所有</p> -->
|
||||
</div>
|
||||
</section>
|
||||
</footer>
|
||||
|
|
|
@ -8,13 +8,13 @@
|
|||
<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">
|
||||
<div class="container">
|
||||
<div class="logo">
|
||||
<img src="../imgs/SVG/汉晶LOGO(BJF).svg" alt="logo">
|
||||
<img src="../imgs/svg/汉晶LOGO(BJF).svg" alt="logo">
|
||||
|
||||
</div>
|
||||
<ul>
|
||||
|
@ -25,7 +25,7 @@
|
|||
</ul>
|
||||
</div>
|
||||
<div class="bg">
|
||||
<img src="../imgs/SVG/点纹.svg" alt="背景">
|
||||
<img src="../imgs/svg/点纹.svg" alt="背景">
|
||||
</div>
|
||||
</header>
|
||||
<section class="topBanner">
|
||||
|
@ -39,30 +39,30 @@
|
|||
|
||||
|
||||
</div>
|
||||
<img class="btLeft" src="../imgs/SVG/点纹.svg" alt="点纹">
|
||||
<img class="tpRight" src="../imgs/SVG/点纹.svg" alt="点纹">
|
||||
<img class="btRight" src="../imgs/SVG/线纹.svg" alt="点纹">
|
||||
<img class="btLeft" src="../imgs/svg/点纹.svg" alt="点纹">
|
||||
<img class="tpRight" src="../imgs/svg/点纹.svg" alt="点纹">
|
||||
<img class="btRight" src="../imgs/svg/线纹.svg" alt="点纹">
|
||||
|
||||
</section>
|
||||
|
||||
<section class="banner">
|
||||
<div class="bannerLeft">
|
||||
<div class="LeftImg">
|
||||
<img src="../imgs/SVG/技术服务帮助.svg" alt="技术服务帮助">
|
||||
<img src="../imgs/svg/技术服务帮助.svg" alt="技术服务帮助">
|
||||
</div>
|
||||
<p class="title">技术服务帮助</p>
|
||||
<p class="problem">获取汉晶技术支持专家提供的保密帮助。</p>
|
||||
<a class="report" href="mailto:fu.bin@hjsilicon.com">提交服务帮助 <img class="arrow" src="../imgs/SVG/箭头.svg" alt="箭头"></a>
|
||||
<a class="report" href="mailto:fu.bin@hjsilicon.com">提交服务帮助 <img class="arrow" src="../imgs/svg/箭头.svg" alt="箭头"></a>
|
||||
|
||||
</div>
|
||||
<div class="bannerRight">
|
||||
|
||||
<div class="rightImg">
|
||||
<img src="../imgs/SVG/产品安全漏洞.svg" alt="产品安全漏洞">
|
||||
<img src="../imgs/svg/产品安全漏洞.svg" alt="产品安全漏洞">
|
||||
</div>
|
||||
<p class="title">产品安全漏洞</p>
|
||||
<p class="problem">发现您的产品存在潜在安全漏洞?</p>
|
||||
<a class="report" href="mailto:fu.bin@hjsilicon.com">立即报告 <img class="arrow" src="../imgs/SVG/箭头.svg" alt="箭头"></a>
|
||||
<a class="report" href="mailto:fu.bin@hjsilicon.com">立即报告 <img class="arrow" src="../imgs/svg/箭头.svg" alt="箭头"></a>
|
||||
|
||||
</div>
|
||||
|
||||
|
@ -78,7 +78,7 @@
|
|||
<div class="email" onclick="window.location.href='mailto:fu.bin@hjsilicon.com'">
|
||||
<span>MAIL TO US</span>
|
||||
<a href="mailto:fu.bin@hjsilicon.com">
|
||||
<img src="../imgs/SVG/邮箱.svg" alt="邮箱">
|
||||
<img src="../imgs/svg/邮箱.svg" alt="邮箱">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -86,11 +86,11 @@
|
|||
|
||||
<section class="footerBox" >
|
||||
<div class="footerBoxLeft">
|
||||
<img src="../imgs/SVG/汉晶LOGO(BJF).svg" alt="logo">
|
||||
<img src="../imgs/svg/汉晶LOGO(BJF).svg" alt="logo">
|
||||
</div>
|
||||
<div class="footerBoxRight">
|
||||
|
||||
<p>Copyright ©深圳汉晶电子信息有限公司 版权所有</p>
|
||||
<p>Copyright ©深圳汉晶电子信息有限公司 <a class="record" href="https://beian.miit.gov.cn/">粤ICP备2025405650号</a></p>
|
||||
<!-- <p>Copyright ©深圳汉晶电子信息有限公司 版权所有</p> -->
|
||||
</div>
|
||||
</section>
|
||||
</footer>
|
||||
|
|
Before Width: | Height: | Size: 371 KiB After Width: | Height: | Size: 371 KiB |
Before Width: | Height: | Size: 371 KiB After Width: | Height: | Size: 371 KiB |
Before Width: | Height: | Size: 241 KiB After Width: | Height: | Size: 241 KiB |
Before Width: | Height: | Size: 207 KiB After Width: | Height: | Size: 207 KiB |
Before Width: | Height: | Size: 294 KiB After Width: | Height: | Size: 294 KiB |
Before Width: | Height: | Size: 228 KiB After Width: | Height: | Size: 228 KiB |
Before Width: | Height: | Size: 286 KiB After Width: | Height: | Size: 286 KiB |
Before Width: | Height: | Size: 287 KiB After Width: | Height: | Size: 287 KiB |
Before Width: | Height: | Size: 316 KiB After Width: | Height: | Size: 316 KiB |
Before Width: | Height: | Size: 311 B After Width: | Height: | Size: 311 B |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 6.1 KiB After Width: | Height: | Size: 6.1 KiB |
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 769 B After Width: | Height: | Size: 769 B |
Before Width: | Height: | Size: 871 B After Width: | Height: | Size: 871 B |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 46 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 5.3 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 456 B After Width: | Height: | Size: 456 B |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 105 KiB After Width: | Height: | Size: 105 KiB |
Before Width: | Height: | Size: 946 B After Width: | Height: | Size: 946 B |
Before Width: | Height: | Size: 943 B After Width: | Height: | Size: 943 B |
Before Width: | Height: | Size: 719 B After Width: | Height: | Size: 719 B |
Before Width: | Height: | Size: 715 B After Width: | Height: | Size: 715 B |
Before Width: | Height: | Size: 108 KiB After Width: | Height: | Size: 108 KiB |
Before Width: | Height: | Size: 756 B After Width: | Height: | Size: 756 B |
|
@ -10,23 +10,25 @@
|
|||
<link rel="stylesheet" href="./css/header.css">
|
||||
|
||||
|
||||
<title>汉晶</title>
|
||||
<title>深圳汉晶电子信息有限公司</title>
|
||||
</head>
|
||||
<body class="body">
|
||||
<header class="header">
|
||||
<div class="container">
|
||||
<div class="logo">
|
||||
<img src="./imgs/SVG/汉晶LOGO(BJF).svg" alt="logo">
|
||||
<img src="./imgs/svg/汉晶LOGO(BJF).svg" alt="logo">
|
||||
</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>
|
||||
<div class="bg">
|
||||
<img src="./imgs/SVG/点纹.svg" alt="背景">
|
||||
<img src="./imgs/svg/点纹.svg" alt="背景">
|
||||
</div>
|
||||
</header>
|
||||
<section class="topBanner">
|
||||
|
@ -41,9 +43,9 @@
|
|||
</div>
|
||||
|
||||
</div>
|
||||
<img class="btLeft" src="./imgs/SVG/点纹.svg" alt="点纹">
|
||||
<img class="tpRight" src="./imgs/SVG/点纹.svg" alt="点纹">
|
||||
<img class="btRight" src="./imgs/SVG/线纹.svg" alt="点纹">
|
||||
<img class="btLeft" src="./imgs/svg/点纹.svg" alt="点纹">
|
||||
<img class="tpRight" src="./imgs/svg/点纹.svg" alt="点纹">
|
||||
<img class="btRight" src="./imgs/svg/线纹.svg" alt="点纹">
|
||||
|
||||
</section>
|
||||
<section class="banner">
|
||||
|
@ -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>
|
||||
|
@ -110,7 +112,7 @@
|
|||
<div class="email" onclick="window.location.href='mailto:fu.bin@hjsilicon.com'">
|
||||
<span>MAIL TO US</span>
|
||||
<a href="mailto:fu.bin@hjsilicon.com">
|
||||
<img src="./imgs/SVG/邮箱.svg" alt="邮箱">
|
||||
<img src="./imgs/svg/邮箱.svg" alt="邮箱">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -118,11 +120,12 @@
|
|||
|
||||
<section class="footerBox">
|
||||
<div class="footerBoxLeft">
|
||||
<img src="./imgs/SVG/汉晶LOGO(BJF).svg" alt="logo">
|
||||
<img src="./imgs/svg/汉晶LOGO(BJF).svg" alt="logo">
|
||||
</div>
|
||||
<div class="footerBoxRight">
|
||||
<p>Copyright ©深圳汉晶电子信息有限公司 <a class="record" href="https://beian.miit.gov.cn/">粤ICP备2025405650号</a></p>
|
||||
|
||||
<p>Copyright ©深圳汉晶电子信息有限公司 版权所有</p>
|
||||
<!-- <p>Copyright ©深圳汉晶电子信息有限公司 版权所有</p> -->
|
||||
</div>
|
||||
</section>
|
||||
</footer>
|
||||
|
|