摘要:
// 这是目前用的比较多的方式 // 表示index和test2都使用keep-alive routes: [ { path: '/', redirect: '/index', component: Index, meta: { keepAlive: true }}, { path: '/common', component: TestParent,... 阅读全文
posted @ 2019-01-07 14:22
你的名字~
阅读(424)
评论(0)
推荐(0)
摘要:
/*手机横屏时执行*/ @media screen and (orientation:landscape){ .txtle{ color: red } } /*手机竖屏时执行*/ @media screen and (orientation:portrait){ #wrap{ display:none; } } 阅读全文
posted @ 2019-01-07 14:15
你的名字~
阅读(293)
评论(0)
推荐(0)
摘要:
1 (function (doc, win) { 2 var docEl = doc.documentElement, 3 resizeEvt = 'onorientationchange' in window ? 'onorientationchange' : 'resize', 4 recalc 阅读全文
posted @ 2019-01-07 13:57
你的名字~
阅读(112)
评论(0)
推荐(0)

浙公网安备 33010602011771号