Files
lingxiao865 c5af079d8c first commit
2026-02-10 08:05:03 +08:00

15 lines
263 B
Plaintext

// 屏幕中不显示, 但可被读屏
.sr-only() {
&--sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
clip-path: inset(50%);
border: 0;
}
}