body{
font-size: 70%;
}
.btnPrimary{
padding: 1px 7px 1px 7px;
line-height: 30px;
width: 80px;
text-align: center;
background: green;
color: #fff;
border-radius: 5px;
margin: 5px;
box-shadow: 1px 2px 10px #ccc;
}
.btnPrimary:hover{
cursor: pointer;
background: #535353;
}
.errShow{
width: 100%;
height: 30px;
position: fixed;
top: 0;
background: #b10000;
color: #fff;
line-height: 30px;
text-align: center;
}
.main{
margin-top: 40px;
}
.input{
display: block;
margin: 5px;
box-shadow: 1px 2px 6px #ccc;
border: 0;
height: 30px;
}
网友评论