学生列表、分班学生列表的最后一行线条叠加了,应该取消最后一条虚线
This commit is contained in:
parent
39c65fb6ae
commit
d33977ce4f
|
@ -607,6 +607,7 @@ a:hover.sy_class_ltitle{ color:#333;}
|
||||||
.sy_new_table tbody tr:hover{ background:#f5f5f5;}
|
.sy_new_table tbody tr:hover{ background:#f5f5f5;}
|
||||||
.sy_new_table tbody tr td{ height:40px; line-height:40px; border-bottom:1px dashed #e5e5e5; font-weight:normal; color:#888; text-align: center}
|
.sy_new_table tbody tr td{ height:40px; line-height:40px; border-bottom:1px dashed #e5e5e5; font-weight:normal; color:#888; text-align: center}
|
||||||
.sy_new_table tbody tr:last-child{ height:40px;}
|
.sy_new_table tbody tr:last-child{ height:40px;}
|
||||||
|
.sy_new_table tbody tr:last-child td{ border-bottom:none;}
|
||||||
.sy_new_tchlist li{ height:30px; line-height:30px;}
|
.sy_new_tchlist li{ height:30px; line-height:30px;}
|
||||||
.sy_new_search{-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;border-radius:3px; border:1px solid #d3d3d3; background:#fff; padding-left:5px; color:#888; height:32px; width:370px;box-shadow: inset 0px 0px 3px #dcdcdc; }
|
.sy_new_search{-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;border-radius:3px; border:1px solid #d3d3d3; background:#fff; padding-left:5px; color:#888; height:32px; width:370px;box-shadow: inset 0px 0px 3px #dcdcdc; }
|
||||||
.sy_new_tchbox{ background:#f5f5f5; padding:15px; margin:15px; margin-top:0px;}
|
.sy_new_tchbox{ background:#f5f5f5; padding:15px; margin:15px; margin-top:0px;}
|
||||||
|
|
Loading…
Reference in New Issue