_variable.scss 395 Bytes
/*
 * @description: variable
 * @author: chenglong.wang@yoho.cn
 * @date: 2015/4/16
 */

//browser-support
$supported-browsers: (safari);

//background-color
$color-footer: #f5f5f5;
$color-background: #fff;

//font
$font-color: #000;
$font-size: 62.5%;
$font-default: "STHeiti","Helvetica","Arial";

//layout
$layout-width: 320px;

//footer
$footer-width: $layout-width;
$footer-height: 230px;