






















一、
&::after {
content: "";
position: absolute;
top: -50%;
bottom: -50%;
left: -50%;
right: -50%;
border: 1px solid #e9e9e9;
border-radius: 2px;
-webkit-transform: scale(0.5);
transform: scale(0.5);
}
二、
&::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 200%;
height: 200%;
transform-origin: 0 0;
border-width: 1px;
border-style: solid;
border-radius: 50%;
-webkit-transform: scale(0.5);
transform: scale(0.5);
box-sizing: border-box;
}
posted @ 2025-01-02 16:26 SKILL·NULL 阅读(16) 评论(0) 收藏 举报
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。