Просмотр исходного кода

增加企业相关页面(企业主页、企业联系方式)

chenwen 3 лет назад
Родитель
Сommit
1229ab804d
2 измененных файлов с 292 добавлено и 0 удалено
  1. 114 0
      html/company/company_contact.html
  2. 178 0
      html/company/company_main.html

+ 114 - 0
html/company/company_contact.html

@@ -0,0 +1,114 @@
+<!DOCTYPE html>
+<html>
+	<head>
+		<meta charset="utf-8">
+		<title></title>
+		<script src="../../js/jquery-1.9.1.min.js"></script>
+		<script src="../../js/jquery.i18n.properties.js"></script>
+		<script src="../../assets/js/language.js"></script>
+		<link rel="stylesheet" type="text/css" href="../../css/bootstrap.min.css" rel="stylesheet">
+		<link rel="stylesheet" type="text/css" href="../../assets/plugin/zeroModal/css/normalize.css" />
+		<style type="text/css">
+			body{
+				font-family: Avenir-Black;
+			}
+			.top{
+						   padding:10px 50px 0px 50px;
+						   border-bottom: 1px solid #e8e8e8;
+						   display: flex;
+						   flex-flow: row nowrap;
+						   justify-content: space-between;
+						   align-items: center;
+						   height: 80px;
+			}
+			
+			.top-item{
+						   padding:0px 20px;
+						   line-height: 70px;
+						   font-weight: bold;
+						   cursor: pointer;
+			}
+			.top-item-active{
+						   border-bottom: 3px solid #f83d5a;
+						   color: #f83d5a;
+			}
+			.us-name-item{
+						   width:160px;
+			}
+			.contact-dtl{
+				padding:20px 20px 5px 20px;
+				display: flex;
+				flex-flow:column nowrap;
+				justify-content: flex-start;
+				align-items: flex-start;
+				background-color: #eff1f4;
+				border-radius: 10px;
+				
+			}
+			.contact-dtl .item-icon{
+				margin-right: 10px;
+			}
+			
+			.contact-dtl .dtl-item{
+				font-weight: bold;
+				color:#444;
+			}
+		</style>
+	</head>
+	<body>
+		<div class="container-fluid" style="padding:0;">
+			<div class="top">
+				<div class="top-item">
+					<img  src="../../assets/img/head_logo.png"/>
+				</div>
+				<div class="top-item">
+					<span>LIBRARY</span>
+				</div>
+				<div class="top-item">
+					<span>MOMENTS</span>
+				</div>
+				<div class="top-item" style="flex:1;"></div>
+				<div class="top-item">
+					<img src="../../assets/img/head_icon_language.png"><span>&nbsp;&nbsp;English</span>
+				</div>
+				<div class="top-item us-name-item  top-item-active">
+					<span>Sign in / Sign up</span>
+				</div>
+				<div class="top-item">
+					<img  src="../../assets/img/head_add.png" style="height: 40px;">
+				</div>
+			</div>
+			<div class="row" style="margin:0px;">
+				<div class="col-md-5" style="padding: 0px;">
+					<img src="../../assets/img/signin_ad.png" style="width:100%;height:calc(100vh - 80px)">
+				</div>
+				<div class="col-md-7" style="padding: 0px 60px;box-sizing: border-box;">
+					<img src="../../assets/img/contact_icon.png" style="margin-top:80px;">
+					<p style="font-size: 18px; margin:30px 0px 20px 0px;">Helen studio CHINA | interior</p>
+					<p style="margin:20px 0px;font-size: 16px;color:#999;">
+						It is a long established fact that a readerwill be distracted by the readable content of a page when looking at its layout.There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable.
+					</p>
+					<div class="contact-dtl">
+						<p style="font-size:16px;font-weight: bold;">Interior design/Lighting</p>
+						<p class="dtl-item"><img src="../../assets/img/us.png" class="item-icon"><span>Mir Wang, Manager</span></p>
+						<div>
+							<p class="dtl-item" style="float:left;"><img src="../../assets/img/tel.png" class="item-icon"><span>188 2088 8888</span></p>
+							<p class="dtl-item" style="margin-left:400px;"><img src="../../assets/img/tel.png" class="item-icon"><span>166 1234 4567</span></p>
+						</div>
+						<div>
+							<p class="dtl-item" style="float:left;"><img src="../../assets/img/msg.png" class="item-icon"><span>wang123@gmail.com</span></p>
+							<p class="dtl-item" style="margin-left:400px;"><img src="../../assets/img/msg.png" class="item-icon"><span>zhang123@gmail.com</span></p>
+						</div>
+						<p class="dtl-item"><img src="../../assets/img/us.png" class="item-icon"><span>Number of employees 3211</span></p>
+					</div>
+					
+					<button type="button" class="btn btn-default" style="height: 42px;background-color: #000000;color: #fff;padding:0px 30px;margin:20px;float:right;">
+						<img src="../../assets/img/down_load.png" style="height:30px;margin-right:10px;">Download portoflio
+					</button>
+				</div>
+			</div>
+		</div>
+		<script src="../../js/bootstrap.min.js"></script>
+		<!-- <script src="../../assets/js/company_contace.js"></script> -->
+	</body>
+</html>

+ 178 - 0
html/company/company_main.html

