
然后一直在找为啥出不来按钮,
body {
font:16px /28px 'MicrosoftYaHei'
/* 设置字体和字号 */
}
h1 {
font-weight: 400;
/* 不加粗效果 */
text-align:center;
/* 居中 */
}
#dase {
color:#888;
font-size: 12;
text-align:center;
}
a {
text-decoration: none;
/* 取消下划线 */
}
.search {
color: #666;
width:170px;
}
.btn{
font-weight: 700;
}
p{
text-indent: 2em;
/* 首行缩进2个字符 */
}
.pic {
text-align:center;
/* 想要图片居中对齐则是让它的父标签进行居中对齐就可以了水平居中的代码 */
}
.bot{
color:#666;
font-size: 12;
text-align: right;
}
结果图
