Files
medicine_app/pages/course/superVip.vue
2025-02-07 18:58:13 +08:00

118 lines
5.4 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.
<template>
<view class="super_wrap">
<z-nav-bar title="超V介绍"></z-nav-bar>
<view class="super_content">
<text class="super_title super_title_2">医学超级VIP</text>
<text class="super_con">课程价格一年<text class="bigred line">64666</text>
VIP价格三年<text class="bigred">7980</text> 四年<text class="bigred">9980</text>
</text>
<text class="super_con">办理时长分别为3年和4年医学超v时间内可享受无限制观看吴门医述APP-中医学针灸学肿瘤学三个分类板块下的任意课程</text>
<text class="super_title">中医学VIP</text>
<text class="super_con">课程价格一年<text class="bigred line">39508</text>
VIP价格三年<text class="bigred">2980</text> 四年<text class="bigred">3980</text></text>
<text class="super_con">办理时长分别为3年和4年中医学超v时间内可享受无限制观看吴门医述APP-中医学分类板块下的任意课程</text>
<text class="super_title">针灸学VIP</text>
<text class="super_con">课程价格一年<text class="bigred line">12128</text>
VIP价格三年<text class="bigred">4980</text> 四年<text class="bigred">5980</text></text>
<text class="super_con">办理时长分别为3年和4年针灸学超v时间内可享受无限制观看吴门医述APP-针灸学分类板块下的任意课程</text>
<text class="super_title">肿瘤学VIP</text>
<text class="super_con">课程价格一年<text class="bigred line">12579</text>
VIP价格三年<text class="bigred">2480</text> 四年<text class="bigred">2980</text></text>
<text class="super_con">办理时长分别为3年和4年肿瘤学超v时间内可享受无限制观看吴门医述APP-肿瘤学分类板块下的任意课程</text>
<text class="super_title super_title_2">心理学VIP</text>
<text class="super_con">课程价格一年<text class="bigred line">7188</text>
VIP价格三年<text class="bigred">3980</text> 四年<text class="bigred">4980</text></text>
<text class="super_con">办理时长分别为3年和4年心理学超v时间内可享受无限制观看吴门医述APP-心理学分类板块下的任意课程</text>
<text class="super_title super_title_2">众妙之门国学VIP</text>
<text class="super_con">课程价格一年<text class="bigred line">19767</text>
VIP价格三年<text class="bigred">2480</text> 四年<text class="bigred">2980</text></text>
<text class="super_con">办理时长分别为3年和4年众妙之门国学超v时间内可享受无限制观看众妙之门APP的任意课程</text>
<text class="super_title super_title_2">国学与心理学超级VIP</text>
<text class="super_con">课程价格一年<text class="bigred line">26955</text>
VIP价格三年<text class="bigred">4980</text> 四年<text class="bigred">5980</text></text>
<text class="super_con">办理时长分别为3年和4年此超v时间内可享受无限制观看众妙之门APP与吴门医述APP-心理学分类板块下的任意课程</text>
<text class="super_con2" style="margin-top: 60rpx;">说明
1 购买1天医币=1元人民币
2 因微信支付有金额上限可通过以下途径支付
1国内银行转账
户名天津众妙之门科技有限公司
账号122913225110501
开户行招商银行股份有限公司天津新技术产业园区支行
2海外用户信用卡支付简单快捷推荐使用
支付时使用的信用卡需要带有Visa或MasterCard的标识加一路健康客服微信yilujiankangkefu联系我们我们将在24小时内向您发送支付链接根据提示即可完成信用卡支付无需兑换外币
3海外银行账户
银行名称ASB Bank Limited,
银行地址505 Pakuranga RD, Highland Park, Auckland 1140, New Zealand
账号名称 Amazing Limited
银行间代码SWIFTASBBNZ2A
银行账号12-3233-0749438-00
收款人地址3 the mews,shamrock park,auckland 2016, New zealand.
以上支付方式请务必备注本软件注册的用户名及手机号以便核对信息
3 若有疑问或意见联系客服微信号yilujiankangkefu 电话 022-2414232113110039505本天医币一经购买暂不支持退款</text>
</view>
</view>
</template>
<style lang="scss" scoped>
@import '@/style/mixin.scss';
.super_wrap{
height: 100vh;
background-color: #f4f7ff;
}
.super_content{
background-color: #f4f7ff;
}
.super_title{
height: 50rpx;
line-height: 50rpx;
display: inline-block;
font-size: 26rpx;
@include theme("btn_bg");
color: #fff;
padding: 0 15rpx;
border-radius: 15rpx;
margin: 15rpx 30rpx 15rpx;
font-weight: bold;
}
.super_title_2{
font-size: 32rpx;
height: 64rpx;
line-height: 64rpx;
margin: 50rpx 30rpx 20rpx;
padding: 0 20rpx;
background-image: linear-gradient(90deg, #ff1f00 0%, #fa9f93 100%);
}
.super_con{
display: block;
font-size: 30rpx;
line-height: 46rpx;
padding: 0rpx 30rpx 0;
letter-spacing: 1px;
}
.super_con2{
display: block;
font-size: 28rpx;
line-height: 50rpx;
letter-spacing: 1px;
color: #666;
padding: 50rpx 30rpx 60rpx;
}
.bigred{
font-size: 38rpx;
color: red;
font-weight: bold;
padding: 0 5rpx;
}
.line{
text-decoration: line-through;
color: #258feb;
font-style: italic;
}
</style>