Blame view

WebRoot/static/css/style.css 876 Bytes
338594c8   孙向锦   添加教师端页面
1
2
3
4
5
6
7
8
9
10
11
12
13
  input[type="number"]{-moz-appearance:textfield;}
  input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance: none !important;}
  .page-header{margin-top:0;background:#fff;position:fixed;top:0;width:100%;}
  .page-header .time .bg-primary{padding:5px 10px;}
  .content{padding-top:180px;padding-bottom:60px;}
  .content .section .title{border-bottom:1px dashed #ccc;padding:10px 0;}
  .content .section h3{display:inline-block;margin: 0;line-height:34px;vertical-align: bottom;}
  .content .section .title input[type="button"]{margin-left:10px;}
  .content .question_list .question{margin:10px 0;}
  .content .question_list .question li{margin:0 20px;}
  .content .question_list .question .on{background:#5cb85c;color:#fff;}
  .content .question_list .question span{float:left;display:inline-block;line-height:34px;font-size:20px;}
  .modal-body label{line-height:34px;}