/********************************************
  * 
  * 文件注释，说明文件名称和文件所包含内容 
  * @file resetShelf.css
  * @author shangwenhe
  * @create time 2015年06月02日11:23 
  * @version {版本信息}  v0.0.1
  *
  * ////////////////////////////////////////
  *
  * @describe  描述文件 
  * @Modification time
  *
************************************************/

body {
    background-color: #f5f5f5;
}
body,
a {
    text-decoration: none;
    font-family: '\5FAE\8F6F\96C5\9ED1', '\5B8B\4F53', Arial, sans-serif;
    color: #666;
    font-size: 12px;
}


// 容器的宽度
.responsive(@cl, @w, @padding) {
    @{cl} {
        #content {
            width: @w;
            margin: 0 auto;
            .mod-shelf{
                padding: @padding ;
            }
        }
    }
}
.responsive(~'', 1235px,~'0');
.responsive(~'.w1235', 1235px,~'0');
.responsive(~'.w1024', 1000px,~'0');
