|
@@ -2,12 +2,12 @@
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
position: relative;
|
|
|
- overflow-x: hidden;
|
|
|
+ overflow-x: hidden;
|
|
|
.users{
|
|
|
float: left;
|
|
|
width: 35%;
|
|
|
height: 100%;
|
|
|
- border-right: 1px solid #464646;
|
|
|
+ border-right: 1px solid #464646;
|
|
|
.sort-box{
|
|
|
padding-left: 20px;
|
|
|
border-bottom: 1px solid #464646;
|
|
@@ -102,8 +102,8 @@
|
|
|
.addTeacher{
|
|
|
float: left;
|
|
|
width: 65%;
|
|
|
- height: 100%;
|
|
|
- &-div{
|
|
|
+ height: 100%;
|
|
|
+ &-box{
|
|
|
padding-left: 20px;
|
|
|
.title-box{
|
|
|
border-bottom: 1px solid #464646;
|
|
@@ -123,5 +123,58 @@
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+ .search-box{
|
|
|
+ position: relative;
|
|
|
+ padding-left: 20px;
|
|
|
+ height: calc(100% - 46px);
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ align-items: center;
|
|
|
+ .search{
|
|
|
+ width: 350px;
|
|
|
+ text-align: center;
|
|
|
+ .caption{
|
|
|
+ font-size: 14px;
|
|
|
+ color: #ababab;
|
|
|
+ margin-bottom: 20px;
|
|
|
+ letter-spacing: 1px;
|
|
|
+ span{
|
|
|
+ color: #fefefe;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .errorMsg{
|
|
|
+ margin-bottom: 35px;
|
|
|
+ color: #ed4014;
|
|
|
+ }
|
|
|
+ .avatar-div{
|
|
|
+ margin: 0 auto;
|
|
|
+ margin-bottom: 20px;
|
|
|
+ border-radius: 50%;
|
|
|
+ background-color: #fefefe;
|
|
|
+ width: 150px;
|
|
|
+ height: 150px;
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ align-items: center;
|
|
|
+ img{
|
|
|
+ background-color: #272727;
|
|
|
+ border-radius: 50%;
|
|
|
+ width: 144px;
|
|
|
+ height: 144px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .basicInfo{
|
|
|
+ margin-bottom: 20px;
|
|
|
+ h3{
|
|
|
+ letter-spacing: 1px;
|
|
|
+ color: #c9c9c9;
|
|
|
+ }
|
|
|
+ p{
|
|
|
+ font-size: 12px;
|
|
|
+ color: #2f8e78;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
}
|