@@ -0,0 +1,178 @@
+<!DOCTYPE html>
+<html>
+	<head>
+		<meta charset="utf-8">
+		<title></title>
+		<script src="../../js/jquery-1.9.1.min.js"></script>
+		<script src="../../js/jquery.i18n.properties.js"></script>
+		<script src="../../assets/js/language.js"></script>
+		<link rel="stylesheet" type="text/css" href="../../css/bootstrap.min.css" rel="stylesheet">
+		<link rel="stylesheet" type="text/css" href="../../assets/plugin/zeroModal/css/normalize.css" />
+		<style type="text/css">
+			.top{
+						   padding:10px 50px 0px 50px;
+						   border-bottom: 1px solid #e8e8e8;
+						   display: flex;
+						   flex-flow: row nowrap;
+						   justify-content: space-between;
+						   align-items: center;
+						   height: 80px;
+						   font-family: Avenir-Black;
+			}
+			
+			.top-item{
+						   padding:0px 20px;
+						   line-height: 70px;
+						   font-weight: bold;
+						   cursor: pointer;
+			}
+			.top-item-active{
+						   border-bottom: 3px solid #f83d5a;
+						   color: #f83d5a;
+			}
+			.us-name-item{
+						   width:160px;
+			}
+			
+			.tool-box{
+						    padding: 25px 50px 20px 50px;
+						    border-bottom: 1px solid #f2f2f2;
+			}
+			.newest-list,.search-list{
+						   display: flex;
+						   flex-flow: row nowrap;
+						   justify-content: flex-start;
+						   align-items: center;
+						   /* height: 40px; */
+						   box-sizing: border-box;
+						   font-family: Arial;
+			}
+			
+			.newest-list .newest-item{
+						   margin:0px 40px 0px 0px;
+						   color:#999;
+						   cursor: pointer;
+			}
+			
+			.contact-box{
+				padding:20px 20px 5px 20px;
+				display: flex;
+				flex-flow:row nowrap;
+				justify-content: flex-start;
+				align-items: flex-start;
+				background-color: #fefefe;
+				border-radius: 10px;
+				margin:30px 50px 0px 50px;
+			}
+			
+			.project-box{
+				padding: 25px 35px 20px 35px;
+			}
+			
+			.thumbnail{
+				border:0;
+			}
+			#project-photo-row{
+				-webkit-column-width:242px; /*Safari and Chrome*/
+				-moz-column-width:242px; /*Firefox*/
+				-o-column-width:242px; /*Opera*/
+				-ms-column-width:242px; /*IE*/
+				column-width:242px;
+			}
+			#project-photo-row>div{
+			    width:242px; /*宽度根据实际情况调节,应与上面一致*/
+			    overflow:auto; /*防止内容溢出导致布局错位*/
+			}
+		</style>
+	</head>
+	<body>
+		<div class="container-fluid" style="padding:0;">
+			<div class="top">
+				<div class="top-item">
+					<img  src="../../assets/img/head_logo.png"/>
+				</div>
+				<div class="top-item top-item-active">
+					<span>LIBRARY</span>
+				</div>
+				<div class="top-item">
+					<span>MOMENTS</span>
+				</div>
+				<div class="top-item" style="flex:1;"></div>
+				<div class="top-item">
+					<img src="../../assets/img/head_icon_language.png"><span>&nbsp;&nbsp;English</span>
+				</div>
+				<div class="top-item us-name-item">
+					<span>Sign in / Sign up</span>
+				</div>
+				<div class="top-item">
+					<img  src="../../assets/img/head_add.png" style="height: 40px;">
+				</div>
+			</div>
+			
+			<div class="contact-box">
+				<img src="../../assets/img/contact_icon.png">
+				<div style="margin:0px 30px;">
+					<p style="font-size: 18px;">Helen studio CHINA | interior</p>
+					<p style="margin:20px 0px;font-size: 16px;color:#999;">
+						It is a long established fact that a readerwill be distracted by the readable content of a page when looking at its layout.There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable.
+					</p>
+				
+				</div>
+				<button type="button" class="btn btn-default" style="height: 42px;background-color: #000000;color: #fff;padding:0px 20px;">Contact us</button>
+			</div>
+			
+			<div class="tool-box">
+				<div class="newest-list">
+					<div class="newest-item" style="color:#000000;font-weight: bold;cursor: default;">Newest</div>
+					<div class="newest-item">All</div>
+					<div class="newest-item">x &nbsp;Masterplanning</div>
+					<div class="newest-item">Architecture</div>
+					<div class="newest-item">Interiors</div>
+					<div class="newest-item">Lighting</div>
+					<div class="newest-item">Landscape</div>
+					<div class="newest-item">AV&nbsp;&amp;&nbsp;Acoustics</div>
+					<div class="newest-item">MEP</div>
+					<div class="newest-item">Landscape</div>
+					<div class="newest-item">Landscape</div>
+					<div style="flex:1;"></div>
+					<div class="newest-item"><img src="../../assets/img/landing_right_arrow.png"></div>
+				</div>
+			</div>
+			
+			<div class="project-box">
+				<div class="row">
+				    <div class="col-md-12" id="project-photo-row">
+				    <!--图片开始-->
+						
+						
+						
+						
+						
+						
+				    </div><!--图片结束-->
+				</div>
+			</div>
+			
+		</div>
+		<script src="../../js/bootstrap.min.js"></script>
+		<script src="../../assets/js/company_main.js"></script>
+		<script src="../../assets/plugin/template-web.js"></script>
+		<script id="flow-photos" type="text/html">
+			{{each  photos  photo index}}
+				<div class="col-md-2">
+				    <div class="thumbnail">
+				        <a href="javascript:void(0);">
+							<img src="{{photo.url}}" class="img-responsive img-rounded">
+				        </a>
+				        <div class="caption">
+				            
+				            <p>
+				                <small>{{photo.note}}</small>
+				            </p>
+				        </div> 
+				    </div>
+				</div>
+			{{ /each }}
+		</script>
+	</body>
+</html>