shengtang/htmls/projectIntroductionDetails....

187 lines
7.3 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" href="../css/swiper.min.css">
<link rel="stylesheet" type="text/css" href="../css/style.css" />
<script src="../js/swiper.min.js"></script>
</head>
<body>
<div class="main">
<img src="../imgs//xmjs.png" class="ber" alt="">
<div class="con">
<div class="h100 mainCon mainInterview">
<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 href="./honoraryCertificate.html">資質榮譽
<object class="make"><a href="./honoraryCertificate.html">資質榮譽 </a><a href="./Interview.html">人物專訪</a></object>
</a>
<a href="./projectIntroduction.html">項目介紹</a>
<a class="on" href="./brand.html">名品軟裝</a>
<a href="./engineering.html">工程工藝 </a>
<a href="./contactUs.html">聯繫我們</a>
</div>
</div>
<div class="projectIntroductionCon">
<div class="projectIntroduction">
<div class="projectIntroductionList projectIntroductionDetailsNav">
<div class="projectIntroductionNav">
<p>開元集團光霧合谷酒店 </p>
<p>釋玥森林度假酒店 </p>
<p>樂山.清水荷花素食餐廳 </p>
<p>巴中通江主題酒店 </p>
<p>甘南州臨潭縣臨潭大酒店 </p>
<p>南部銘流主題酒店 </p>
<p>長城國際酒店 </p>
<p>康普雷斯國際酒店 </p>
<p>紅原羅布林卡酒店 </p>
<p>新疆庫爾勒金泰國際酒店 </p>
<p>烏魯木齊天成國際酒店 </p>
<p>長城國際酒店 </p>
<p>康普雷斯國際酒店 </p>
<p>寬窄巷子.天趣.紫園 </p>
<div class="projectIntroductionNavButton">
<img src="../imgs/zk.png" class="" alt="">
</div>
</div>
<div class="projectIntroductionJt">
<a href="" ><img src="../imgs/jt3.png" alt=""></a>
<a href=""><img src="../imgs/jt.png" alt=""></a>
</div>
</div>
<div>
<div class="projectIntroductionDetails">
<p class="title">釋玥森林度假酒店</p>
<p class="p">專職為高品質業主、地產商、精品酒店,商業綜合體,企業大廈提供建築設計,室內外裝飾設計,園林景觀,家居,軟裝藝術配飾,機電設備,燈光,標識,藝術品等全案設計定製。實行多對一的全程托管服務模式。名稱起源:「盛堂世家」代表了一個高端群體,也正是這個群體對於「家」所承載的責任和所能傳承的文化,盛堂世家就是專業服務於這樣一個群體的機構。 </p>
</div>
<div class="projectIntroductionConMain">
<img src="../imgs/imga.png" alt="">
<img src="../imgs/imga.png" alt="">
<img src="../imgs/imga.png" alt="">
<img src="../imgs/imga.png" alt="">
<img src="../imgs/imga.png" alt="">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="footer">
<a href="">Copyright 2022 盛堂世家設計機構 All rights reserved 蜀ICP備12345678號 技术支持:全美网络 </a>
</div>
</div>
<script src="../js/jquery.min.js"></script>
<div class="navCon">
<p></p>
<p></p>
<p></p>
</div>
<a href="/" class="returnIndex">
<img src="../imgs/home.png" alt="">
</a>
<script>
$(".navCon").on("click",(e)=>{
console.log(123);
$(".navIpd").css("right","0px")
e.preventDefault();
})
$(".main").on("click",function (params) {
$(".navIpd").css("right","-250px")
})
let dif=true
$(".projectIntroductionNavButton").on("click",function (params) {
if (dif) {
$(".projectIntroductionNav").css("height","auto")
$(".projectIntroductionList>div>:nth-child(1)").css("marginBottom" ,"24px")
$(this).css("transform","rotateX(180deg)")
dif=false
}else{
$(".projectIntroductionNav").css("height","70px")
$(".projectIntroductionList>div>:nth-child(1)").css("marginBottom" ,"70px")
$(this).css("transform","rotateX(0deg)")
dif=true
}
})
</script>
<script>
var mySwiper = new Swiper('.swiper', {
// 如果需要分页器
pagination: {
el: '.swiper-pagination',
},
// 如果需要前进后退按钮
navigation: {
nextEl: '.swiper-button-next',
prevEl: '.swiper-button-prev',
},
// 如果需要滚动条
scrollbar: {
el: '.swiper-scrollbar',
},
})
</script>
</body>
</html>