[全量] 初始化项目代码、配置、文档及Agent协同harness
This commit is contained in:
70
chat_web_front/public/UEditorPlus/themes/iframe.css
Normal file
70
chat_web_front/public/UEditorPlus/themes/iframe.css
Normal file
@@ -0,0 +1,70 @@
|
||||
/*! UEditorPlus v2.0.0*/
|
||||
|
||||
body {
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
|
||||
font-size: 14px;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box
|
||||
}
|
||||
|
||||
a {
|
||||
color: #09f;
|
||||
text-decoration: none
|
||||
}
|
||||
|
||||
a:hover, a:focus {
|
||||
color: #09f;
|
||||
text-decoration: none
|
||||
}
|
||||
|
||||
blockquote {
|
||||
padding: 0 0 0 15px;
|
||||
margin: 0 0 18px;
|
||||
border-left: 5px solid #EEE
|
||||
}
|
||||
|
||||
img + br {
|
||||
display: block;
|
||||
padding: 4px 0;
|
||||
content: ' '
|
||||
}
|
||||
|
||||
body {
|
||||
padding: 0 20px !important;
|
||||
}
|
||||
|
||||
body p {
|
||||
margin-bottom: 1em;
|
||||
color: #707070;
|
||||
font-size: 16px;
|
||||
line-height: 25px;
|
||||
}
|
||||
|
||||
iframe {
|
||||
border: 0
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 100%
|
||||
}
|
||||
|
||||
img[data-word-image] {
|
||||
cursor: pointer
|
||||
}
|
||||
|
||||
pre {
|
||||
margin: .5em 0;
|
||||
padding: .4em .6em;
|
||||
border-radius: 8px;
|
||||
background: #f8f8f8;
|
||||
line-height: 1.5
|
||||
}
|
||||
|
||||
img {
|
||||
cursor: pointer
|
||||
}
|
||||
|
||||
.edui-quick-operate-active {
|
||||
background: #E6ECFF
|
||||
}
|
||||
Reference in New Issue
Block a user