Skip to content

Commit

Permalink
新增白板和IM功能
Browse files Browse the repository at this point in the history
  • Loading branch information
rackeyyang committed May 17, 2018
1 parent a3f071f commit c47a4da
Show file tree
Hide file tree
Showing 12 changed files with 1,325 additions and 454 deletions.
6 changes: 2 additions & 4 deletions assets/css/import/edu-camera-import.css
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@
.edu-member-list-inner{
/*min-width: 3000px;*/
width:100%;
height:100%;
white-space: nowrap;
overflow-x:auto;
overflow-y:hidden;
Expand All @@ -144,7 +143,6 @@
display: inline-block;
position: relative;
cursor: pointer;
height:100%;
}
.edu-member-box:hover:after{
border:2px solid #006eff;
Expand All @@ -163,8 +161,8 @@
}
/*互动人员图片 start*/
.edu-member-box .edu-member-img{
width: 250px;
height:100%;
width: 200px;
height: 180px;
position: relative;
}
.edu-member-box .edu-member-img img{width: 100%;height: 100%;}
Expand Down
Loading

0 comments on commit c47a4da

Please sign in to comment.