/* 外层保尺寸 */
.circle-wrapper{
position: relative
}
/* 中间画圆 */
.circle-wrapper>.circle{
padding-bottom: 100%;
border-radius: 50%;
position: relative;
border: solid 1px;
width: 100%;
height: 0;
}
/* 内层填内容 */
.circle-wrapper>.circle>.inner{
position: absolute;
width: 100%;
bottom: 0;
left: 0;
top: 0;
}
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…