/** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .staff-manage-container.data-v-9b5c981c { min-height: 100vh; background: #f7f7f7; padding-bottom: 40rpx; } .refresh-tip-bar.data-v-9b5c981c { position: fixed; top: 0; left: 0; width: 100vw; height: 80rpx; background: #fffbe6; color: #ffb400; font-size: 30rpx; font-weight: 500; text-align: center; line-height: 80rpx; z-index: 9999; box-shadow: 0 2rpx 8rpx rgba(255, 156, 0, 0.03); display: flex; align-items: center; justify-content: center; } .refresh-loading-icon.data-v-9b5c981c { margin-right: 16rpx; } .refresh-tip-text.data-v-9b5c981c { font-size: 30rpx; color: #ffb400; } .navbar.data-v-9b5c981c { position: fixed; top: 0; left: 0; width: 100vw; height: 100rpx; background: #fff; z-index: 10; display: flex; align-items: flex-end; justify-content: space-between; box-shadow: 0 2rpx 8rpx rgba(0, 0, 0, 0.03); padding: 0 32rpx; } .navbar .nav-left.data-v-9b5c981c { flex: 0 0 48rpx; display: flex; align-items: center; height: 100%; } .navbar .nav-title.data-v-9b5c981c { flex: 1; text-align: center; font-size: 36rpx; font-weight: bold; color: #222; line-height: 100rpx; } .navbar .nav-right.data-v-9b5c981c { flex: 0 0 80rpx; display: flex; align-items: center; justify-content: flex-end; height: 100%; } .staff-list.data-v-9b5c981c { margin-top: calc(100rpx + var(--status-bar-height)); padding: 32rpx 0; min-height: calc(100vh - 100rpx - var(--status-bar-height)); box-sizing: border-box; } .staff-card.data-v-9b5c981c { background: #fff; border-radius: 40rpx; margin: 0 32rpx 32rpx 32rpx; padding: 40rpx 36rpx 36rpx 36rpx; box-shadow: 0 2rpx 8rpx rgba(0, 0, 0, 0.03); } .staff-info-row.data-v-9b5c981c { display: flex; align-items: center; margin-bottom: 18rpx; } .staff-info-row .staff-label.data-v-9b5c981c { font-size: 30rpx; color: #b3b3b3; width: 110rpx; font-weight: 400; } .staff-info-row .staff-value.data-v-9b5c981c { font-size: 32rpx; color: #222; font-weight: 500; }