| a7c57a42  孙向锦
 
成绩添加上一个下一个学生功能 | 1 |   html,body{width:100%;height:100%;}
 | 
| 4d39642d  孙向锦
 
添加学生报表 | 2
3
4
5
6
7
8
9 |   ul{padding:0;}
  .content{height:100%;}
  .on{background:#b6ebf1;}
  .green{background:green;}
  .blue{background:blue;}
  .yellow{background:yellow;}
  .clear{clear:both;}
  
 | 
| 8942b440  孙向锦
 
提交code | 10
11 |   .container{display:table;margin:0 auto;}
  .container input[type="text"]{margin-right:10px;}
 | 
| 4d39642d  孙向锦
 
添加学生报表 | 12
13
14 |   .content .content_l{height:100%;overflow-y:auto;padding:0;}
  .content .content_l li p{line-height:50px;font-size:25px;text-align:center;}
  .content .content_r{padding:0;overflow-x:hidden;}
 | 
| a7c57a42  孙向锦
 
成绩添加上一个下一个学生功能 | 15 |   .content .content_r .tabel_t{background:#50b5c9;padding-top:5%;position:relative;}
 | 
| 4d39642d  孙向锦
 
添加学生报表 | 16 |   .content .content_r .tabel_t .name{color:#fff;text-align:center;}
 | 
| 8942b440  孙向锦
 
提交code | 17 |   .header .navbar{background:#fff;border-bottom:1px solid #ccc;height:50px;}
 | 
| 4d39642d  孙向锦
 
添加学生报表 | 18
19
20
21
22
23
24
25
26
27 |   .circle{border-bottom:1px solid #fff;}
  .circle .col-md-6{height:200px;}
  .circle .col-md-6 div:first-child{margin:0 auto;}
  .info .col-md-6 p{color:#fff;font-size:25px;text-align:center;display:inline-block;}
  .info .col-md-6:first-child p{float:right;}
  .info .col-md-6 p span{font-size:40px;font-weight:bold;color:#9bfdfe;}
  .tabel_b .tab_top{padding-top:3%;}
  .tabel_b .tab_top .col-md-3{font-size:20px;color:#8ab1b8;}
  .tabel_b .tab_top .col-md-9 .color{float:left;margin-right:10%;}
  .tabel_b .tab_top .col-md-9 .color li{float:left;}
 | 
| a7c57a42  孙向锦
 
成绩添加上一个下一个学生功能 | 28
29
30
31 |   .tabel_b .tab_top .col-md-9 .color li span{display:inline-block;width:15px;height:6px;vertical-align: middle;margin-left:5px;margin-right:5px;}
  
  .prev{width:50px;height:50px;background:url(../images/prev.png) no-repeat;background-size:100%;position:absolute;top:40%;left:3%;}
  .next{width:50px;height:50px;background:url(../images/next.png) no-repeat;background-size:100%;position:absolute;top:40%;right:3%;}
 |