feat: 修改宣传广告
parent
acc7396a9b
commit
44bc58294d
|
|
@ -12,7 +12,9 @@
|
|||
>
|
||||
招生对象
|
||||
</view>
|
||||
<view class="w-[78%] text-center py-[14rpx]">2025年高考毕业生</view>
|
||||
<view class="w-[78%] text-center py-[14rpx]">
|
||||
{{ new Date().getFullYear() }}年高考毕业生
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view
|
||||
|
|
@ -51,7 +53,7 @@
|
|||
</view>
|
||||
<view class="w-[78%] text-left py-[14rpx]">
|
||||
<view class="px-[20rpx]">
|
||||
文化课类最低高考一段线线下80分;艺术/体育类最低260分单招200分,如遇特殊情况需向学校申请是否录取。
|
||||
文化课类最低高考一段线线下80分;艺术/体育类最低240分(单招200分),如遇特殊情况需向学校申请是否录取。
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
|
@ -64,7 +66,9 @@
|
|||
入学流程
|
||||
</view>
|
||||
<view class="w-[78%] text-left py-[14rpx]">
|
||||
<view class="px-[20rpx]">学生登记基本信息,需提供高考成绩单,通过面试后录取。</view>
|
||||
<view class="px-[20rpx]">
|
||||
学生登记基本信息,需提供高考成绩单,通过面试后录取。(其他组合学生人数达到要求即可开班)
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
|
|
|||
|
|
@ -1,17 +1,18 @@
|
|||
<template>
|
||||
<view class="mt-[30rpx]">
|
||||
<RoundedBorder title="名校录取">
|
||||
<RoundedBorder title="复读成果">
|
||||
<template>
|
||||
<view
|
||||
class="rounded-[40rpx] bg-white px-[36rpx] pt-[38rpx] pb-[20rpx] grid grid-cols-4 gap-x-[0rpx] gap-y-[28rpx]"
|
||||
>
|
||||
<view class="flex flex-col items-center" v-for="(item, index) in schools" :key="index">
|
||||
<image :src="item.badge" mode="scaleToFill" class="w-[120rpx] h-[120rpx]" />
|
||||
<span class="text-[26rpx] text-[#333]">{{ item.name }}</span>
|
||||
<image :src="item.badge" mode="scaleToFill" class="w-[120rpx] h-[120rpx] mb-[4rpx]" />
|
||||
<text class="text-[26rpx] text-[#333]">{{ item.name }}</text>
|
||||
<text class="text-[24rpx] text-[#999999]">{{ item.stuName }}</text>
|
||||
</view>
|
||||
|
||||
<view class="col-span-full text-[26rpx] text-[#999999] text-center">
|
||||
更多大学等你来选...
|
||||
部分学员录取院校展示
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
|
@ -26,35 +27,42 @@ const schools = [
|
|||
{
|
||||
name: '北京大学',
|
||||
badge: 'https://api-static-zhiy.oss-cn-shanghai.aliyuncs.com/images/ad-banner/beijingdaxue.png',
|
||||
stuName: '郭*悦',
|
||||
},
|
||||
{
|
||||
name: '北京体育大学',
|
||||
badge: 'https://api-static-zhiy.oss-cn-shanghai.aliyuncs.com/images/ad-banner/beijingtiyu.png',
|
||||
stuName: '张*楠',
|
||||
},
|
||||
{
|
||||
name: '复旦大学',
|
||||
badge: 'https://api-static-zhiy.oss-cn-shanghai.aliyuncs.com/images/ad-banner/fudan.png',
|
||||
name: '杭州师范大学',
|
||||
badge: 'https://api-static-zhiy.oss-cn-shanghai.aliyuncs.com/images/ad-banner/hzsf.png',
|
||||
stuName: '付*',
|
||||
},
|
||||
{
|
||||
name: '延安大学',
|
||||
badge: 'https://api-static-zhiy.oss-cn-shanghai.aliyuncs.com/images/ad-banner/yanandaxue.png',
|
||||
name: '青岛大学',
|
||||
badge: 'https://api-static-zhiy.oss-cn-shanghai.aliyuncs.com/images/ad-banner/qddx.png',
|
||||
stuName: '徐*',
|
||||
},
|
||||
{
|
||||
name: '郑州大学',
|
||||
badge: 'https://api-static-zhiy.oss-cn-shanghai.aliyuncs.com/images/ad-banner/zhengzhou.png',
|
||||
name: '中国矿业大学',
|
||||
badge: 'https://api-static-zhiy.oss-cn-shanghai.aliyuncs.com/images/ad-banner/kydx.png',
|
||||
stuName: '徐*天',
|
||||
},
|
||||
{
|
||||
name: '山东大学',
|
||||
badge: 'https://api-static-zhiy.oss-cn-shanghai.aliyuncs.com/images/ad-banner/shandong.png',
|
||||
name: '山西大学',
|
||||
badge: 'https://api-static-zhiy.oss-cn-shanghai.aliyuncs.com/images/ad-banner/sxdx.png',
|
||||
stuName: '赵*飞',
|
||||
},
|
||||
{
|
||||
name: '四川大学',
|
||||
badge: 'https://api-static-zhiy.oss-cn-shanghai.aliyuncs.com/images/ad-banner/sichuan.png',
|
||||
name: '延边大学',
|
||||
badge: 'https://api-static-zhiy.oss-cn-shanghai.aliyuncs.com/images/ad-banner/ybdx.png',
|
||||
stuName: '张*婷',
|
||||
},
|
||||
{
|
||||
name: '海洋大学',
|
||||
badge:
|
||||
'https://api-static-zhiy.oss-cn-shanghai.aliyuncs.com/images/ad-banner/zhongguohaiyang.png',
|
||||
name: '河南理工大学',
|
||||
badge: 'https://api-static-zhiy.oss-cn-shanghai.aliyuncs.com/images/ad-banner/lgdx.png',
|
||||
stuName: '刘*',
|
||||
},
|
||||
]
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Reference in New Issue