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