个人信息练习

Posted l-pxiaotiancai

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了个人信息练习相关的知识,希望对你有一定的参考价值。

img 和 input都是内容,剧中用text align 

<!DOCTYPE html>
<html>
	<head>
		<meta charset="UTF-8">
		<title></title>
		<style type="text/css">
			.box{
				width: 208px;
				height: 384px;
				border: 1px solid #CECECE;
				margin: 10px auto;
							}
			.box .title{
				height: 25px;
				padding-left: 9px;
				font: 14px/25px "微软雅黑" ;
				background-color: #CECECE;
			}
			.box .pic{
				width: 180px;
				height: 180px;
				border: 1px solid #CECECE;
				margin: 10px 0 11px 13px;
			}
			.box .blink{
				height: 27px;
				text-align: center;
			}
			.box .blink img{
				margin-left: 10px;
			}
			.box .weibo{
				height: 33px;
				text-align: center;
				border-bottom: 1px dotted #D1D1D1;
				margin-bottom: 20px;
			}
			.box .weibo input{
				width: 68px;
				height: 23px;
				background: #EEEEF2 url(../05-练习/vb.jpg) no-repeat;
			}
			.box .friend{
				text-align: center;
			}
			.box .friend input{
				width: 67px;
				height: 21px;
				margin-bottom: 5px;
			}
		</style>
	</head>
	<body>
		<div class="box">
			<div class="title">个人资料</div>
			<div class="pic">
				<img src="../05-练习/1.jpg"  />
			</div>
			<div class="blink">
				V闪闪<img src="../05-练习/v.jpg"/>
			</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>

  

以上是关于个人信息练习的主要内容,如果未能解决你的问题,请参考以下文章

2-4 函数练习题

json 个人的vscode的代码片段

itchat个人练习 语音与文本图灵测试例程

Python练习学生管理系统

spring练习,在Eclipse搭建的Spring开发环境中,使用set注入方式,实现对象的依赖关系,通过ClassPathXmlApplicationContext实体类获取Bean对象(代码片段

Python练习册 第 0013 题: 用 Python 写一个爬图片的程序,爬 这个链接里的日本妹子图片 :-),(http://tieba.baidu.com/p/2166231880)(代码片段