Merge branch 'dev_Ysl' of https://bdgit.educoder.net/Hjqreturn/educoder into dev_Ysl
commit
c15c8331e2
@ -1,57 +1,57 @@
|
|||||||
.App {
|
.App {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.App-logo {
|
.App-logo {
|
||||||
animation: App-logo-spin infinite 20s linear;
|
animation: App-logo-spin infinite 20s linear;
|
||||||
height: 80px;
|
height: 80px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.App-header {
|
.App-header {
|
||||||
background-color: #222;
|
background-color: #222;
|
||||||
height: 150px;
|
height: 150px;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.App-title {
|
.App-title {
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.App-intro {
|
.App-intro {
|
||||||
font-size: large;
|
font-size: large;
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes App-logo-spin {
|
@keyframes App-logo-spin {
|
||||||
from { transform: rotate(0deg); }
|
from { transform: rotate(0deg); }
|
||||||
to { transform: rotate(360deg); }
|
to { transform: rotate(360deg); }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* 控制md编辑器列行的宽度
|
/* 控制md编辑器列行的宽度
|
||||||
见 codermirror maybeUpdateLineNumberWidth方法
|
见 codermirror maybeUpdateLineNumberWidth方法
|
||||||
*/
|
*/
|
||||||
.editormd .CodeMirror-linenumbers {
|
.editormd .CodeMirror-linenumbers {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
.editormd-html-preview hr, .editormd-preview-container hr {
|
.editormd-html-preview hr, .editormd-preview-container hr {
|
||||||
/* 颜色加深 */
|
/* 颜色加深 */
|
||||||
border-top: 1px solid #ccc;
|
border-top: 1px solid #ccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 重置掉antd的一些样式 */
|
/* 重置掉antd的一些样式 */
|
||||||
html, body {
|
html, body {
|
||||||
-webkit-font-smoothing: auto !important;
|
-webkit-font-smoothing: auto !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ant-progress-textyes {
|
.ant-progress-textyes {
|
||||||
color: #52c41a;
|
color: #52c41a;
|
||||||
}
|
}
|
||||||
.ant-progress-textno{
|
.ant-progress-textno{
|
||||||
color: #f5222d;
|
color: #f5222d;
|
||||||
}
|
}
|
||||||
/* md多空格 */
|
/* md多空格 */
|
||||||
.markdown-body {
|
.markdown-body {
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
}
|
}
|
Loading…
Reference in new issue