9.个人资料案例(div+css)

目的:结合fireworks将图片转换为html界面

图片:


素材:


代码:

<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<title>Document</title>
	<style type="text/css">
		.box{
			/*定义页面整体宽高*/
			width: 208px;
			height: 384px;
			/*加边框*/
			border: 1px solid #cecece;
			/*将页面相对于整体Body居中*/
			margin: 10px auto;
		}
		.box .title{
			height: 25px;
			padding-left: 9px;
			background: #ECEDEE;
			font: 14px/25px 微软雅黑;
		}
		.box .pic{
			width: 180px;
			height: 180px;
			border: 1px solid #cecece;
			/*定了3个像素的位置那么,少一个没关系*/
			margin: 10px 0 11px 13px;
		}
		.box .blink{
			height: 27px;
			text-align: center;
		}
		.box .blink img{
			margin-left:10px;
		}
		.box .weibo{
			/*weibo之一div块高度为33像素,而不是微博这个按钮高度为33像素*/
			height: 33px;
			text-align: center;
			border-bottom: 1px dotted #D1D1D1;
			/*weibo块下边距离另外一个div块20像素*/
			margin-bottom: 20px;
		}
		.box .weibo input{
			width: 68px;
			height: 23px;
			background: #EEEEF2 url("images/vb.jpg") no-repeat;
	
		}
		.box .friend{
			text-align: center;
		}
		.box .friend input{
			width: 67px;
			height: 21px;
			margin: 0 5px 5px 0;
		}
	</style>
</head>
<body>
	<div class="box">
		<div class="title">
		个人资料
		</div>
		<div class="pic">
			<img src="images/1.jpg" alt="">
		</div>
		<div class="blink">
			V闪闪<img src="images/v.jpg" alt="">
		</div>
		<div class="weibo"><input type="button" value="微博"></div>
		<div class="friend">
			<input type="button" value="加好友"><input type="button" value="发纸条"><input type="button" value="加好友"><input type="button" value="加好友">
		</div>
	</div>
</body>
</html>


评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值