diff --git a/src/views/debate/DebatePage.vue b/src/views/debate/DebatePage.vue index e9eab5a..c5161ab 100644 --- a/src/views/debate/DebatePage.vue +++ b/src/views/debate/DebatePage.vue @@ -384,8 +384,7 @@ export default { line-height: 24px; height: 24px; font-weight: 600; - color: #fff; - margin-left: -10px; + color: #ffffff; } .detailinfo { diff --git a/src/views/examination/ExamPage.vue b/src/views/examination/ExamPage.vue index b6c5e6f..4505069 100644 --- a/src/views/examination/ExamPage.vue +++ b/src/views/examination/ExamPage.vue @@ -57,7 +57,7 @@ - +
diff --git a/src/views/faceteach/FaceTeach.vue b/src/views/faceteach/FaceTeach.vue index 5a82e5e..7bdbc0d 100644 --- a/src/views/faceteach/FaceTeach.vue +++ b/src/views/faceteach/FaceTeach.vue @@ -133,15 +133,13 @@ }" > -
-
-
{{ el.name }}
-
- -
+
+
+ {{ el.name }}
{{ el.introduce }}
+
@@ -417,6 +415,7 @@ export default { // min-height: 115px; padding: 25px 0px; display: flex; + position: relative; // align-items: center; } .teacheritem .peopleimg { @@ -430,22 +429,29 @@ export default { color: #394145; display: flex; align-items: center; - width: 260px; - } - .teacheritem .teacherName .teacherMedal { - width: 17px; - height: 19px; - margin-right: 4px; - display: flex; - align-items: center; } .teacheritem .introduce { - width: 260px; font-size: 14px; font-weight: 500; color: #394145; margin-top: 14px; + } + .teacheritem .follow { + width: 80px; + height: 30px; + background: #387df7; + border-radius: 4px; + margin-top: 28px; + position: absolute; + right: -25px; + font-size: 14px; + font-weight: 500; + color: #ffffff; line-height: 24px; + display: flex; + align-items: center; + justify-content: center; + cursor: pointer; } } } diff --git a/src/views/homework/HomeworkPage.vue b/src/views/homework/HomeworkPage.vue index 307662c..fb55584 100644 --- a/src/views/homework/HomeworkPage.vue +++ b/src/views/homework/HomeworkPage.vue @@ -1,5 +1,5 @@