|
@@ -129,10 +129,11 @@ body{
|
|
|
|
|
|
/*studentList*/
|
|
/*studentList*/
|
|
|
|
|
|
-.studentList>dd{text-align:center;float:left;width: 21%;margin:2%;border-radius:2px;padding:15px 0 20px;
|
|
|
|
|
|
+.studentList>dd{text-align:center;float:left;width: 20%;margin:20px 2.5%;border-radius:2px;padding:15px 0 0;
|
|
/*background:#f5f5f5;box-shadow: 1px 1px 1px rgba(0,0,0,0.2);*/
|
|
/*background:#f5f5f5;box-shadow: 1px 1px 1px rgba(0,0,0,0.2);*/
|
|
border:1px solid #ddd;
|
|
border:1px solid #ddd;
|
|
- position: relative;
|
|
|
|
|
|
+ /*position: relative;*/
|
|
|
|
+ /*box-shadow: 0 4px 15px #ddd;;*/
|
|
}
|
|
}
|
|
.studentList>dd i{
|
|
.studentList>dd i{
|
|
background: #5cadff;
|
|
background: #5cadff;
|
|
@@ -143,11 +144,13 @@ body{
|
|
}
|
|
}
|
|
.studentList>dd img{/*float:left;*/width: 50px;margin:0 15px 0 10px;}
|
|
.studentList>dd img{/*float:left;*/width: 50px;margin:0 15px 0 10px;}
|
|
.studentList>dd h4{font-size: 16px;margin: 15px 0 0;}
|
|
.studentList>dd h4{font-size: 16px;margin: 15px 0 0;}
|
|
-.studentList>dd span{color: #666;}
|
|
|
|
.studentList>dd p{display:block;font-size: 12px;padding:5px 0;}
|
|
.studentList>dd p{display:block;font-size: 12px;padding:5px 0;}
|
|
-
|
|
|
|
-
|
|
|
|
-/*noticeDetail*/
|
|
|
|
|
|
+.studentList>dd>.parentInfo{
|
|
|
|
+ position: absolute;top:0;left:0;width: 100%;height:100%;background: rgba(0,0,0,0.6);
|
|
|
|
+}
|
|
|
|
+.studentList>dd .contact{background: #288add;color: #fff;line-height: 25px;cursor: pointer;}
|
|
|
|
+.studentList>dd:hover{ box-shadow: 0 4px 15px #ddd;;}
|
|
|
|
+ /*noticeDetail*/
|
|
.noticeDetail .title{border-bottom: 1px solid #ddd;padding:15px 0;}
|
|
.noticeDetail .title{border-bottom: 1px solid #ddd;padding:15px 0;}
|
|
.noticeDetail .title>h3{font-size: 18px;margin:20px 0 15px;}
|
|
.noticeDetail .title>h3{font-size: 18px;margin:20px 0 15px;}
|
|
.noticeDetail .title>ul{display: inline-block;}
|
|
.noticeDetail .title>ul{display: inline-block;}
|