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.
13 lines
252 B
13 lines
252 B
2 months ago
|
.edui-for-gapfilling {
|
||
|
content: '点击插入填空题';
|
||
|
font-size: 14px;
|
||
|
color: #333;
|
||
|
border: 1px solid #ccc;
|
||
|
}
|
||
|
.gapfilling-span{
|
||
|
margin:0 5px;
|
||
|
color:#919191;
|
||
|
user-select: none;
|
||
|
pointer-events: none;
|
||
|
-webkit-user-modify: read-only;
|
||
|
}
|