2020年12月3日

(function($){})(jQuery)

摘要: jQuery与$ https://blog.csdn.net/wuyujin1997/article/details/88872464 js 中 (function($){...})(jQuery) 含义 https://www.cnblogs.com/xiyuekamisama/p/9044740 阅读全文

posted @ 2020-12-03 14:04 ShirleyJiang 阅读(262) 评论(0) 推荐(0) 编辑

2020年10月23日

关于a标签中href属性的多种用法

摘要: https://blog.csdn.net/weixin_38393037/article/details/79938402?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-4.chan 阅读全文

posted @ 2020-10-23 10:11 ShirleyJiang 阅读(143) 评论(0) 推荐(0) 编辑

2020年10月9日

firefox和chome的不同样式 解决办法

摘要: .tab-scroll::-webkit-scrollbar { width: 13px; height: 13px; } .tab-scroll::-webkit-scrollbar-track { border: 1px solid #929599; width: 13px; height: 1 阅读全文

posted @ 2020-10-09 18:01 ShirleyJiang 阅读(304) 评论(0) 推荐(0) 编辑

2020年9月8日

前端用到的调试工具

摘要: chome 断点 调试 https://www.cnblogs.com/kunmomo/p/10174773.html 手机端调试 https://www.cnblogs.com/kunmomo/p/11795413.html https://www.cnblogs.com/kunmomo/cate 阅读全文

posted @ 2020-09-08 15:44 ShirleyJiang 阅读(225) 评论(0) 推荐(0) 编辑

2020年4月21日

Vue-cli 安装

摘要: 一、Vue-cli是什么? vue-cli是vue的脚手架工具,也就是帮助构建vue的工具(包括目录结构,代码部署,但愿测试等) command-line-interface 二、前台=前端(vue.js)+后端(node.js+共享变量 +页面的调用)、后台=后台 三、安装过程,配置环境 1、安装 阅读全文

posted @ 2020-04-21 20:39 ShirleyJiang 阅读(996) 评论(0) 推荐(0) 编辑

2020年4月20日

vue 基础

摘要: 数据驱动dom 是vue的核心理念。 1. v-bind 的基本用途是动态更新HTML元素上的属性,比如 ID class 等, <a v-bind:href="url">链接</a> <img v-bind:src="imgUrl"> 2. v-if 当show为true时, p元素会被插入,为f 阅读全文

posted @ 2020-04-20 17:24 ShirleyJiang 阅读(159) 评论(0) 推荐(0) 编辑

Vue实现图片预加载

摘要: https://www.jianshu.com/p/1618cb183d28 阅读全文

posted @ 2020-04-20 17:22 ShirleyJiang 阅读(2254) 评论(0) 推荐(0) 编辑

2019年11月4日

title 有背景边框自适应 mobile

摘要: 固定宽度,固定高度,来写背景的高度。这样就能居中。 阅读全文

posted @ 2019-11-04 19:31 ShirleyJiang 阅读(145) 评论(0) 推荐(0) 编辑

让image像背景图片一样,居中对齐,网页自适应

摘要: <div class="page4_content"> <div class="page4_box"> <div class="page_bg_16"> <img src="fuka.jpg"> </div> </div></div> .page4_content{width:100%; heigh 阅读全文

posted @ 2019-11-04 19:27 ShirleyJiang 阅读(938) 评论(0) 推荐(0) 编辑

rem em min-width: 30em 的意思

摘要: 30em=30rem=30x16px=480px @media only screen and (min-width:30 em){ } 阅读全文

posted @ 2019-11-04 19:03 ShirleyJiang 阅读(384) 评论(0) 推荐(0) 编辑

导航