|
|
@ -8,7 +8,7 @@
|
|
|
|
position: absolute;
|
|
|
|
position: absolute;
|
|
|
|
left: calc(-50% - 0.7px);
|
|
|
|
left: calc(-50% - 0.7px);
|
|
|
|
top: calc(-50% - 0.7px);
|
|
|
|
top: calc(-50% - 0.7px);
|
|
|
|
border-radius: 18px;
|
|
|
|
border-radius: 24px;
|
|
|
|
width: calc(200% + 1.4px); /* 考虑到阴影会占用额外空间,增加 1.4px */
|
|
|
|
width: calc(200% + 1.4px); /* 考虑到阴影会占用额外空间,增加 1.4px */
|
|
|
|
height: calc(200% + 1.4px); /* 考虑到阴影会占用额外空间,增加 1.4px */
|
|
|
|
height: calc(200% + 1.4px); /* 考虑到阴影会占用额外空间,增加 1.4px */
|
|
|
|
box-shadow: 0 0 0 0.7px #e1e1e1; /* 使用阴影模拟边框 */
|
|
|
|
box-shadow: 0 0 0 0.7px #e1e1e1; /* 使用阴影模拟边框 */
|
|
|
|