摘要: 效果: template: <div style="background: #0d5593; height: 900px"> <ul class="menu"> <li class="menu-cell" @click="test('11111')"> <img class="menu-cell__ 阅读全文
posted @ 2021-06-09 17:20 小兔儿_乖乖 阅读(98) 评论(0) 推荐(0)
摘要: div: <div class="module_box"> <div class="box"> <i><span></span></i> </div> </div> css: .module_box { height: 400px; display: flex; } .box { position: 阅读全文
posted @ 2021-06-09 17:16 小兔儿_乖乖 阅读(76) 评论(0) 推荐(0)
摘要: router/index.js【路由添加meta属性,title表示标题,showTab表示是否显示底部导航】 { path: '/index', name: 'Index', component: Index, meta: { title: '首页', showTab: true //tabbar 阅读全文
posted @ 2021-06-09 15:27 小兔儿_乖乖 阅读(182) 评论(0) 推荐(0)