Commit c8e9edc6 by 刘海龙

111

parent c363b8f1
......@@ -15,15 +15,17 @@
.malllist .info .num:nth-child(2){font-size:12px}
</style>
<div class="maskbox"></div> -->
<style>
body {
padding: 0 !important;
}
.tabs_container { height: 3.25rem; }
</style>
<div id="app" style="height: 100%;">
<div class="layout_v">
<a href="{:U('classroom/Index/find')}"><i class="icon icon-zuojiantou"></i></a>
<van-sticky>
<a href="{:U('classroom/Index/find')}"><i class="icon icon-zuojiantou"></i></a>
<div class="tabs_container">
<div @click="onTab(idx)" v-for="(opt, idx) in options" :key="idx" :class="idx == tab ? 'tab_item_selected' : 'tab_item_normal'">
<span>{{opt.title}}</span>
......
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