📜  将锚标记作为按钮 - 无论代码示例

📅  最后修改于: 2022-03-11 15:00:10.243000             🧑  作者: Mango

代码示例1
.button {
    display: block;
    width: 115px;
    height: 25px;
    background: #4E9CAF;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    line-height: 25px;
    cursor: pointer;
}