📅  最后修改于: 2022-03-11 14:47:51.694000             🧑  作者: Mango
.rounded_corners {
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
}
#header {
.rounded_corners;
}
#footer {
.rounded_corners;
}