15 lines
263 B
Plaintext
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;
|
||
|
|
}
|
||
|
|
}
|