style.css

来自「遗传算法,Flex做的算法.比较能够说明算法的精确性」· CSS 代码 · 共 15 行

CSS
15
字号
/* CSS file */
Application {
   backgroundGradientColors: #00afb6, #00d7ff;
   themeColor: #0057ff;
}

Panel {
   borderThicknessLeft: 10;
   borderThicknessTop: 0;
   borderThicknessBottom: 10;
   borderThicknessRight: 10;
   roundedBottomCorners: true;
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?