/** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* uni.scss */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .page.data-v-6209e844 { min-height: 100vh; background: #EBF2FC; } .picker-input.data-v-6209e844 { background: #fff; border-radius: 8rpx; padding: 24rpx 20rpx; margin-bottom: 20rpx; border: 1rpx solid #F6F6F6; } .picker-input text.data-v-6209e844 { font-size: 28rpx; color: #333; } .select-trigger.data-v-6209e844 { display: flex; align-items: center; justify-content: space-between; background: #fff; border: 1rpx solid #dcdfe6; border-radius: 8rpx; padding: 20rpx 24rpx; margin-bottom: 20rpx; } .select-trigger .select-content.data-v-6209e844 { flex: 1; font-size: 28rpx; color: #333; } .user-popup.data-v-6209e844 { background: #fff; } .user-popup .popup-header.data-v-6209e844 { display: flex; justify-content: space-between; align-items: center; padding: 30rpx; border-bottom: 1rpx solid #eee; } .user-popup .popup-header .popup-title.data-v-6209e844 { font-size: 32rpx; color: #333; } .user-popup .popup-header .popup-close.data-v-6209e844 { font-size: 40rpx; color: #999; line-height: 1; } .user-popup.cascader-user-popup .selected-summary.data-v-6209e844 { padding: 16rpx 30rpx; background: #f5f7fa; border-bottom: 1rpx solid #eee; font-size: 24rpx; line-height: 1.5; } .user-popup.cascader-user-popup .selected-summary .summary-label.data-v-6209e844 { color: #909399; } .user-popup.cascader-user-popup .selected-summary .summary-text.data-v-6209e844 { color: #333; } .user-popup.cascader-user-popup .cascader-body.data-v-6209e844 { display: flex; height: 600rpx; } .user-popup.cascader-user-popup .cascader-col.data-v-6209e844 { height: 600rpx; box-sizing: border-box; } .user-popup.cascader-user-popup .dept-col.data-v-6209e844 { width: 38%; background: #f7f8fa; border-right: 1rpx solid #eee; } .user-popup.cascader-user-popup .user-col.data-v-6209e844 { width: 62%; padding: 10rpx 20rpx; box-sizing: border-box; } .user-popup.cascader-user-popup .cascader-item.data-v-6209e844 { display: flex; align-items: center; justify-content: space-between; padding: 28rpx 24rpx; font-size: 28rpx; color: #333; border-bottom: 1rpx solid #eef0f3; } .user-popup.cascader-user-popup .cascader-item.active.data-v-6209e844 { background: #fff; color: #2667E9; font-weight: 600; position: relative; } .user-popup.cascader-user-popup .cascader-item.active.data-v-6209e844::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 6rpx; background: #2667E9; } .user-popup.cascader-user-popup .cascader-item-text.data-v-6209e844 { flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .user-popup.cascader-user-popup .dept-dot.data-v-6209e844 { width: 12rpx; height: 12rpx; border-radius: 50%; background: #2667E9; margin-left: 8rpx; flex-shrink: 0; } .user-popup.cascader-user-popup .empty-tip.data-v-6209e844 { padding: 80rpx 20rpx; text-align: center; color: #909399; font-size: 26rpx; } .user-popup .user-item.data-v-6209e844 { display: flex; align-items: center; justify-content: space-between; padding: 24rpx 0; border-bottom: 1rpx solid #f5f5f5; } .user-popup .user-item.data-v-6209e844:last-child { border-bottom: none; } .user-popup .user-item.active .user-item-text.data-v-6209e844 { color: #2667E9; font-weight: 600; } .user-popup .user-item .user-item-text.data-v-6209e844 { flex: 1; font-size: 28rpx; color: #333; } .user-popup .popup-footer.data-v-6209e844 { display: flex; gap: 24rpx; padding: 24rpx 30rpx; padding-bottom: calc(24rpx + env(safe-area-inset-bottom)); background: #fff; } .user-popup .popup-footer button.data-v-6209e844 { flex: 1; height: 80rpx; line-height: 80rpx; border-radius: 40rpx; font-size: 30rpx; margin: 0; padding: 0; } .user-popup .popup-footer button.data-v-6209e844::after { border: none; } .user-popup .popup-footer .btn-cancel.data-v-6209e844 { background: #fff; color: #2667E9; border: 2rpx solid #2667E9; } .user-popup .popup-footer .btn-confirm.data-v-6209e844 { color: #fff; border: none; } .btn-group.data-v-6209e844 { display: flex; gap: 30rpx; } .btn-cancel.data-v-6209e844 { flex: 1; height: 80rpx; line-height: 80rpx; border: 2rpx solid #2667E9; border-radius: 40rpx; background: #fff; color: #2667E9; font-size: 30rpx; } .btn-confirm.data-v-6209e844 { flex: 1; height: 80rpx; line-height: 80rpx; border-radius: 40rpx; color: #fff; font-size: 30rpx; }