让label和其中的文字居中
html {
font-size: 20px;
}
label {
width: 5rem;
height: 2rem;
display: block;
margin: 0 auto;
line-height: 2rem;
text-align: center;
}
html {
font-size: 20px;
}
label {
width: 5rem;
height: 2rem;
display: block;
margin: 0 auto;
line-height: 2rem;
text-align: center;
}