generator-zl-fis3-less
Version:
基于 Yeoman 的 FIS3 主题模板制作框架初始化脚手架
27 lines (22 loc) • 656 B
text/less
/* 定义各区域的宽度 */
/* #wraper 为页面总容器 */
#wraper,
/* #topArea 位于header上部的最顶部区域 */
#topArea,
/* #header 为顶部放置logo的容器 */
#header,
/* #webNav 为主导航区域 */
#webNav,
/* #footer 为页面底部区域 */
#footer{width: @pageWidth;}
/* #topArea > .topAreaBar 子容器 */
.topAreaBar,
/* #webNav > .webNavBar 子容器 */
.webNavBar,
/* .logoWraper 用于存放logo的容器 */
.logoWraper,
.footerBar {width: @containerInnerWidth; margin: 0 auto;}
/* #mainContainer 主内容区域 */
#mainContainer{
width: @mainContainerInnerWidth;margin: 0 auto;
}