| | |
| | | 测试测试测试 |
| | | </div> |
| | | </div> |
| | | |
| | | <div class="exam-main grow flex justify-between"> |
| | | <!-- 答题卡区 --> |
| | | <div class="answer-wrapper answer-left mr-8 shadow-xl p-4 box-border"> |
| | |
| | | </div> |
| | | |
| | | <div class="submit-wrapper"> |
| | | <el-button type="primary" class="submit-button w-40">提交试卷</el-button> |
| | | <el-button type="primary" class="submit-button">提交试卷</el-button> |
| | | </div> |
| | | |
| | | </div> |
| | |
| | | <div class="title text-xl font-semibold ">单选题 (3分)</div> |
| | | </div> |
| | | |
| | | <div class="main-wrapper"> |
| | | <div class="main-wrapper w-full grow relative my-5"> |
| | | <div class="main-content absolute top-0 bottom-0 w-full"> |
| | | <AnswerSingle></AnswerSingle> |
| | | </div> |
| | | </div> |
| | | |
| | | <div class="tool-wrapper flex justify-end"> |
| | | <div class="button-container flex items-center"> |
| | | <div class="button-item"> |
| | | <el-button class="tool-button">上一题</el-button> |
| | | </div> |
| | | <div class="button-item"> |
| | | <el-button class="tool-button" type="primary">下一题</el-button> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | |
| | | |
| | |
| | | import AnswerTag from './components/answer-tag/index.vue'; |
| | | import AnswerProgress from './components/answer-progress/index.vue'; |
| | | import AnswerSheet from './components/answer-sheet/index.vue'; |
| | | import AnswerSingle from './components/answer-main/answer-single/index.vue'; |
| | | |
| | | |
| | | </script> |
| | | |
| | |
| | | width: 340px; |
| | | } |
| | | |
| | | .submit-button { |
| | | .submit-button, |
| | | .tool-button { |
| | | width: 160px; |
| | | height: 40px; |
| | | } |
| | | .tool-button { |
| | | margin: 0 20px; |
| | | } |
| | | </style> |