随笔分类 -  笔记

摘要:<style> html,body{height: 100%;margin:0;padding:0;} /*** .table和.cell都将撑满页面,cell的子元素水平垂直居中 ***/ .table{ display: table; width: 100%; height: 100%; } . 阅读全文
posted @ 2021-12-16 17:03 <_/> 阅读(198) 评论(0) 推荐(0)
摘要:在码云客户端创建项目然后在要上传的项目文件夹中右键 Git Bush Here如下 git config --global user.name "tuoni" git config --global user.email "tuoni@qq.com" git init git remote add 阅读全文
posted @ 2020-03-25 14:14 <_/> 阅读(707) 评论(0) 推荐(1)
摘要:演示地址:https://xibushijie.github.io/static/flex.html 阅读全文
posted @ 2018-06-21 14:07 <_/> 阅读(230) 评论(0) 推荐(0)
摘要:演示地址:https://xibushijie.github.io/static/ui.html 阅读全文
posted @ 2018-06-21 13:44 <_/> 阅读(382) 评论(0) 推荐(0)
摘要:var search = window.location.search; var toutiao = /toutiao0/; if(toutiao.test(search)){ _taq.push({convert_id:"64330004710", event_type:"form"}) } 阅读全文
posted @ 2017-07-31 15:08 <_/> 阅读(271) 评论(0) 推荐(0)
摘要:平时用的收集了几种方法 1、在head标签里添加,base最大的用处就是可以改变某一个网页默认的属性 2、Jquery 或者 阅读全文
posted @ 2017-07-20 11:46 <_/> 阅读(1029) 评论(0) 推荐(0)
摘要:1和2 随机出现 阅读全文
posted @ 2017-07-19 08:51 <_/> 阅读(1158) 评论(0) 推荐(0)
摘要:有6个li,点击.huan的时候,前3个和后3个来回切换,隐藏显示 阅读全文
posted @ 2017-07-14 11:10 <_/> 阅读(324) 评论(0) 推荐(0)