Skip to content
LwuCSS
Search
K
Main Navigation
首页
1.0.4
更新日志
开源贡献
GitHub
Appearance
GitHub
Menu
Return to top
On this page
Table of Contents for current page
ACCESSIBILITY
屏幕阅读器
用于改善屏幕阅读器的可访问性的功能类。
使用前缀
为了防止和开发者项目中的其他原子化样式语法冲突,样式库默认添加了前缀
lwu
,使用示例如下:
vue
<
view
class
=
"
lwu-flex
"
></
view
>
语法
Class
Properties
平台兼容性说明
sr-only
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border-width: 0;
H5
not-sr-only
position: static;
width: auto;
height: auto;
padding: 0;
margin: 0;
overflow: visible;
clip: auto;
white-space: nowrap;
H5