﻿// 在文件头部先书写需要使用的变量，否则less编译时会报变量undefined的错误
@color-base: #ffffff;
@theme-background-image: url(about:blank;);
body {
    background: @theme-bg-img @color-base @theme-bg-x -@title-bar-height no-repeat;
}