/** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .user-manager-container.data-v-1d5a9178 { min-height: 100vh; background: #f7f7f7; padding-bottom: 40rpx; } .navbar.data-v-1d5a9178 { 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-1d5a9178 { flex: 0 0 48rpx; display: flex; align-items: center; height: 100%; } .navbar .nav-title.data-v-1d5a9178 { flex: 1; text-align: center; font-size: 36rpx; font-weight: bold; color: #222; line-height: 100rpx; } .navbar .nav-right.data-v-1d5a9178 { flex: 0 0 80rpx; display: flex; align-items: center; justify-content: flex-end; height: 100%; } .search-bar-fixed.data-v-1d5a9178 { position: fixed; left: 0; width: 100vw; z-index: 20; background: #f3f3f3; border-radius: 0 0 40rpx 40rpx; display: flex; align-items: center; padding: 0 28rpx; height: 70rpx; margin: 0; box-sizing: border-box; } .search-bar.data-v-1d5a9178 { margin-top: 120rpx; margin-bottom: 0; margin-left: 32rpx; margin-right: 32rpx; background: #f3f3f3; border-radius: 40rpx; display: flex; align-items: center; padding: 0 28rpx; height: 70rpx; position: relative; } .search-bar .search-input.data-v-1d5a9178 { flex: 1; border: none; background: transparent; font-size: 28rpx; color: #222; margin-left: 16rpx; outline: none; } .search-bar .clear-btn.data-v-1d5a9178 { margin-left: 10rpx; margin-right: 10rpx; } .search-bar .cancel-btn.data-v-1d5a9178 { color: #bfbfbf; font-size: 28rpx; margin-left: 10rpx; } .suggest-list.data-v-1d5a9178 { margin-top: 24rpx; background: #fff; border-radius: 24rpx; margin-left: 0; margin-right: 0; box-shadow: 0 2rpx 8rpx rgba(0, 0, 0, 0.03); overflow: hidden; } .suggest-item.data-v-1d5a9178 { display: flex; align-items: center; padding: 28rpx 32rpx; font-size: 32rpx; color: #222; border-bottom: 1rpx solid #f3f3f3; background: #fff; } .suggest-item.data-v-1d5a9178:last-child { border-bottom: none; } .user-list.data-v-1d5a9178 { margin: 0 0 0 0; padding: 0 0 0 0; } .user-card.data-v-1d5a9178 { background: #fff; border-radius: 32rpx; margin: 32rpx 32rpx 32rpx 32rpx; padding: 36rpx 36rpx 36rpx 36rpx; position: relative; box-shadow: 0 2rpx 8rpx rgba(0, 0, 0, 0.03); } .user-info-row.data-v-1d5a9178 { display: flex; align-items: center; margin-bottom: 18rpx; } .user-info-row .user-label.data-v-1d5a9178 { font-size: 30rpx; color: #888; width: 110rpx; font-weight: 400; } .user-info-row .user-value.data-v-1d5a9178 { font-size: 32rpx; color: #222; font-weight: 500; } .user-info-row .role-tag.data-v-1d5a9178 { font-size: 26rpx; color: #ff8917; border: 2rpx solid #ff8917; border-radius: 12rpx; padding: 2rpx 18rpx; margin-left: 0rpx; font-weight: 400; background: #fff7f0; display: inline-block; vertical-align: middle; } .blocked-tag.data-v-1d5a9178 { position: absolute; right: 0; top: 0; background: #ffeaea; color: #ff5b5b; font-size: 28rpx; border-radius: 0 0 0 20rpx; padding: 12rpx 32rpx 12rpx 32rpx; font-weight: 400; }