18 lines
310 B
Plaintext
Raw Normal View History

2020-07-07 08:26:17 +08:00
@bgColor: rgba(211, 211, 205, 0.3); //全局背景色
2020-07-05 09:40:54 +08:00
/**
* header 配置
*/
@topHeight: 0.4rem; //header总高度
@topPadding: 0.04rem; //header padding高度
/**
* bottom配置
*/
@bottomHeight: 0.4rem; //bottom高度
/**
* content配置
*/
2020-07-07 08:26:17 +08:00
@contentBgColor: rgb(255, 255, 255); //登录页背景色