Commit 3004566c by 冷斌

Merge remote-tracking branch 'origin/master'

parents 294b552f ede38200
......@@ -28,7 +28,7 @@
</div>
</div>
</a>
<a>
<a href="/apps/home/Tpl/default/Home/syhezuo.html">
<div class="item_cell layout_h">
<div class="layout_h">
<van-icon class="self_center" name="__THEME__/img/cooperate.png" size="36" ></van-icon>
......@@ -59,7 +59,9 @@
<van-tabbar-item>
<span class="text_10_400">真题题库</span>
<template #icon="props">
<img :src="props.active ? '__THEME__/img/zhenti.png' : '__THEME__/img/zhenti_s.png'" />
<a href="{:U('home/Home/exams')}">
<img :src="props.active ? '__THEME__/img/zhenti.png' : '__THEME__/img/zhenti_s.png'" />
</a>
</template>
</van-tabbar-item>
<van-tabbar-item>
......
......@@ -38,6 +38,18 @@
<div class="vip_dot self_center"></div>
<span>{{item.video_title}}</span>
</div>
<div class="text_12_400 color_333333 layout_h">
<div class="vip_dot self_center"></div>
<span>每月定期享有专属课程</span>
</div>
<div class="text_12_400 color_333333 layout_h">
<div class="vip_dot self_center"></div>
<span>精选电子书免费领取</span>
</div>
<div class="text_12_400 color_333333 layout_h">
<div class="vip_dot self_center"></div>
<span>下次购课特享优惠</span>
</div>
</div>
</div>
</div>
......
......@@ -2,8 +2,9 @@
<link href="__APP__/css/pay_video_3g.css" rel="stylesheet">
<style>
.df_pay-buy { position: fixed; bottom: 0; box-shadow: 0px -1px 0px 0px rgba(230,230,230,1) }
.df_pay-buy h3 { text-align: left; padding-left: 12px; box-sizing: border-box; }
.df_pay-buy a { height: 44px; margin-top: 4px; border-radius: 22px; background: #A4CE6C; line-height: 44px; margin-right: 3%; width: 42%; }
</style>
<div class="body">
......
<!DOCTYPE html>
<!-- <include file="__THEME__/public_header_w3g"/> -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<!-- 使用UTF-8 -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<!-- 设置移动终端可视区域 -->
<meta content="telephone=no" name="format-detection">
<!-- 禁止iPhone等手机自动将数字变成可点击的拨号连接 -->
<title>上传须知</title>
<style type="text/css">
/* 根据不同的屏幕调整字体大小 */
@media only screen and (min-width: 320px) {html{font-size: 17.1px !important;}}
@media only screen and (min-width: 360px) {html{font-size: 19.2px !important;}}
@media only screen and (min-width: 375px) {html{font-size: 20px !important;}}
@media only screen and (min-width: 412px) {html{font-size: 22px !important;}}
@media only screen and (min-width: 414px) {html{font-size: 22.2px !important;}}
@media only screen and (min-width: 480px) {html{font-size: 25.6px !important;}}
@media only screen and (min-width: 640px) {html{font-size: 34.2px !important;}}
@media screen and ( min-width:750px ) {
.app{ width:750px; margin: 0 auto; }
.loading > div{ width:750px; }
html {font-size: 24px;}
}
body,p { margin: 0; padding: 0; }
h3 { font-size: 18px;font-weight: 400; color: #333; text-align: center; }
p { font-size: 13px;font-weight: 400; color: #333; text-indent: 2em; line-height: 18px; padding: 0 12px; margin-top: 10px; }
.imgBox { width: 100%; height: 160px; position: fixed; bottom: 0; z-index: -1; }
.imgBox img { width: 100%; height: 100%; }
</style>
</head>
<body>
<h3>“高榜题名真题联盟”商务合作</h3>
<p>
“高榜题名真题联盟”致力于打造最受欢迎的考试服务平台,欢迎有志之士、八方才俊长期合作。
</p>
<p>1.真题投稿:长期接收关于各省市各类公招考试真题,纸质版、电子版均可,真实即可。具体报酬视真题数量共同商议而定。</p>
<p>2.视频推送:长期接受关于各类考试视频,具体报酬综合视频整体因素共同商议而定。</p>
<p>3.经验分享:长期接受关于公招考试路上的心得体会、案例分享等,投稿不能有政治问题,不能有导向问题,不能有保密问题,单篇稿件50元起,视质量而定。</p>
<p>4.讲师诚聘:名师课堂专栏长期诚聘讲师,课时费从优。</p>
<p>5.产品分销:高榜题名将上线实物商量,愿意与出版社、经销商等合作洽谈。</p>
<p>6.广告合作:愿意与各类健康广告尤其是教育类资源长期合作。</p>
<p>7.重要声明:“高榜题名”分享的所有资料仅供考生学习参考,请勿另作他用。</p>
<p>各类合作请与工作人员联系。</p>
<p>联系电话:15023800678</p>
<p>QQ:276413016</p>
<p>邮箱:zhugbtm@126.com</p>
<div class="imgBox">
<img src="/addons/theme/stv1/_static/img/BGBG@2x.png" />
</div>
</body>
</html>
\ No newline at end of file
<!-- <include file="__THEME__/public_header_w3g"/> -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<!-- 使用UTF-8 -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<!-- 设置移动终端可视区域 -->
<meta content="telephone=no" name="format-detection">
<!-- 禁止iPhone等手机自动将数字变成可点击的拨号连接 -->
<title>上传须知</title>
<style type="text/css">
/* 根据不同的屏幕调整字体大小 */
@media only screen and (min-width: 320px) {html{font-size: 17.1px !important;}}
@media only screen and (min-width: 360px) {html{font-size: 19.2px !important;}}
@media only screen and (min-width: 375px) {html{font-size: 20px !important;}}
@media only screen and (min-width: 412px) {html{font-size: 22px !important;}}
@media only screen and (min-width: 414px) {html{font-size: 22.2px !important;}}
@media only screen and (min-width: 480px) {html{font-size: 25.6px !important;}}
@media only screen and (min-width: 640px) {html{font-size: 34.2px !important;}}
@media screen and ( min-width:750px ) {
.app{ width:750px; margin: 0 auto; }
.loading > div{ width:750px; }
html {font-size: 24px;}
}
body { margin: 0; padding: 0; }
h3 { font-size: 18px;font-weight: 400; color: #333; text-align: center; }
h5 { font-size: 13px;font-weight: 400; color: #333; text-indent: 2em; line-height: 23px; padding: 0 12px; }
.imgBox { width: 100%; height: 160px; position: fixed; bottom: 0; z-index: -1; }
.imgBox img { width: 100%; height: 100%; }
</style>
</head>
<body>
<h3>高榜题名真题联盟”试题上传说明</h3>
<h5>
“高榜题名真题联盟”长期接收关于各省市各类公招考试真题、考试视频、考试心得体会、案例分享等投稿,投稿请邮箱zhugbtm@126.com,工作人员联系电话:15023800678。QQ:276413016
</h5>
<div class="imgBox">
<img src="/addons/theme/stv1/_static/img/BGBG@2x.png" />
</div>
</body>
</html>
\ No newline at end of file
......@@ -64,7 +64,7 @@
<van-icon name="__THEME__/img/membership.png" size="24"></van-icon>
</template>
</van-cell>
<van-cell class="center_bottom_cell" title-class="text_14_400 color_333333 center_bottom_cell_text" title="上传试题" is-link >
<van-cell @click="navigator" class="center_bottom_cell" title-class="text_14_400 color_333333 center_bottom_cell_text" title="上传试题" is-link >
<template #icon>
<van-icon name="__THEME__/img/upload.png" size="24"></van-icon>
</template>
......@@ -430,8 +430,6 @@
</div> -->
</body>
<script type="text/javascript">
new Vue({
......@@ -458,7 +456,10 @@
},
onTabOrder: function() {
window.location.href = "{:U('home/Home/order')}"
}
},
navigator: function() {
window.location.href = "/apps/home/Tpl/default/Home/upKnow_w3g.html"
}
}
})
</script>
......@@ -9,12 +9,13 @@
.pay_dl .vip_type_item.on .turn { color: #A3E460; }
.pay_dl .vip_type_item.on .txt { color: #fff; background: #A3E460; line-height: 18px; }
.pay_dl .vip_type_item .txt { padding: 0 10px; background: #32C5FF; border-radius: 9px; color: #fff; line-height: 18px; }
.pay_dl .vip_type_item { margin-right: 21%; }
#vip_type_time { margin-top: 15px; }
.pay_dl #vip_type_time .g-time.on { border-color: #A3E460; color: #A3E460; }
.vip_pay_way .vip_pay_way_item { padding: 15px 15px; }
.money_box .g-true { width: 116px; height: 40px; border-radius: 25px; background: #A3E460; color: 14px; line-height: 40px; text-align: center; float: right; margin-right: 12px; margin-top: 4px; }
.money_box .g-money { text-align: left; padding-left: 12px; }
.pay_dl .margin-vip_type { width: 100%; display: flex; align-items: center; height: 50px; justify-content: space-between; }
.pay_dl .vip_type_item { margin-top: 0; margin-right: 0; }
</style>
<div class="body">
<!-- <div class="header2">
......
......@@ -82,6 +82,8 @@ return array(
'home/Home/album' => SITE_URL.'/my/album.html',
'home/Home/classes' => SITE_URL.'/my/classes.html',
'home/Home/share' => SITE_URL.'/my/share.html',
// 'home/Home/upKnow' => SITE_URL.'/my/share.html',
'home/Home/upKnow' => SITE_URL.'/my/upKnow.html', /* 新加的路径 */
'home/Home/group' => SITE_URL.'/my/group.html',
'home/Home/courseLine' => SITE_URL.'/my/lineclass.html',
'home/Home/wenda' => SITE_URL.'/my/question.html',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment