diff --git a/public/bpic_eli/risk_history.html b/public/bpic_eli/risk_history.html index 30b2a05..e787d1a 100644 --- a/public/bpic_eli/risk_history.html +++ b/public/bpic_eli/risk_history.html @@ -39,6 +39,93 @@ position: relative; } + #error-msg { + color: red; + margin-top: 5px; + font-size: 14px; + } + + /* 审批意见弹窗样式 */ + #examDialogTextarea { + //width: 100%; + height: 120px; + padding: 10px; + box-sizing: border-box; + border: 1px solid #dcdfe6; + border-radius: 4px; + resize: vertical; + font-family: 'Helvetica Neue', Helvetica, 'PingFang SC', + 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', Arial, sans-serif; + font-size: 14px; + margin: 5px; + } + + #examDialogErrorMessage { + margin: 0 5px 5px 10px; + text-align: left; + } + + #examDialogOverlay { + position: fixed; + top: 0; + left: 0; + width: 100%; + height: 100%; + background-color: rgba(0, 0, 0, 0.5); + z-index: 999; + display: none; + } + + #examDialog { + position: fixed; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); + width: 500px; + max-width: 90%; + background: #fff; + border-radius: 4px; + box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); + z-index: 1000; + display: none; + } + + #examDialog .title { + padding: 15px; + border-bottom: 1px solid #e8e8e8; + position: relative; + font-size: 16px; + font-weight: 500; + } + + #examDialog .dialog-close { + position: absolute; + top: 12px; + right: 12px; + width: 24px; + height: 24px; + line-height: 24px; + border: none; + background: transparent; + font-size: 18px; + cursor: pointer; + color: #999; + } + + #examDialog .dialog-action { + padding: 15px; + text-align: right; + border-top: 1px solid #e8e8e8; + } + + #examDialog .dialog-action button { + margin-left: 10px; + padding: 8px 16px; + border-radius: 4px; + border: 1px solid #dcdfe6; + cursor: pointer; + } + #error-msg { text-align: left; color: Red; @@ -610,9 +697,10 @@ background: #3498db; color: white; border: 1px solid #3498db; - padding: 10px 20px; + padding: 5px 10px; border-radius: 8px; - float: right; + //float: right; + margin-left: 50px; cursor: pointer; } @@ -675,11 +763,11 @@
审批意见 - +
- +
@@ -729,6 +817,35 @@ + + +
+