会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
面包_girl
记录各种小技能,知识点:https://huangmin1992.github.io/myBlog
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
5
6
7
8
9
10
11
下一页
2017年11月23日
css3 曲线阴影,翘边阴影
摘要: box-shadow box-shadow曲线阴影 box-shadow翘边阴影
阅读全文
posted @ 2017-11-23 10:05 面包_girl
阅读(403)
评论(0)
推荐(0)
2017年11月22日
css3 自定义滚动条样式
摘要: ::-webkit-scrollbar :滚动条整体部分 ::-webkit-scrollbar-thumb :滚动条里面的小方块样式 ::-webkit-scrollbar-track 滚动条的轨道 ::-webkit-scrollbar-button 滚动条轨道两端的小按钮,允许通过点击微调小方
阅读全文
posted @ 2017-11-22 10:36 面包_girl
阅读(175)
评论(0)
推荐(0)
2017年9月29日
react轮播图----react-slick
摘要: 1.安装 npm install react-slick; //安装样式 npm install slick carousel; 再在App.css中引入 @import "~slick-carousel/slick/slick.css"; @import "~slick-carousel/slic
阅读全文
posted @ 2017-09-29 10:00 面包_girl
阅读(7894)
评论(0)
推荐(0)
2017年9月18日
react-学习笔记
摘要: 1.安装命令: npm install -g create-react-app create-ract-app projectName cd projectName npm start; 2.安装react-router npm isntall -S react-router //引入 import
阅读全文
posted @ 2017-09-18 11:11 面包_girl
阅读(212)
评论(0)
推荐(0)
2017年9月13日
js-DOM事件
摘要: var EventUtil = { addHandler:function(elm,type,handler){//添加事件 if(elm.addEventListener){ elm.addEventListener(type,handler,false); }else if(elm.attachEvent){ ...
阅读全文
posted @ 2017-09-13 22:18 面包_girl
阅读(160)
评论(0)
推荐(0)
微信video最上层解决问题
摘要: /* http://blog.csdn.net/kepoon/article/details/53608190 */ //x5-video-player-type="h5" x5-video-player-fullscreen="true" <video id="video" src="http:/
阅读全文
posted @ 2017-09-13 16:23 面包_girl
阅读(865)
评论(0)
推荐(0)
移动端--判断横竖屏
摘要: (function(){ var supportOrientation = (typeof window.orientation === 'number' && typeof window.onorientationchange === 'object'); var init = function(){ var htmlNode = document.body.parentNode, orien...
阅读全文
posted @ 2017-09-13 16:21 面包_girl
阅读(187)
评论(0)
推荐(0)
css 样式 记录
摘要: /* Track */::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); -webkit-border-radius: 5px; border-radius: 5px;} /* Handle *
阅读全文
posted @ 2017-09-13 16:15 面包_girl
阅读(252)
评论(0)
推荐(0)
js无缝滚动
摘要: //$('.news-list').width($('.nw-wraper').width()); var timer = null, $newBox = $('.nw-box'),//元素盒子 $items = $newBox.children(),//子元素 $pre = $('.news-prev'), $next = $('.news-next'), ...
阅读全文
posted @ 2017-09-13 16:14 面包_girl
阅读(145)
评论(0)
推荐(0)
2017年9月8日
微信浏览器安卓手机video浮在最上层问题
摘要: /* http://blog.csdn.net/kepoon/article/details/53608190 */ //x5-video-player-type="h5" x5-video-player-fullscreen="true" <video id="video" src="http:/
阅读全文
posted @ 2017-09-08 08:58 面包_girl
阅读(2068)
评论(0)
推荐(0)
上一页
1
···
5
6
7
8
9
10
11
下一页
公告
/* 鼠标点击文字特效 */