1.基本按钮样式

来源:互联网 发布:第一网红 知乎 编辑:程序博客网 时间:2024/06/05 17:26

1.基本按钮样式

a.button {    display: block;    float: left;    position: relative;    height: 25px;    width: 80px;    margin: 0 10px 18px 0;    text-decoration: none;    font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;    font-weight: bold;    line-height: 25px;    text-align: center;    -webkit-border-radius: 3px;    -moz-border-radius: 3px;    border-radius: 3px;}