📅  最后修改于: 2022-03-11 15:00:10.243000             🧑  作者: Mango
.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;
}