|
@@ -1743,12 +1743,12 @@
|
|
|
.px-teacher-box{
|
|
|
margin: 32px 0;
|
|
|
.teacher-img-box{
|
|
|
- padding: 0 16px;box-sizing: border-box;
|
|
|
+ width: 80px;padding: 0;box-sizing: border-box;flex-shrink: 0;
|
|
|
img{width: 80px;display: inline-block;vertical-align: middle;}
|
|
|
}
|
|
|
- .teacher-content-box{display: block;}
|
|
|
- span{display: inline-block;font-size: 18px;margin-left: 16px;}
|
|
|
- p{font-size: 14px;line-height: 24px;margin: 12px 10px;text-align: justify;}
|
|
|
+ .teacher-content-box{display: flex;justify-content: space-between;}
|
|
|
+ span{font-size: 16px;margin: 10px 0;}
|
|
|
+ p{font-size: 14px;line-height: 24px;margin: 10px 12px;text-align: justify;}
|
|
|
.btn-big-box{margin-top: 32px;}
|
|
|
}
|
|
|
|