Commit 1925dbbd by 陈超

T

parent 88b20fe9
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<meta name="apple-mobile-web-app-capable" content="yes"/> <meta name="apple-mobile-web-app-capable" content="yes"/>
<meta name="apple-mobile-web-app-status-bar-style" content="black"> <meta name="apple-mobile-web-app-status-bar-style" content="black">
<link href="__THEMEW3G__/css/reset.css" rel="stylesheet"> <link href="__THEMEW3G__/css/reset.css" rel="stylesheet">
<link href="__THEMEW3G__/css/public.css" rel="stylesheet"> <link href="__THEMEW3G__/css/public.css" rel="stylesheet">
<link href="__THEMEW3G__/css/style.css" rel="stylesheet"> <link href="__THEMEW3G__/css/style.css" rel="stylesheet">
<link href="__THEMEW3G__/icon/iconfont.css" rel="stylesheet"> <link href="__THEMEW3G__/icon/iconfont.css" rel="stylesheet">
......
...@@ -3,8 +3,7 @@ ...@@ -3,8 +3,7 @@
*{margin: 0;padding: 0;border: 0;font-size: 100%;vertical-align: baseline;outline: none;font-size-adjust: none;-webkit-text-size-adjust: none;-moz-text-size-adjust: none;-ms-text-size-adjust: none;-webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-font-smoothing: antialiased;} *{margin: 0;padding: 0;border: 0;font-size: 100%;vertical-align: baseline;outline: none;font-size-adjust: none;-webkit-text-size-adjust: none;-moz-text-size-adjust: none;-ms-text-size-adjust: none;-webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-font-smoothing: antialiased;}
*:focus{outline: none;} *:focus{outline: none;}
.fancybox-lock{overflow: hidden !important;width: auto;} .fancybox-lock{overflow: hidden !important;width: auto;}
div { position:relative; } div, a, p, img, blockquote, form, fieldset, textarea, input, label, iframe, code, pre{display: block;position:relative;}
a, p, img, blockquote, form, fieldset, textarea, input, label, iframe, code, pre{display: block;position:relative;}
table{border-collapse: separate;border-spacing: 0;background-color: #f6f6f6;border-left: 1px solid #e9e9e9;border-top: 1px solid #e9e9e9;width: 100%;clear: both;margin-bottom: 27px;} table{border-collapse: separate;border-spacing: 0;background-color: #f6f6f6;border-left: 1px solid #e9e9e9;border-top: 1px solid #e9e9e9;width: 100%;clear: both;margin-bottom: 27px;}
thead{} thead{}
th{vertical-align: middle;border-bottom: 1px solid #e9e9e9;border-right: 1px solid #e9e9e9;font-weight: bold;color: #555;background-color: #f6f6f6;} th{vertical-align: middle;border-bottom: 1px solid #e9e9e9;border-right: 1px solid #e9e9e9;font-weight: bold;color: #555;background-color: #f6f6f6;}
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<!-- <div class="footer"> <!-- <div class="footer">
<b>{$site['site_footer']}</b> <b>{$site['site_footer']}</b>
</div> --> </div> -->
<nav class="nav_list"> <!-- <nav class="nav_list">
<ul> <ul>
<li> <li>
<a href="/"> <a href="/">
...@@ -34,7 +34,55 @@ ...@@ -34,7 +34,55 @@
</a> </a>
</li> </li>
</ul> </ul>
</nav> </nav> -->
<van-tabbar
v-model="active"
@change="onChange"
:fixed="true"
:route="false"
:safe-area-inset-bottom="true"
active-color="#65C000"
inactive-color="#363636">
<van-tabbar-item>
<span class="text_10_400">名师课堂</span>
<template #icon="props">
<img :src="props.active ? '__THEME__/img/minshi.png' : '__THEME__/img/minshi_s.png'" />
</template>
</van-tabbar-item>
<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'" />
</template>
</van-tabbar-item>
<van-tabbar-item>
<span class="text_10_400">考试咨询</span>
<template #icon="props">
<img :src="props.active ? '__THEME__/img/zixun.png' : '__THEME__/img/zixun_s.png'" />
</template>
</van-tabbar-item>
<van-tabbar-item>
<span class="text_10_400">会员中心</span>
<template #icon="props">
<img :src="props.active ? '__THEME__/img/huiyuan.png' : '__THEME__/img/huiyuan_s.png'" />
</template>
</van-tabbar-item>
</van-tabbar>
<script type="text/javascript">
new Vue({
el: '#app',
data: function() {
return {
active: 0
}
},
methods: {
onChange: function(tab) {
}
}
})
</script>
<!--footer end--> <!--footer end-->
<eq name='site.site_online_count' value='1'> <eq name='site.site_online_count' value='1'>
<script src="{:SITE_URL}/online_check.php?uid={$mid}&uname={$user.uname}&mod={:MODULE_NAME}&app={:APP_NAME}&act={:ACTION_NAME}&action=trace"></script> <script src="{:SITE_URL}/online_check.php?uid={$mid}&uname={$user.uname}&mod={:MODULE_NAME}&app={:APP_NAME}&act={:ACTION_NAME}&action=trace"></script>
......
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