一.HTML 商品1 @RenderBody() 二.CSS/*瀑布流浏览方式*/.main{ width: 720px; height:auto; border: 1px solid #cccccc; margin-left: 12px;...
分类:
其他好文 时间:
2014-07-08 00:09:24
阅读次数:
319
###[Github pages 博文](http://magicdawn.github.io/2014/06/28/css-chediyanjiu-2/)#一 . CSS盒模型##1.盒子的结构margin-border-padding结构 + 内容content 组成盒模型注意1. width,...
分类:
Web程序 时间:
2014-07-07 19:50:55
阅读次数:
227
;(function ($) { $.fn.extend({ 'nav' : function (color) { $(this).find('.nav').css({ 'list-style' : 'none', 'margin' : 0, 'padding' : 0, ...
分类:
其他好文 时间:
2014-07-07 12:26:05
阅读次数:
284
@CHARSET "UTF_8";*{padding:0;margin:0}margin是外边距 padding是内边距 意思就是 外边距=0 内边距=0border:2px solid#ccc;画一个边框,边线宽为2个像素 实线 颜色为#margin-left10px;是只限制和左边的距离marg...
分类:
Web程序 时间:
2014-07-02 22:53:16
阅读次数:
224
通用属性:
labelSeparator:''//表示fieldLabel后不会显示冒号“:”
readOnly:true//只读
focusCls: 'txtHalfInput'//有焦点时的样式
maxLength:3, enforceMaxLength:true//输入位数check
fieldStyle: 'margin-top:3px;'...
分类:
Web程序 时间:
2014-07-02 15:29:15
阅读次数:
260
css3 box-sizing属性box-sizing属性可以为三个值之一:content-box(default),border-box,padding-box。content-box,border和padding不计算入width之内padding-box,padding计算入width内bor...
分类:
Web程序 时间:
2014-07-02 10:36:59
阅读次数:
171
利用负边距方法,绝对定位使容器相对屏幕绝对居中,此时的被嵌套容器只能为绝对大小。(标准)根据margin负值和top left的比例控制,实现随屏幕绝对居中,容器大小改变需要重新调整margin top left的参数:
分类:
Web程序 时间:
2014-07-01 22:17:23
阅读次数:
280
设置此属性值为 absolute 会将对象拖离出正常的文档流绝对定位而不考虑它周围内容的布局。假如其他具有不同 z-index 属性的对象已经占据了给定的位置,他们之间不会相互影响,而会在同一位置层叠。此时对象不具有外补丁( margin ),但仍有内补丁( padding )和边框( border...
分类:
Web程序 时间:
2014-07-01 18:55:36
阅读次数:
296
直接上代码
ZeroClipboard Test
.line {
margin-bottom: 20px;
}
/* 复制提示 */
.copy-tips {
position: fixed;
z-index: 9999;
bottom: 50%;
left: 50%;
margin: 0 0 -20px -80px;
background-color: rgba(0,...
分类:
其他好文 时间:
2014-07-01 07:04:53
阅读次数:
245
直接上代码
ZeroClipboard Test
.line {
margin-bottom: 20px;
}
/* 复制提示 */
.copy-tips {
position: fixed;
z-index: 9999;
bottom: 50%;
left: 50%;
margin: 0 0 -20px -80px;
background-color: rgba(0,...
分类:
其他好文 时间:
2014-06-30 17:42:43
阅读次数:
318