摘要:
tabbar搭建 App.vue <template> <div id="app"> <!-- 路由出口!!!!! --> <router-view></router-view> <van-tabbar v-model="active"> <van-tabbar-item icon="home-o" 阅读全文
摘要:
URL(Universal Resource Locator)即统一资源定位符,又称网页地址,用于定位浏览器中所需显示的网页资源。 在 H5 之前,即使采用的是脚本语言的方式,只要浏览器地址栏中的 URL 地址被切换,都会触发一个页面刷新的过程,这个过程将耗费一些时间与资源。在很多时候,尤其是两个大 阅读全文
摘要:
首页-header布局和样式实现 <style scoped lang='scss'> .header-group{ background-color: black; padding: 20px 14px 10px; .address-group{ color:white; font-size: 1 阅读全文