@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 { display: flex; flex-direction: column; } .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-section.data-v-1b9765d4 { margin-bottom: 24rpx; } /* 文件列表样式 */ .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; cursor: pointer; transition: all 0.2s ease; } .file-item.data-v-1b9765d4:hover { background: #f0f8f0; border-color: #43a047; -webkit-transform: translateY(-2rpx); transform: translateY(-2rpx); box-shadow: 0 4rpx 12rpx rgba(67, 160, 71, 0.15); } .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; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .file-size.data-v-1b9765d4 { font-size: 22rpx; color: #6a9c6a; } .file-action.data-v-1b9765d4 { padding: 8rpx; cursor: pointer; } /* 操作按钮样式 */ .action-buttons.data-v-1b9765d4 { display: flex; gap: 24rpx; margin-top: 40rpx; padding-top: 32rpx; border-top: 2rpx solid #e8f5e9; } .action-btn.data-v-1b9765d4 { flex: 1; height: 88rpx; border-radius: 24rpx; font-size: 32rpx; font-weight: 600; letter-spacing: 2rpx; transition: all 0.3s ease; } .cancel-btn.data-v-1b9765d4 { background: linear-gradient(135deg, #ff6b6b 0%, #ee5a52 100%); color: #fff; border: none; box-shadow: 0 6rpx 20rpx rgba(255, 107, 107, 0.3); } .cancel-btn.data-v-1b9765d4:hover { -webkit-transform: translateY(-2rpx); transform: translateY(-2rpx); box-shadow: 0 8rpx 25rpx rgba(255, 107, 107, 0.4); } /* 作废对话框样式 */ .dialog-overlay.data-v-1b9765d4 { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.5); display: flex; align-items: center; justify-content: center; z-index: 9999; } .cancel-dialog.data-v-1b9765d4 { background: #fff; border-radius: 20rpx; overflow: hidden; width: 600rpx; max-width: 90%; } .dialog-header.data-v-1b9765d4 { background: linear-gradient(120deg, #ff6b6b 0%, #ee5a52 100%); padding: 32rpx 40rpx; text-align: center; } .dialog-title.data-v-1b9765d4 { color: #fff; font-size: 32rpx; font-weight: 600; letter-spacing: 2rpx; } .dialog-content.data-v-1b9765d4 { padding: 40rpx; } .dialog-tip.data-v-1b9765d4 { font-size: 28rpx; color: #666; line-height: 1.6; margin-bottom: 32rpx; display: block; } .remark-section.data-v-1b9765d4 { margin-top: 24rpx; } .remark-label.data-v-1b9765d4 { font-size: 28rpx; color: #2e7d32; font-weight: 500; margin-bottom: 16rpx; display: block; } .remark-input.data-v-1b9765d4 { width: 100%; min-height: 120rpx; padding: 20rpx; border: 2rpx solid #e8f5e9; border-radius: 16rpx; font-size: 28rpx; color: #2e7d32; background: #f8fff8; box-sizing: border-box; resize: none; } .remark-input.data-v-1b9765d4:focus { border-color: #43a047; background: #fff; } .dialog-buttons.data-v-1b9765d4 { display: flex; gap: 24rpx; padding: 0 40rpx 40rpx; } .dialog-btn.data-v-1b9765d4 { flex: 1; height: 80rpx; border-radius: 20rpx; font-size: 28rpx; font-weight: 600; letter-spacing: 2rpx; transition: all 0.3s ease; } .cancel-dialog-btn.data-v-1b9765d4 { background: #f5f5f5; color: #666; border: 2rpx solid #e0e0e0; } .cancel-dialog-btn.data-v-1b9765d4:hover { background: #eeeeee; } .confirm-dialog-btn.data-v-1b9765d4 { background: linear-gradient(135deg, #ff6b6b 0%, #ee5a52 100%); color: #fff; border: none; box-shadow: 0 4rpx 16rpx rgba(255, 107, 107, 0.3); } .confirm-dialog-btn.data-v-1b9765d4:hover:not(:disabled) { -webkit-transform: translateY(-2rpx); transform: translateY(-2rpx); box-shadow: 0 6rpx 20rpx rgba(255, 107, 107, 0.4); } .confirm-dialog-btn.data-v-1b9765d4:disabled { background: #ccc; color: #999; box-shadow: none; cursor: not-allowed; }