html,body { background-color:$bodyBgColor$; }
body { background-image:$bodyBgImg$; background-position:$pos$; background-repeat:$repeat$; }
#ns_Wrapper { background-color:$WrapperBgColor$; }
#ns_Wrapper { background-image:$WrapperBgImg$; background-position:$pos$; background-repeat:$repeat$; background-size:$size$; }
#ns_Wrapper { width:$WrapperWidth$; }
@media screen and (max-width:990px) {
#ns_Wrapper { width:100% }
}
#ns_Wrapper { height:$WrapperHeight$; }
a { color:$aColor$; }
a:hover { color:$ahColor$; }
#id_CtrlBtn { display:$CtrlBtnDisp$; }
.TopMenuJoinPanel { display:$CtrlJoinPanelDisp$; }
.TopMenuSearch { display:$CtrlSearchDisp$; }
#ns_Copyright { width:$CopyrightW$; }
@media screen and (max-width:990px) {
#ns_Copyright { width:100%; }
}
#ns_Copyright { background-image:$CopyrightImg$; background-position:$pos$; background-repeat:$repeat$; }
#ns_Main { width:$MainWidth$; }
#ns_Main { height:$MainHeight$; }
#ns_Main5 { background-color:$MainBgColor$; }
#ns_Main5 { background-image:$MainImg$; background-position:$pos$; background-repeat:$repeat$; }
資料載入中...