diff --git a/src/project/qujing/AppLegalLearning/components/GeneralLawExam.vue b/src/project/qujing/AppLegalLearning/components/GeneralLawExam.vue index 2e745a0..542133c 100644 --- a/src/project/qujing/AppLegalLearning/components/GeneralLawExam.vue +++ b/src/project/qujing/AppLegalLearning/components/GeneralLawExam.vue @@ -19,10 +19,10 @@ {{ item.passNumber }}人通过/{{ item.examinationNumber }}人参与
- - - - + + + +
{{ item.myRecord.score }}
@@ -38,9 +38,9 @@
*姓名
- +
*身份证号
- +
*地区
@@ -220,7 +220,7 @@ export default { position: absolute; right: 0; top: 0; - img { + .result-img { width: 200px; height: 200px; } @@ -276,7 +276,7 @@ export default { } } - input { + .input { height: 96px; background: #F4F5FA; border-radius: 16px; diff --git a/src/project/qujing/AppLegalLearning/components/OnlineClass.vue b/src/project/qujing/AppLegalLearning/components/OnlineClass.vue index 5cd25df..22b0a73 100644 --- a/src/project/qujing/AppLegalLearning/components/OnlineClass.vue +++ b/src/project/qujing/AppLegalLearning/components/OnlineClass.vue @@ -11,7 +11,7 @@
- +
{{ item.title }}
@@ -98,7 +98,7 @@ export default { box-sizing: border-box; .card_left { margin-right: 24px; - img { + .card-img { width: 160px; height: 160px; border-radius: 8px;