Body 类
Quasar 在 document.body 中附加了一些非常有用的 CSS 辅助类,你可以利用它们:
¥Quasar attaches some very useful helper CSS classes to document.body which you can take advantage of:
名称 | 描述 |
---|---|
body--dark | 当在 暗黑模式 中时 |
body--light | 当不在 暗黑模式 中时 |
desktop | 当客户端使用桌面应用时 |
mobile | 当客户端使用移动设备时 |
touch | 当客户端支持触控时 |
no-touch | 当客户端不支持触控时 |
platform-android | 当客户端使用 Android 设备时 |
platform-ios | 当客户端使用 iOS 设备时 |
native-mobile | 当客户端使用 Quasar CLI Cordova 或 Capacitor 应用时 |
electron | 当客户端使用 Quasar CLI Electron 应用时 |
bex | 当应用通过浏览器扩展运行时 |
within-iframe | 当应用通过 iframe 运行时 |
screen--* | 如果 启用(仅启用) 为真,则告知当前窗口断点 (screen--xs , screen--sm , …, screen--xl ) |