Kaynağa Gözat

主页项目点击后的明细显示页面

chenwen 3 yıl önce
ebeveyn
işleme
70959bc3b9
1 değiştirilmiş dosya ile 153 ekleme ve 0 silme
  1. 153 0
      html/landingpage/landingpage_details.html

+ 153 - 0
html/landingpage/landingpage_details.html

@@ -0,0 +1,153 @@
+<!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">
+		<style type="text/css">
+			body{
+				font-family: Avenir-Black;		
+			}
+			.top{
+				padding:10px 50px 20px 50px;
+				margin-bottom: 10px;
+				display: flex;
+				flex-flow: row nowrap;
+				justify-content: space-between;
+				align-items: center;
+				height: 80px;
+				box-sizing: border-box;	   
+			}
+			
+			.top-item{
+				padding:0px 20px;
+				line-height: 70px;
+				font-weight: bold;
+				cursor: pointer;		   
+			}
+			.nav-link span,.nav-link img,.tool-icon img{
+				margin-right:15px;
+			}
+			.nav-link img{
+				height:10px;
+			}
+			.project-note{
+				padding:30px 100px;
+			}
+			.contact-box{
+				padding:20px;
+				display: flex;
+				flex-flow:row nowrap;
+				justify-content: flex-start;
+				align-items: flex-start;
+				background-color: #eff1f4;
+				border-radius: 10px;
+			}
+			.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">
+			<div class="top">
+				<div class="top-item nav-link">
+					<span>Library</span><img src="../../assets/img/landing_right_arrow.png"><span style="font-family: Avenir-Roman;color:#0051f3;font-weight: normal;font-size:16px;">Interiors | Lighting | Furniture | Art | Branding | Lighting | Furniture | A…</span>
+				</div>
+				<div class="top-item" style="flex:1;"></div>
+				<div class="top-item tool-icon">
+					<img src="../../assets/img/full_screen.png">
+					<img src="../../assets/img/down_load.png">
+					<img src="../../assets/img/unlike_heart.png" class="like-icon">
+				</div>
+			</div>
+			<div class="photo-show">
+				<div class="row">
+					<div class="col-md-10 col-md-offset-1" >
+						<img src="../../assets/img/landingpage/SketchPng13a31da85530705597336c246f381b04995b33daa653be0c982d5895c25fd786.png">
+					</div>
+				</div>
+			</div>
+			
+			<div class="row">
+				<div class="col-md-10 col-md-offset-1 project-note" >
+					<h2>Title for the project</h2>
+					<p style="margin:20px 0px;font-size: 16px;color:#999;">
+						It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. 
+						The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English.
+					</p>
+					<p style="margin:30px 0px;font-size: 18px;">
+						<img src="../../assets/img/locate_black.png" style="margin-right: 20px;vertical-align: ceneter;"><span>Project location:Shanghai, Jingan district, Beijing west Road 888</span>
+					</p>
+				
+					<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>
+							<p style="margin:30px 0px;font-size: 18px;">
+								<img src="../../assets/img/locate_black.png" style="margin-right: 20px;vertical-align: ceneter;"><span>Shanghai, Jingan district, Beijing west Road 888</span>
+							</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>
+				
+				
+			</div>
+			<div style="padding-left:20px;font-size:20px;margin:50px 0px 25px 0px;">Related projects</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/landingpage_details.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>