笙默考试管理系统-MyExamTest----codemirror(2)

笙默考试管理系统-MyExamTest----codemirror(2)

目录

[一、 笙默考试管理系统-MyExamTest----codemirror](#一、 笙默考试管理系统-MyExamTest----codemirror)

[二、 笙默考试管理系统-MyExamTest----codemirror](#二、 笙默考试管理系统-MyExamTest----codemirror)

[三、 笙默考试管理系统-MyExamTest----codemirror](#三、 笙默考试管理系统-MyExamTest----codemirror)

[四、 笙默考试管理系统-MyExamTest----codemirror](#四、 笙默考试管理系统-MyExamTest----codemirror)

[五、 笙默考试管理系统-MyExamTest----codemirror](#五、 笙默考试管理系统-MyExamTest----codemirror)

  • 笙默考试管理系统-MyExamTest----codemirror

cm-animate-fat-cursor {

width: auto;

border: 0;

-webkit-animation: blink 1.06s steps(1) infinite;

-moz-animation: blink 1.06s steps(1) infinite;

animation: blink 1.06s steps(1) infinite;

background-color: #7e7;

}

  • 笙默考试管理系统-MyExamTest----codemirror

@-moz-keyframes blink {

0% {}

50% { background-color: transparent; }

100% {}

}

@-webkit-keyframes blink {

0% {}

50% { background-color: transparent; }

100% {}

}

  • 笙默考试管理系统-MyExamTest----codemirror

@keyframes blink {

0% {}

50% { background-color: transparent; }

100% {}

}

/* Can style cursor different in overwrite (non-insert) mode */

.CodeMirror-overwrite .CodeMirror-cursor {}

.cm-tab { display: inline-block; text-decoration: inherit; }

  • 笙默考试管理系统-MyExamTest----codemirror

.CodeMirror-rulers {

position: absolute;

left: 0; right: 0; top: -50px; bottom: -20px;

overflow: hidden;

}

.CodeMirror-ruler {

border-left: 1px solid #ccc;

top: 0; bottom: 0;

position: absolute;

}

/* DEFAULT THEME */

  • 笙默考试管理系统-MyExamTest----codemirror

.cm-s-default .cm-header {color: blue;}

.cm-s-default .cm-quote {color: #090;}

.cm-negative {color: #d44;}

.cm-positive {color: #292;}

.cm-header, .cm-strong {font-weight: bold;}

.cm-em {font-style: italic;}

.cm-link {text-decoration: underline;}

.cm-strikethrough {text-decoration: line-through;}

相关推荐
萌新小码农‍10 分钟前
python装饰器
开发语言·前端·python
threelab32 分钟前
Three.js 初中数学函数可视化 | 三维可视化 / AI 提示词
开发语言·前端·javascript·人工智能·3d·着色器
爱学习的程序媛37 分钟前
浏览器工作原理全景解析
前端·浏览器·web
凉辰1 小时前
解决 H5 键盘遮挡与页面上推
开发语言·javascript·计算机外设
我是若尘2 小时前
用 Git Worktree 同时开多个需求,不用来回 stash
前端
IT_陈寒2 小时前
Vue的v-for为什么不加key也能工作?我差点翻车
前端·人工智能·后端
小碗羊肉2 小时前
【JavaWeb | 第十二篇】项目实战——登录功能
java·前端·数据库
一个处女座的程序猿O(∩_∩)O2 小时前
如何保持nginx配置与前端打包dist的路径保持一致、解决页面刷新白屏以及页面跳转问题
运维·前端·nginx
zz5883 小时前
面试官问"JS的类型"时,到底想听到什么?
javascript
gjwjuejin3 小时前
全埋点技术方案深度剖析:从事件代理到无痕采集的完整实现
javascript