笙默考试管理系统-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;}

相关推荐
烛阴2 分钟前
Python装饰器解除:如何让被装饰的函数重获自由?
前端·python
千鼎数字孪生-可视化16 分钟前
Web技术栈重塑HMI开发:HTML5+WebGL的轻量化实践路径
前端·html5·webgl
凌辰揽月16 分钟前
7月10号总结 (1)
前端·css·css3
天天扭码39 分钟前
很全面的前端面试——CSS篇(上)
前端·css·面试
EndingCoder42 分钟前
搜索算法在前端的实践
前端·算法·性能优化·状态模式·搜索算法
sunbyte1 小时前
50天50个小项目 (Vue3 + Tailwindcss V4) ✨ | DoubleVerticalSlider(双垂直滑块)
前端·javascript·css·vue.js·vue
Favor_Yang1 小时前
SQL Server通过存储过程实现HTML页面生成
前端·信息可视化·sqlserver·存储过程
中微子2 小时前
JavaScript事件循环机制:面试官最爱问的10个问题详解
前端
Eighteen Z2 小时前
CSS揭秘:10.平行四边形
前端·css·css3
拾光拾趣录2 小时前
虚拟DOM
前端·vue.js·dom