331 lines
6.9 KiB
Plaintext
331 lines
6.9 KiB
Plaintext
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* uni.scss */
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.hazard-detail-panel.data-v-f38c3cb4 {
|
||
display: flex;
|
||
flex-direction: column;
|
||
height: 100vh;
|
||
background: #ebf2fc;
|
||
overflow: hidden;
|
||
}
|
||
.status-bar.data-v-f38c3cb4 {
|
||
flex-shrink: 0;
|
||
background: #f5f7fa;
|
||
border-bottom: 1rpx solid #e4e7ed;
|
||
padding: 20rpx 24rpx;
|
||
}
|
||
.hazard-title.data-v-f38c3cb4 {
|
||
font-size: 32rpx;
|
||
font-weight: 600;
|
||
color: #303133;
|
||
line-height: 1.4;
|
||
margin-bottom: 16rpx;
|
||
word-break: break-all;
|
||
}
|
||
.status-row.data-v-f38c3cb4 {
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: space-between;
|
||
gap: 24rpx;
|
||
font-size: 24rpx;
|
||
color: #909399;
|
||
}
|
||
.info-item.data-v-f38c3cb4 {
|
||
line-height: 1.5;
|
||
flex-shrink: 0;
|
||
}
|
||
.info-item--right.data-v-f38c3cb4 {
|
||
text-align: right;
|
||
}
|
||
.status-meta.data-v-f38c3cb4 {
|
||
display: flex;
|
||
align-items: center;
|
||
gap: 12rpx;
|
||
flex-shrink: 0;
|
||
}
|
||
.info-label.data-v-f38c3cb4 {
|
||
line-height: 1.5;
|
||
}
|
||
.status-tag.data-v-f38c3cb4 {
|
||
display: inline-flex;
|
||
align-items: center;
|
||
padding: 4rpx 16rpx;
|
||
border-radius: 8rpx;
|
||
font-size: 22rpx;
|
||
font-weight: 500;
|
||
line-height: 1.4;
|
||
white-space: nowrap;
|
||
}
|
||
.status-blue.data-v-f38c3cb4 {
|
||
background: #ecf5ff;
|
||
border: 2rpx solid #b3d8ff;
|
||
color: #409eff;
|
||
}
|
||
.status-green.data-v-f38c3cb4 {
|
||
background: #f0f9eb;
|
||
border: 2rpx solid #c2e7b0;
|
||
color: #67c23a;
|
||
}
|
||
.status-orange.data-v-f38c3cb4 {
|
||
background: #fff7e6;
|
||
border: 2rpx solid #ffd591;
|
||
color: #fa8c16;
|
||
}
|
||
.status-red.data-v-f38c3cb4 {
|
||
background: #fef0f0;
|
||
border: 2rpx solid #fbc4c4;
|
||
color: #f56c6c;
|
||
}
|
||
.status-yellow.data-v-f38c3cb4 {
|
||
background: #fdf6ec;
|
||
border: 2rpx solid #f5dab1;
|
||
color: #e6a23c;
|
||
}
|
||
.status-gray.data-v-f38c3cb4 {
|
||
background: #f4f4f5;
|
||
border: 2rpx solid #d3d4d6;
|
||
color: #909399;
|
||
}
|
||
.level-tag.data-v-f38c3cb4 {
|
||
display: inline-flex;
|
||
align-items: center;
|
||
padding: 4rpx 16rpx;
|
||
border-radius: 8rpx;
|
||
font-size: 24rpx;
|
||
font-weight: 500;
|
||
line-height: 1.4;
|
||
white-space: nowrap;
|
||
}
|
||
.level-normal.data-v-f38c3cb4 {
|
||
background: #fffbe6;
|
||
border: 2rpx solid #ffe58f;
|
||
color: #faad14;
|
||
}
|
||
.level-major.data-v-f38c3cb4 {
|
||
background: #fff1f0;
|
||
border: 2rpx solid #ffa39e;
|
||
color: #f5222d;
|
||
}
|
||
.loading-wrap.data-v-f38c3cb4,
|
||
.empty-wrap.data-v-f38c3cb4 {
|
||
flex: 1;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
}
|
||
.loading-text.data-v-f38c3cb4,
|
||
.empty-text.data-v-f38c3cb4 {
|
||
font-size: 28rpx;
|
||
color: #909399;
|
||
}
|
||
.detail-body.data-v-f38c3cb4 {
|
||
flex: 1;
|
||
display: flex;
|
||
min-height: 0;
|
||
overflow: hidden;
|
||
}
|
||
.steps-column.data-v-f38c3cb4 {
|
||
width: 168rpx;
|
||
flex-shrink: 0;
|
||
height: 100%;
|
||
background: #fff;
|
||
border-right: 1rpx solid #ebeef5;
|
||
}
|
||
.step-item.data-v-f38c3cb4 {
|
||
padding: 0 16rpx;
|
||
}
|
||
.step-track.data-v-f38c3cb4 {
|
||
display: flex;
|
||
flex-direction: column;
|
||
align-items: center;
|
||
padding: 24rpx 0 0;
|
||
}
|
||
.step-dot.data-v-f38c3cb4 {
|
||
width: 72rpx;
|
||
height: 72rpx;
|
||
border-radius: 50%;
|
||
background: #dcdfe6;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
box-shadow: 0 4rpx 12rpx rgba(0, 0, 0, 0.08);
|
||
transition: background 0.2s;
|
||
}
|
||
.step-dot--active.data-v-f38c3cb4 {
|
||
background: #409eff;
|
||
}
|
||
.step-dot-text.data-v-f38c3cb4 {
|
||
font-size: 22rpx;
|
||
font-weight: 600;
|
||
color: #606266;
|
||
text-align: center;
|
||
line-height: 1.2;
|
||
}
|
||
.step-item--active .step-dot-text.data-v-f38c3cb4 {
|
||
color: #fff;
|
||
}
|
||
.step-line.data-v-f38c3cb4 {
|
||
width: 4rpx;
|
||
height: 48rpx;
|
||
background: #e4e7ed;
|
||
margin: 8rpx 0;
|
||
}
|
||
.content-column.data-v-f38c3cb4 {
|
||
flex: 1;
|
||
min-width: 0;
|
||
height: 100%;
|
||
box-sizing: border-box;
|
||
}
|
||
.node-section.data-v-f38c3cb4 {
|
||
box-sizing: border-box;
|
||
padding: 20rpx 20rpx 0;
|
||
margin-bottom: 24rpx;
|
||
}
|
||
.node-section--last.data-v-f38c3cb4 {
|
||
padding-bottom: 40rpx;
|
||
margin-bottom: 0;
|
||
}
|
||
.detail-card.data-v-f38c3cb4 {
|
||
background: #fff;
|
||
border-radius: 16rpx;
|
||
border: 1rpx solid #ebeef5;
|
||
overflow: hidden;
|
||
}
|
||
.card-header.data-v-f38c3cb4 {
|
||
display: flex;
|
||
flex-direction: column;
|
||
gap: 8rpx;
|
||
padding: 20rpx;
|
||
background: linear-gradient(135deg, #4facfe 0%, #2668ea 100%);
|
||
}
|
||
.card-node-name.data-v-f38c3cb4 {
|
||
font-size: 30rpx;
|
||
font-weight: 600;
|
||
color: #fff;
|
||
line-height: 1.4;
|
||
}
|
||
.operator.data-v-f38c3cb4 {
|
||
font-size: 28rpx;
|
||
font-weight: 600;
|
||
color: #fff;
|
||
line-height: 1.5;
|
||
word-break: break-all;
|
||
}
|
||
.time.data-v-f38c3cb4 {
|
||
font-size: 24rpx;
|
||
color: rgba(255, 255, 255, 0.85);
|
||
}
|
||
.card-body.data-v-f38c3cb4 {
|
||
padding: 24rpx;
|
||
}
|
||
.detail-row.data-v-f38c3cb4 {
|
||
display: flex;
|
||
flex-direction: column;
|
||
gap: 8rpx;
|
||
margin-bottom: 24rpx;
|
||
}
|
||
.detail-row.data-v-f38c3cb4:last-child {
|
||
margin-bottom: 0;
|
||
}
|
||
.detail-row--block.data-v-f38c3cb4 {
|
||
margin-bottom: 24rpx;
|
||
}
|
||
.label.data-v-f38c3cb4 {
|
||
display: flex;
|
||
align-items: center;
|
||
gap: 10rpx;
|
||
font-size: 24rpx;
|
||
color: #909399;
|
||
font-weight: 500;
|
||
}
|
||
.label.data-v-f38c3cb4::before {
|
||
content: "";
|
||
width: 10rpx;
|
||
height: 10rpx;
|
||
border-radius: 50%;
|
||
background: #909399;
|
||
flex-shrink: 0;
|
||
}
|
||
.value.data-v-f38c3cb4 {
|
||
font-size: 28rpx;
|
||
color: #303133;
|
||
line-height: 1.6;
|
||
word-break: break-all;
|
||
}
|
||
.value--inline.data-v-f38c3cb4 {
|
||
display: flex;
|
||
align-items: center;
|
||
}
|
||
.area-dot.data-v-f38c3cb4 {
|
||
width: 20rpx;
|
||
height: 20rpx;
|
||
border-radius: 50%;
|
||
margin-right: 12rpx;
|
||
flex-shrink: 0;
|
||
}
|
||
.attachment-list.data-v-f38c3cb4 {
|
||
display: flex;
|
||
flex-wrap: wrap;
|
||
gap: 16rpx;
|
||
margin-top: 8rpx;
|
||
}
|
||
.attachment-img.data-v-f38c3cb4 {
|
||
width: 160rpx;
|
||
height: 160rpx;
|
||
border-radius: 12rpx;
|
||
background: #f5f7fa;
|
||
}
|
||
.sign-img.data-v-f38c3cb4 {
|
||
width: 300rpx;
|
||
height: 160rpx;
|
||
margin-top: 8rpx;
|
||
border: 1rpx solid #e4e7ed;
|
||
border-radius: 8rpx;
|
||
background: #fafafa;
|
||
}
|
||
.file-link.data-v-f38c3cb4 {
|
||
display: inline-block;
|
||
padding: 12rpx 20rpx;
|
||
background: #f5f7fa;
|
||
border: 1rpx solid #e4e7ed;
|
||
border-radius: 8rpx;
|
||
color: #409eff;
|
||
font-size: 24rpx;
|
||
}
|
||
.result-tag.data-v-f38c3cb4 {
|
||
align-self: flex-start;
|
||
padding: 6rpx 16rpx;
|
||
border-radius: 6rpx;
|
||
font-size: 24rpx;
|
||
}
|
||
.result-tag--pass.data-v-f38c3cb4 {
|
||
background: #f0f9eb;
|
||
color: #67c23a;
|
||
}
|
||
.result-tag--fail.data-v-f38c3cb4 {
|
||
background: #fef0f0;
|
||
color: #f56c6c;
|
||
} |