110 lines
1.6 KiB
Plaintext
110 lines
1.6 KiB
Plaintext
|
|
.pf {
|
||
|
|
// 权限标签区域
|
||
|
|
&-permission {
|
||
|
|
margin-bottom: 12px;
|
||
|
|
|
||
|
|
.pf-tag {
|
||
|
|
margin-right: 8px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.pf-desc {
|
||
|
|
color: #666;
|
||
|
|
font-size: 13px;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
// 区块间距
|
||
|
|
&-section {
|
||
|
|
margin-bottom: 16px;
|
||
|
|
}
|
||
|
|
|
||
|
|
// 提示文字 - 蓝色
|
||
|
|
&-hint-blue {
|
||
|
|
font-size: 12px;
|
||
|
|
color: #1677ff;
|
||
|
|
}
|
||
|
|
|
||
|
|
// 提示文字 - 灰色
|
||
|
|
&-hint-gray {
|
||
|
|
font-size: 12px;
|
||
|
|
color: #666;
|
||
|
|
}
|
||
|
|
|
||
|
|
// 风险程度提示
|
||
|
|
&-risk-note {
|
||
|
|
font-size: 12px;
|
||
|
|
color: #666;
|
||
|
|
margin-top: -12px;
|
||
|
|
margin-bottom: 12px;
|
||
|
|
}
|
||
|
|
|
||
|
|
// 表格顶部间距
|
||
|
|
&-table-mt {
|
||
|
|
margin-top: 16px;
|
||
|
|
}
|
||
|
|
|
||
|
|
// 操作按钮行
|
||
|
|
&-actions {
|
||
|
|
margin-top: 16px;
|
||
|
|
}
|
||
|
|
|
||
|
|
// 按钮间距
|
||
|
|
&-btn-gap {
|
||
|
|
margin-left: 8px;
|
||
|
|
}
|
||
|
|
|
||
|
|
// 文件上传行
|
||
|
|
&-upload-row {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
gap: 8px;
|
||
|
|
margin-bottom: 12px;
|
||
|
|
}
|
||
|
|
|
||
|
|
// 上传提示
|
||
|
|
&-upload-hint {
|
||
|
|
color: #999;
|
||
|
|
font-size: 12px;
|
||
|
|
}
|
||
|
|
|
||
|
|
// 已上传文件项
|
||
|
|
&-file-item {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: space-between;
|
||
|
|
padding: 8px 12px;
|
||
|
|
background: #fafafa;
|
||
|
|
border-radius: 6px;
|
||
|
|
border: 1px solid #e8e8e8;
|
||
|
|
max-width: 400px;
|
||
|
|
}
|
||
|
|
|
||
|
|
// 上传成功状态
|
||
|
|
&-upload-success {
|
||
|
|
color: #52c41a;
|
||
|
|
font-size: 12px;
|
||
|
|
}
|
||
|
|
|
||
|
|
// 风险等级卡片
|
||
|
|
&-risk-card {
|
||
|
|
font-size: 12px;
|
||
|
|
color: #666;
|
||
|
|
}
|
||
|
|
|
||
|
|
// 不签合同重点条件
|
||
|
|
&-reject-note {
|
||
|
|
margin-top: 8px;
|
||
|
|
font-size: 12px;
|
||
|
|
color: #666;
|
||
|
|
}
|
||
|
|
|
||
|
|
// 管理办法判定卡片
|
||
|
|
&-rule-card {
|
||
|
|
margin-top: 16px;
|
||
|
|
}
|
||
|
|
|
||
|
|
// 全宽
|
||
|
|
&-w-full {
|
||
|
|
width: 100%;
|
||
|
|
}
|
||
|
|
}
|