随笔分类 - 笔记
摘要:<style> html,body{height: 100%;margin:0;padding:0;} /*** .table和.cell都将撑满页面,cell的子元素水平垂直居中 ***/ .table{ display: table; width: 100%; height: 100%; } .
阅读全文
摘要:在码云客户端创建项目然后在要上传的项目文件夹中右键 Git Bush Here如下 git config --global user.name "tuoni" git config --global user.email "tuoni@qq.com" git init git remote add
阅读全文
摘要:演示地址:https://xibushijie.github.io/static/flex.html
阅读全文
摘要:演示地址:https://xibushijie.github.io/static/ui.html
阅读全文
摘要:var search = window.location.search; var toutiao = /toutiao0/; if(toutiao.test(search)){ _taq.push({convert_id:"64330004710", event_type:"form"}) }
阅读全文
摘要:平时用的收集了几种方法 1、在head标签里添加,base最大的用处就是可以改变某一个网页默认的属性 2、Jquery 或者
阅读全文
摘要:有6个li,点击.huan的时候,前3个和后3个来回切换,隐藏显示
阅读全文