first commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
// 屏幕中不显示, 但可被读屏
|
||||
.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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user