摘要:
Bootstrap的HTML标准模板 Hello, world! ... 阅读全文
摘要:
一:项目目录设计。 1:制作矢量图片的图标字体。 打开icomoon.io网站,点击import icons ,上传自己的svg图片,制作自己的图片,上传之后点击generate font图标,下载然后把其中的font文件夹复制,style.css复制到style文件夹,修改为icom.styl就可 阅读全文
摘要:
git仓库地址https://github.com/wjf444128852/Carousel.git 1、carousel-1效果演示:http://wjf444128852.github.io/demo/Carousel/ 主要是tab切换样式的切换,用JS加载的img的src属性,缺点是加载的 阅读全文
摘要:
jQuery响应式多级下拉导航菜单特效 首页 网页特效 jQuery特效 HTML5 CSS3 CSS3 CSS3 ... 阅读全文
摘要:
<!-- 如果要使用Bootstrap的js插件,必须先调入jQuery --> <script src="http://libs.baidu.com/jquery/1.9.0/jquery.min.js"></script> <!-- 包括所有bootstrap的js插件或者可以根据需要使用的js 阅读全文
摘要:
1.node版本请更新到6.9.X版本以上,不然npm依赖会出问题 2.命令行里运行npm install --global vue-cli 3.npm install --global webpack 安装的时候报了: npm WARN optional SKIPPING OPTIONAL DEP 阅读全文
摘要:
推荐!手把手教你使用Git 推荐!手把手教你使用Git 2014/10/26 · IT技术, 书籍与教程 · 39 评论 · Git 分享到:653 2014/10/26 · IT技术, 书籍与教程 · 39 评论 · Git 分享到:653 React Native快速开发 厕所在哪App LBS 阅读全文
摘要:
新建F-w-textgit cd www -->cd textgit-->git init 例子: `添加readme.txt git add readme.txt --> git commit -m 'readme.txt' `查看是否有文件未提交 git status `修改readme.txt 阅读全文
摘要:
先安装node.js,windows直接安装就自带npm,之后就安装cnpm,安装完后,在之心 npm install -g cnpm --registry=https://registry.npm.taobao.org # 全局安装 vue-cli: cnpm install --global v 阅读全文
摘要:
pc端body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0;}body,button,input,select,textarea{font:12px/1.5 tahoma,arial,\5b8... 阅读全文