上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 29 下一页
摘要: 1、跳转链接,当前窗口打开 2、跳转链接,新窗口打开 3、跳转链接 返回上一页 阅读全文
posted @ 2019-10-17 17:38 huihuihero 阅读(679) 评论(0) 推荐(0) 编辑
摘要: 视频插件vue video player的使用及注意事项 视频插件xgplayer(西瓜播放器)的使用及注意事项 更多详情见官方文档:http://h5player.bytedance.com/ 贴代码: 1、安装包:npm install xgplayer 2、代码部分: //1、标签,必须要有 阅读全文
posted @ 2019-10-10 16:49 huihuihero 阅读(2706) 评论(0) 推荐(0) 编辑
摘要: 背景图片 calc的使用 span标签里文字换行,但数字字母不自动换行 字体描边 字体间距 字体两边对齐 首行缩进 关于:nth child() 选择器 包裹图片的父级盒子边缘多出一部分(或者说图片本身自带空隙怎么解决) 下划线 li的点 关于flex:1和flex:auto的区别(IE8 不支持f 阅读全文
posted @ 2019-10-09 16:55 huihuihero 阅读(228) 评论(0) 推荐(0) 编辑
摘要: ####滚动条距离顶部的距离 let ele=document.getElementById("demo") console.log(ele.scrollTop) ####滚动条距离底部的距离 let ele=document.getElementById("demo") console.log(e 阅读全文
posted @ 2019-10-09 12:10 huihuihero 阅读(3652) 评论(0) 推荐(0) 编辑
摘要: 移动端使用媒体查询兼容ipad等大屏幕设备 阅读全文
posted @ 2019-10-09 09:35 huihuihero 阅读(243) 评论(0) 推荐(0) 编辑
摘要: ####配置路径@(一般情况下搭建vue-cli,项目已经配置好了@路径。若自己需要改动可按照一下方法) ``` vue-cli 2.x 版本创建项目时,我们可以在 build 文件夹下找到 webpack.base.conf.js 文件,在里面修改 resolve.alias 即可 resolve 阅读全文
posted @ 2019-09-09 19:28 huihuihero 阅读(1081) 评论(0) 推荐(0) 编辑
摘要: ######单行文字省略: text-overflow: ellipsis; overflow: hidden; white-space: nowrap; ######多行文字省略: display: -webkit-box; -webkit-line-clamp: 2; //设定行数 /* ! a 阅读全文
posted @ 2019-09-09 15:09 huihuihero 阅读(221) 评论(0) 推荐(0) 编辑
摘要: ####适配配置完成后需重启项目才会生效 ###移动端适配vue-cli3.0 ######第一种方案(常用)——px转rem适配方案: 【第1步、使用pxtorem px转成rem】——让网页根据设备dpr和宽度,利用viewport和html根元素的font-size配合rem来适配不同尺寸的移 阅读全文
posted @ 2019-09-03 10:54 huihuihero 阅读(5562) 评论(0) 推荐(1) 编辑
摘要: 详情见博客:`https://www.jianshu.com/p/1e05c8d68407` 阅读全文
posted @ 2019-09-03 10:17 huihuihero 阅读(1330) 评论(0) 推荐(0) 编辑
摘要: 买一个服务器 安装Xshell,xftp(不用多说了吧,云盘里有) 部署项目 nginx 阅读全文
posted @ 2019-08-28 23:35 huihuihero 阅读(816) 评论(0) 推荐(0) 编辑
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 29 下一页