1
2
3
4
5
6
7
8
9
10
11
12
| @color: #00fff6;
| @color-highlight: #fff700;
| @color-gray: #C0C4CC;
| @color-title: white;//标题色
| @color-over: white;
| @color-tool: #C0C4CC;//工具色
| @color-shadow: #00fff6;//显示颜色
| @background-color: rgba(0, 16, 30, .7);//背景填充色
| @background-color-light: rgba(40, 50, 100, .4);//光晕
| @background-color-split: rgba(0, 255, 246, .14);//分割线
| @background-color-tools: #1A4951;//工具箱
| @border-radius: .03rem;//倒角
|
|