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

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

目录

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

一、 笙默考试管理系统-MyExamTest----codemirror

二、 笙默考试管理系统-MyExamTest----codemirror

三、 笙默考试管理系统-MyExamTest----codemirror

四、 笙默考试管理系统-MyExamTest----codemirror

五、 笙默考试管理系统-MyExamTest----codemirror

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

.CodeMirror-sizer {

  position: relative;

  border-right: 30px solid transparent;

}

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

/* The fake, visible scrollbars. Used to force redraw during scrolling

   before actual scrolling happens, thus preventing shaking and

   flickering artifacts. */

.CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {

  position: absolute;

  z-index: 6;

  display: none;

}

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

.CodeMirror-vscrollbar {

  right: 0; top: 0;

  overflow-x: hidden;

  overflow-y: scroll;

}

.CodeMirror-hscrollbar {

  bottom: 0; left: 0;

  overflow-y: hidden;

  overflow-x: scroll;

}

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

.CodeMirror-scrollbar-filler {

  right: 0; bottom: 0;

}

.CodeMirror-gutter-filler {

  left: 0; bottom: 0;

}

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

.CodeMirror-gutters {

  position: absolute; left: 0; top: 0;

  min-height: 100%;

  z-index: 3;

}

.CodeMirror-gutter {

  white-space: normal;

  height: 100%;

  display: inline-block;

  vertical-align: top;

  margin-bottom: -30px;

}

.CodeMirror-gutter-wrapper {

  position: absolute;

  z-index: 4;

  background: none !important;

  border: none !important;

}

.CodeMirror-gutter-background {

  position: absolute;

  top: 0; bottom: 0;

  z-index: 4;

}

.CodeMirror-gutter-elt {

  position: absolute;

  cursor: default;

  z-index: 4;

你可能感兴趣的:(笙默考试管理系统,前端,css,html)