上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 25 下一页
摘要: var uploadPreview = function(setting) { /* *this(当前对象) */ var _self = this; /* *判断为null或者空值 */ _self.IsNull = function(value) { if (typeof (value) == 阅读全文
posted @ 2016-11-08 17:08 dongxiaolei 阅读(418) 评论(0) 推荐(0) 编辑
摘要: 无标题文档 static:对象遵循常规流。top,right,bottom,left等属性不会被应用。 relative: 对象遵循常规流,并且参照自身在常规流中的位置通过top,right,bottom,left属性进行偏移时不影响常规流中的任何元素。 absolute:对象脱离常规流,使用top,right,bottom,left等属性进行绝... 阅读全文
posted @ 2016-11-08 16:02 dongxiaolei 阅读(9345) 评论(0) 推荐(0) 编辑
摘要: /*左侧*/ .wrapper, .main { height: 100%; z-index: 9 } .main { position: relative; } .main_L { width: 238px; height: 100%; background-color: #293038; pos 阅读全文
posted @ 2016-11-07 10:00 dongxiaolei 阅读(289) 评论(0) 推荐(0) 编辑
摘要: 参考:https://segmentfault.com/a/1190000003978624 阅读全文
posted @ 2016-11-04 17:41 dongxiaolei 阅读(152) 评论(0) 推荐(0) 编辑
摘要: “-″减号是IE6专有的hack “\9″ IE6/IE7/IE8/IE9/IE10都生效 “\0″ IE8/IE9/IE10都生效,是IE8/9/10的hack “\9\0″ 只对IE9/IE10生效,是IE9/10的hack :root .rz-dropDown { height: 12px// 阅读全文
posted @ 2016-11-02 14:32 dongxiaolei 阅读(314) 评论(0) 推荐(0) 编辑
摘要: /*! * Bootstrap v3.3.5 (http://getbootstrap.com) * Copyright 2011-2015 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/mast 阅读全文
posted @ 2016-10-28 16:46 dongxiaolei 阅读(1021) 评论(0) 推荐(1) 编辑
摘要: @media screen and (max-width: 320px) { } @media screen and (min-width: 321px) and (max-width: 374px) { } @media screen and (min-width: 375px) and (max-width: 413px) { } @media screen and (min-width: ... 阅读全文
posted @ 2016-10-18 11:26 dongxiaolei 阅读(293) 评论(0) 推荐(0) 编辑
摘要: Bootstrap轮播 &l... 阅读全文
posted @ 2016-10-14 14:58 dongxiaolei 阅读(1653) 评论(0) 推荐(0) 编辑
摘要: /*公共样式--开始*/ html, body, blockquote, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, a, img, label, input, legend, li, ol, p, pre, td, 阅读全文
posted @ 2016-10-13 10:32 dongxiaolei 阅读(24614) 评论(0) 推荐(1) 编辑
摘要: 一级菜单 二级菜单 按钮 源代码备案 订单管理 修改 关闭订单 ... 阅读全文
posted @ 2016-10-13 10:30 dongxiaolei 阅读(685) 评论(0) 推荐(0) 编辑
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 25 下一页