You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
368 B
14 lines
368 B
4 months ago
|
body .edui-default .edui-toolbar .edui-button.edui-for-gapfilling .edui-icon {
|
||
|
width: 100px !important;
|
||
|
border: 1px solid #ddd;
|
||
|
border-radius: 4px;
|
||
|
background-color: #fff !important;
|
||
|
outline: none !important;
|
||
|
}
|
||
|
.edui-for-gapfilling .edui-icon::after {
|
||
|
content: "点击插入填空题";
|
||
|
position: absolute;
|
||
|
left: 6px;
|
||
|
color: #333;
|
||
|
font-size: 12px;
|
||
|
}
|