MEditor样式微调
parent
81a764db68
commit
a54986e3e8
File diff suppressed because one or more lines are too long
|
@ -8,13 +8,15 @@
|
||||||
|
|
||||||
@import "../../../../css/var.scss";
|
@import "../../../../css/var.scss";
|
||||||
|
|
||||||
|
.do-meditor {position:relative;width:100%;height:100%;min-height:180px;padding-top:43px;border:1px solid #ddd;background:#fff;color:#666;
|
||||||
|
|
||||||
::-webkit-scrollbar {width:5px;height:5px;background:#ebeeec;}
|
::-webkit-scrollbar {width:5px;height:5px;background:#ebeeec;}
|
||||||
::-webkit-scrollbar:hover {background:rgba(0,0,0,.05);}
|
::-webkit-scrollbar:hover {background:rgba(0,0,0,.05);}
|
||||||
::-webkit-scrollbar-button {display:none;}
|
::-webkit-scrollbar-button {display:none;}
|
||||||
::-webkit-scrollbar-thumb {background:nth($ct, 1);}
|
::-webkit-scrollbar-thumb {background:nth($ct, 1);}
|
||||||
::-webkit-scrollbar-thumb:hover {background:nth($ct, 3);}
|
::-webkit-scrollbar-thumb:hover {background:nth($ct, 3);}
|
||||||
|
|
||||||
.do-meditor {position:relative;width:100%;height:100%;min-height:180px;padding-top:43px;border:1px solid #ddd;background:#fff;color:#666;}
|
}
|
||||||
.do-meditor-font {font-family:"PingFang SC","Helvetica Neue","Hiragino Sans GB","Segoe UI","Microsoft YaHei",sans-serif;}
|
.do-meditor-font {font-family:"PingFang SC","Helvetica Neue","Hiragino Sans GB","Segoe UI","Microsoft YaHei",sans-serif;}
|
||||||
|
|
||||||
|
|
||||||
|
|
Reference in New Issue