shengtang/htmls/honoraryCertificate.html

137 lines
5.0 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<!DOCTYPE html>
<!-- 更加标准的 lang 属性写法 zh-cmn-Hant:繁体中文zh-cmn-Hans:简体中文 -->
<html lang="zh-cmn-Hans">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="基于SEO网站" />
<meta name="keywords" content="基于SEO网站" />
<meta name="applicable-device" content="pc,mobile" />
<meta name="MobileOptimized" content="width" />
<meta name="HandheldFriendly" content="true" />
<meta name="robots" content="noarchive" />
<meta name="viewport" content="initial-scale=1, maximum-scale=3, minimum-scale=1, user-scalable=no">
<meta name="theme-color" content="#db5945">
<meta name="google" value="notranslate">
<link rel="shortcut icon" type="image/ico" href="favicon.ico" />
<title></title>
<link rel="stylesheet" type="text/css" href="../css/base.css" />
<link rel="stylesheet" type="text/css" href="../css/style.css" />
</head>
<body>
<div class="main">
<img src="../imgs/rwzf.png" class="ber" alt="">
<div class="con">
<div class="h100 mainCon">
<div class="nav conNav navIpd">
<div class="navTop">
<img src="../imgs/logo.png" alt="">
</div>
<div class="navLsit">
<a href="./contentPage.html">盛堂世家</a>
<a href="./indexBrand.html">盛堂品牌</a>
<a href="./aboutUs.html">關於Allen Zhou</a>
<a class="on" href="./honoraryCertificate.html">資質榮譽
<object class="make"><a class="on" href="./honoraryCertificate.html">資質榮譽 </a><a href="./Interview.html">人物專訪</a></object>
</a>
<a href="./projectIntroduction.html">項目介紹</a>
<a href="./brand.html">名品軟裝</a>
<a href="./engineering.html">工程工藝 </a>
<a href="./contactUs.html">聯繫我們</a>
</div>
</div>
<div class="honoraryCertificate">
<p class="title">資質榮譽</p>
<div class="honoraryCertificateCon">
<div class="list">
<div>
<img src="../imgs/zz.png" alt="">
</div>
<p class="listTitle">2021</p>
<p class="listText">工程設計資質證書</p>
</div>
<div class="list">
<div>
<img src="../imgs/zz.png" alt="">
</div>
<p class="listTitle">2021</p>
<p class="listText">工程設計資質證書</p>
</div>
<div class="list">
<div>
<img src="../imgs/zz.png" alt="">
</div>
<p class="listTitle">2021</p>
<p class="listText">工程設計資質證書</p>
</div>
<div class="list">
<div>
<img src="../imgs/zz.png" alt="">
</div>
<p class="listTitle">2021</p>
<p class="listText">工程設計資質證書</p>
</div>
</div>
</div>
</div>
</div>
<div class="footer">
<a href="">Copyright 2022 盛堂世家設計機構 All rights reserved 蜀ICP備12345678號 技术支持:全美网络 </a>
</div>
</div>
<div class="navCon">
<p></p>
<p></p>
<p></p>
</div>
<a href="/" class="returnIndex">
<img src="../imgs/home.png" alt="">
</a>
<script src="../js/jquery.min.js"></script>
<script>
$(".navCon").on("click",(e)=>{
console.log(123);
$(".navIpd").css("right","0px")
e.preventDefault();
})
$(".main").on("click",function (params) {
$(".navIpd").css("right","-250px")
})
</script>
<script src="">
// $(window).resize(function(e){//监听窗口大小的改变
// let windowWidth = $(window).width()
// if(windowWidth*1<=1060){
// $("navClick").on("click",function(){
// console.log(123123)
// event.preventDefault()
// event.stopPropagation();
// console.log($(this).find(".make"))
// })
// }
// })
</script>
</body>
</html>