From a63af57c702c64606cfca255e671b17257925993 Mon Sep 17 00:00:00 2001 From: yangzhi <765157588@qq.com> Date: Fri, 15 Apr 2022 14:41:01 +0800 Subject: [PATCH] 超哥牛批 --- src/views/AnswerResult/detail.vue | 47 ++++++++++++++++++++++++++++++++++------------- 1 file changed, 34 insertions(+), 13 deletions(-) diff --git a/src/views/AnswerResult/detail.vue b/src/views/AnswerResult/detail.vue index a725673..baf2940 100644 --- a/src/views/AnswerResult/detail.vue +++ b/src/views/AnswerResult/detail.vue @@ -2,7 +2,7 @@

{{ info.TestPaperName }}

- 查看回放 + 查看回放
@@ -12,16 +12,25 @@ }} 【{{ item.subjectName }}】{{ item.subject }} -
    -
  • +
    + +
    +
      +
    • {{ i.option }} {{ i.optionContent }}
    -

    Ta的答案:{{ item.answer }}

    -

    正确答案:B

    + +
@@ -35,18 +44,30 @@ display: flex; flex-direction: column; align-items: center; - .header-opts{ - display: flex; - align-items: center; - justify-content: center; - padding: 10px; + .header-opts { + display: flex; + align-items: center; + justify-content: center; + padding: 10px; + } + .box-card { + margin-bottom: 20px; } .questions { width: 100%; } - li { - list-style: none; - margin-bottom: 10px; + .answer-list { + display: flex; + flex-direction: column; + li { + list-style: none; + margin-bottom: 10px; + padding: 10px 10px; + &.active { + border: 2px solid #00c9ff; + border-radius: 10px; + } + } } } -- libgit2 0.21.4