exam-record-item.vue 941 B

12345678910111213141516171819202122
  1. <template>
  2. <view class="bg-white">
  3. <view class="text-30 text-fore-title">长沙民政职业技术学院-大数据与会计</view>
  4. <view class="mt-16 text-26 text-fore-light">卷面得分 210分</view>
  5. <view class="mt-8 flex items-center justify-between">
  6. <view class="text-26 text-fore-light">考试时长 2025-09-25 10:00:00</view>
  7. <view class="text-26 text-primary flex items-center gap-x-4">
  8. <text>继续考试</text>
  9. <uv-icon name="arrow-right" size="14" color="var(--primary-color)" />
  10. </view>
  11. </view>
  12. <view
  13. class="mt-20 border border-solid border-[#FEF6DA] bg-[#FFFBEB] rounded-5 py-20 px-16 flex items-center justify-between">
  14. <view class="text-24 text-[#F59E0B]">语数外+职业技能</view>
  15. <view class="text-24 text-[#F59E0B]">录取概率:-%</view>
  16. </view>
  17. </view>
  18. </template>
  19. <script lang="ts" setup>
  20. </script>
  21. <style lang="scss" scoped></style>