yitisheng-mini-app/pages/zyb/other/volunteerCardDesc.vue

32 lines
1.5 KiB
Vue
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!--志愿卡说明-->
<script>
export default {
name: "volunteerCardDesc"
}
</script>
<template>
<view class="body">
<text class="text-l uni-flex flex">适用范围:艺术类文理科考生(自主招生暂不适用)</text>
<text class="text-l uni-flex flex">使用期限:自购买起截止到2024-08-31日有效</text>
<text class="text-l uni-flex flex">分数修改次数:每届服务期内高考分数放榜前可修改10次放榜后只可修改1次</text>
<text class="text-l uni-flex flex">系统数据来源于及第生涯部门由合作网站提供</text>
<text class="text-l uni-flex flex">部分年份数据如果为空可能是当年不在查询地招生系统数据不包含高考加分如果录取数据与院校公布数据不一致请以高校正式公布的数据为准</text>
<text class="text-l uni-flex flex">由于高考填报志愿是一个动态变化的过程本系统查询的历年高校录取数据仅作为填报志愿参考请综合各种信息进行报考勿仅以此填报志愿</text>
<text class="text-l uni-flex flex">本卡为电子卡不记名不挂失一经出售概不退换! 最终解释权归本平台所有</text>
</view>
</template>
<style scoped lang="scss">
.body{
margin: 30rpx;
background-color: white;
border-radius: 10rpx;
padding: 30rpx;
}
.text-l{
font-size: 28rpx;
margin-bottom: 10rpx;
}
</style>