| | |
| | | @color: #00fff6; |
| | | @color-highlight: #fff700; |
| | | @color-gray: #C0C4CC; |
| | | @color-title: white; |
| | | @color-title: white;//标题色 |
| | | @color-over: white; |
| | | @color-tool: #C0C4CC; |
| | | @color-shadow: #00fff6; |
| | | @background-color: rgba(0, 16, 30, .5); |
| | | @background-color-light: rgba(40, 50, 100, .4); |
| | | @background-color-split: rgba(0, 255, 246, .14); |
| | | @background-color-tools: #1A4951; |
| | | @border-radius: .03rem; |
| | | @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;//倒角 |