Blogger Information
Blog 27
fans 0
comment 0
visits 22349
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
利用html、css基础知识布局简单的静态页面
不乖的博客
Original
1118 people have browsed it
<!DOCTYPE html>
<html>
	<head>
		<meta charset="UTF-8">
		<title>魔方公寓获得1.5亿美元D轮融资,未来将运营人才公寓和公租房 | 钛快讯</title>
		<link rel="icon" type="image/ico" href="image/favicon.ico">
		<style>
			*{
				margin: 0;
				padding: 0;
			}/*这个是对页面间距的清除操作*/
			
			a{
				text-decoration: none;
			}/*这个是对页面中所有的a标签清除自带下划线的操作*/
			
			.obox{
				width: 700px;
				margin:100px auto;
				font-family: "宋体";/*font-family设置字体,一般不建议使用,因为别人电脑的字体库中不一定有你设置的字体*/
			}
			
			/*所有的网页都是利用标签,一层层嵌套或者叠加出来的。这个class名叫box的div,是我布局在最外层的一个大盒子*/
			.synopsis{
				height: 70px;
				line-height: 70px;
				font-size: 14px;
				color: #C1CAD6;
			}
			.synopsis span{
				display: inline-block;
				width: 6px;
				height: 6px;
				border-radius: 3px;
				background: #C1CAD6;
			}/*这个是网页中的那个点,先利用display:inline-block;将span这个行内元素变成行内块元素,赋予它宽度和高度,border-radius是设置她的圆角*/
			img{
				margin: 40px 0;
			}
			.content{
				font-size: 18px;
				margin-bottom: 40px;
			}
			.demo{
				width: 700px;
				height:20px;
				background: red;
				white-space: nowrap;
				overflow: hidden;
				text-overflow: ellipsis;
				color: white;
			}
			.demo a{
				color: white;
			}
		</style>
	</head>
	<body>
		<div class="obox">
			<h1>魔方公寓获得1.5亿美元D轮融资,未来将运营人才公寓和公租房 | 钛快讯</h1>
			<p class="synopsis">
				<a href="http://www.php.cn">
					<abbr title="高梦阳" style="color: #00A4A0;text-decoration: none;">高梦阳</abbr>
					<span></span>
					<b>2019-03-11 15:34</b>
				</a>
			</p>
			<p class="synopsis" style="background: #F6F6F6;text-align: center;color: black;">
				<b>摘要:</b> 新一轮融资到手后,魔方将参与到城市人才公寓建设和公租房运营管理与行业规则的制定。
			</p>
			<img src="image/1.jpeg" width="700">
			<p class="content">
				<b>钛媒体快讯 | 3月11日消息:</b>,魔方生活服务集团获得由加拿大机构基金管理公司CDPQ投资的1.5亿美元的D轮融资。
			</p>
			<p class="content">
				公开资料显示,魔方生活服务集团是国内的集中式长租公寓的代表,也是最早一批投身连锁长租公寓行业的创业公司。根据魔方公寓提供的信息,目前魔方是国内在营房量最大、营业收入最高的集中式公寓运营商。旗下产品包括面对都市白领的魔方公寓,面向企业蓝领的9号楼公寓,立足中高端的摩尔公寓以及面向年轻用户的V客青年公寓。
			</p>
			<p class="content">
				据钛媒体了解,本轮战略投资方加拿大魁北克储蓄投资集团(CDPQ)是一家长期投资管理机构,负责管理加拿大魁北克省的公共养老基金以及保险计划的资产。截止2018年12月31日,CDPQ 管理的基金净资产已达3,095亿加元。
			</p>
			<p class="demo">
				<a href="http://www.tmtpost.com/3811631.html" target="_blank">据钛媒体了解,本轮战略投资方加拿大魁北克储蓄投资集团(CDPQ)是一家长期投资管理机构,负责管理加拿大魁北克省的公共养老基金以及保险计划的资产。截止2018年12月31日,CDPQ 管理的基金净资产已达3,095亿加元。</a>
			</p>
		</div>
	</body>
</html>


Correction status:qualified

Teacher's comments:
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post