diff --git a/src/project/qujing/AppMine/testList.vue b/src/project/qujing/AppMine/testList.vue
index 2c13a0e..19486bc 100644
--- a/src/project/qujing/AppMine/testList.vue
+++ b/src/project/qujing/AppMine/testList.vue
@@ -5,11 +5,12 @@
{{item.examinationName}}
-
共{{item.allSubjectNumber}}题,预计10分钟
+
共{{item.allSubjectNumber}}题,预计{{item.allSubjectNumber*2}}分钟
{{item.passNumber}}人通过/{{item.examinationNumber}}人参与
-
-
![]()
+
+
![]()
+
{{ item.myRecord.score }}
重新考试
@@ -87,7 +88,7 @@ export default {
position: relative;
display: flex;
.flex-left {
- width: calc(100% - 204px);
+ width: calc(100% - 200px);
h3 {
width: 100%;
line-height: 48px;
@@ -111,9 +112,29 @@ export default {
}
}
.flex-right {
+ position: relative;
img {
- width: 160px;
- height: 160px;
+ width: 200px;
+ height: 200px;
+ }
+ div {
+ width: 100px;
+ line-height: 56px;
+ text-align: center;
+ font-family: PingFangSC-Medium;
+ font-weight: 500;
+ font-size: 40px;
+ text-align: center;
+ position: absolute;
+ top: 60px;
+ left: 50%;
+ margin-left: -50px;
+ }
+ .score-type0, .score-type1, .score-type2 {
+ color: #0FC484;
+ }
+ .score-type3 {
+ color: #E23C3C;
}
}
}