@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .container.data-v-1b9765d4 { min-height: 100vh; background: linear-gradient(135deg, #e8f5e9 0%, #b2dfdb 100%); padding: 40rpx; box-sizing: border-box; } .header.data-v-1b9765d4 { display: flex; align-items: center; justify-content: space-between; margin-bottom: 40rpx; } .back-btn.data-v-1b9765d4 { background: #fff; border: none; border-radius: 24rpx; padding: 16rpx 24rpx; color: #388e3c; font-size: 28rpx; box-shadow: 0 4rpx 16rpx rgba(76, 175, 80, 0.15); transition: all 0.2s ease; } .header-title.data-v-1b9765d4 { text-align: center; color: #388e3c; font-size: 36rpx; font-weight: bold; letter-spacing: 4rpx; flex: 1; } .detail-card.data-v-1b9765d4 { background: #fff; border-radius: 32rpx; box-shadow: 0 8rpx 32rpx rgba(76, 175, 80, 0.1); overflow: hidden; } .card-header.data-v-1b9765d4 { background: linear-gradient(120deg, #43e97b 0%, #38f9d7 100%); padding: 32rpx 40rpx; color: #fff; font-weight: 600; letter-spacing: 2rpx; font-size: 32rpx; } .detail-content.data-v-1b9765d4 { padding: 40rpx; } .loading.data-v-1b9765d4 { text-align: center; padding: 80rpx 40rpx; color: #6a9c6a; font-size: 28rpx; } .error-state.data-v-1b9765d4 { text-align: center; padding: 80rpx 40rpx; color: #c62828; } .retry-btn.data-v-1b9765d4 { margin-top: 24rpx; background: #43a047; color: #fff; border-radius: 16rpx; padding: 16rpx 32rpx; font-size: 28rpx; } .info-sections.data-v-1b9765d4 { /* 详情内容样式 */ } .info-section.data-v-1b9765d4 { margin-bottom: 48rpx; } .section-title.data-v-1b9765d4 { font-size: 32rpx; font-weight: 600; color: #2e7d32; margin-bottom: 32rpx; padding-bottom: 16rpx; border-bottom: 4rpx solid #e8f5e9; } .info-grid.data-v-1b9765d4 { display: grid; grid-template-columns: 1fr 1fr; gap: 32rpx; } .info-item.data-v-1b9765d4 { display: flex; flex-direction: column; } .info-item.full-width.data-v-1b9765d4 { grid-column: 1 / -1; } .info-label.data-v-1b9765d4 { font-size: 24rpx; color: #6a9c6a; margin-bottom: 8rpx; font-weight: 500; } .info-value.data-v-1b9765d4 { font-size: 28rpx; color: #2e7d32; font-weight: 500; padding: 16rpx 24rpx; background: #f8fff8; border-radius: 16rpx; border: 2rpx solid #e8f5e9; } .info-value.amount.data-v-1b9765d4 { color: #43a047; font-weight: 600; } .status-badge.data-v-1b9765d4 { display: inline-block; padding: 8rpx 24rpx; border-radius: 40rpx; font-size: 24rpx; font-weight: 500; text-align: center; } .status-badge.normal.data-v-1b9765d4 { background: #e8f5e9; color: #2e7d32; border: 2rpx solid #c8e6c9; } .status-badge.pending.data-v-1b9765d4 { background: #fff3e0; color: #f57c00; border: 2rpx solid #ffcc02; } .status-badge.approved.data-v-1b9765d4 { background: #e3f2fd; color: #1976d2; border: 2rpx solid #bbdefb; } /* 品项明细样式 */ .px-list.data-v-1b9765d4 { display: flex; flex-direction: column; gap: 24rpx; } .px-item.data-v-1b9765d4 { background: #f8fff8; border: 2rpx solid #e8f5e9; border-radius: 20rpx; padding: 24rpx; } .px-header.data-v-1b9765d4 { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16rpx; } .px-name.data-v-1b9765d4 { font-size: 28rpx; font-weight: 600; color: #2e7d32; } .px-type.data-v-1b9765d4 { font-size: 24rpx; color: #6a9c6a; background: #e8f5e9; padding: 4rpx 12rpx; border-radius: 12rpx; } .px-details.data-v-1b9765d4 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 16rpx; margin-bottom: 16rpx; } .px-detail-item.data-v-1b9765d4 { display: flex; flex-direction: column; align-items: center; } .px-label.data-v-1b9765d4 { font-size: 22rpx; color: #6a9c6a; margin-bottom: 4rpx; } .px-value.data-v-1b9765d4 { font-size: 26rpx; color: #2e7d32; font-weight: 500; } .px-value.amount.data-v-1b9765d4 { color: #43a047; font-weight: 600; } /* 员工业绩样式 */ .staff-section.data-v-1b9765d4 { margin-top: 16rpx; padding-top: 16rpx; border-top: 2rpx solid #e8f5e9; } .staff-title.data-v-1b9765d4 { font-size: 24rpx; color: #6a9c6a; margin-bottom: 12rpx; font-weight: 500; } .staff-list.data-v-1b9765d4 { display: flex; flex-direction: column; gap: 12rpx; } .staff-item.data-v-1b9765d4 { background: #fff; padding: 16rpx; border-radius: 12rpx; border: 1rpx solid #e8f5e9; } .staff-info.data-v-1b9765d4 { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12rpx; } .staff-name.data-v-1b9765d4 { font-size: 26rpx; color: #2e7d32; font-weight: 500; } .staff-amount.data-v-1b9765d4 { font-size: 26rpx; color: #43a047; font-weight: 600; } .staff-details.data-v-1b9765d4 { display: flex; gap: 24rpx; } .staff-detail-item.data-v-1b9765d4 { display: flex; flex-direction: column; align-items: center; flex: 1; } .staff-detail-label.data-v-1b9765d4 { font-size: 20rpx; color: #6a9c6a; margin-bottom: 4rpx; } .staff-detail-value.data-v-1b9765d4 { font-size: 24rpx; color: #2e7d32; font-weight: 500; } /* 文件列表样式 */ .file-list.data-v-1b9765d4 { display: flex; flex-direction: column; gap: 16rpx; } .file-item.data-v-1b9765d4 { display: flex; align-items: center; padding: 16rpx; background: #f8fff8; border: 2rpx solid #e8f5e9; border-radius: 16rpx; } .file-icon.data-v-1b9765d4 { font-size: 32rpx; margin-right: 16rpx; } .file-info.data-v-1b9765d4 { flex: 1; display: flex; flex-direction: column; } .file-name.data-v-1b9765d4 { font-size: 26rpx; color: #2e7d32; font-weight: 500; margin-bottom: 4rpx; } .file-size.data-v-1b9765d4 { font-size: 22rpx; color: #6a9c6a; } .file-action.data-v-1b9765d4 { padding: 8rpx; cursor: pointer; } @media (max-width: 750rpx) { .info-grid.data-v-1b9765d4 { grid-template-columns: 1fr; } .px-details.data-v-1b9765d4 { grid-template-columns: 1fr; } .staff-details.data-v-1b9765d4 { flex-direction: column; gap: 12rpx; } }