1,placeholder
placeholder does not work on <select> elements
data-placeholder需要script标签引用
<div>
<input type="text">
<span data-placeholder="username"></span>
</div>
2,页面常用的三种布局
2.1flex居中
box居中
2.2transform居中
2.3负外边距居中
2.4absolute
3媒体选择器CSS3
基于响应式机理