摘要: 单页面应用 只有一个页面,对应vue中的index.html,通过引入组件、vue路由来实现资源的各种加载; vueRouter 1、hash模式:路径中带# 在index.html中加载vue资源的真实URL应为 https://www.xxx.com/xxx-prog/index.html#/x 阅读全文
posted @ 2021-11-26 09:54 HaSaki_Wang 阅读(360) 评论(0) 推荐(0)
摘要: 伪元素:before或:after实现彩色条纹分隔线 div:before{ content: ""; position: absolute; left: 0; bottom: 0; right: 0; height: 2px; background-image: repeating-linear- 阅读全文
posted @ 2021-11-25 11:14 HaSaki_Wang 阅读(74) 评论(0) 推荐(0)