feat: 员工门户UI优化 - PortalLayout/Logo组件/QR扫码登录/合同与政策页面重构
This commit is contained in:
@@ -8,11 +8,20 @@
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
|
||||
font-size: 16px;
|
||||
line-height: 1.5;
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
-webkit-touch-callout: none;
|
||||
overscroll-behavior-y: none;
|
||||
}
|
||||
|
||||
* {
|
||||
@apply box-border;
|
||||
}
|
||||
|
||||
/* 移动端安全区工具类 */
|
||||
.pt-safe { padding-top: env(safe-area-inset-top); }
|
||||
.pb-safe { padding-bottom: env(safe-area-inset-bottom); }
|
||||
.pl-safe { padding-left: env(safe-area-inset-left); }
|
||||
.pr-safe { padding-right: env(safe-area-inset-right); }
|
||||
}
|
||||
|
||||
@layer components {
|
||||
|
||||
Reference in New Issue
Block a user