📅  最后修改于: 2022-03-11 14:55:08.226000             🧑  作者: Mango
.circulo {
width: 100px;
height: 100px;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
background: #5cb85c;
}