﻿/*按钮样式*/
button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
