CSS代码配置
css选择器在一行显示
让选择器在一行显示,ctrl + s保存不换行
.li, .ai {
color: #e5eefb;
}① 点击设置 → 命令面板,输入下列代码回车:
// Windows
%APPDATA%\Code\User\settings.json
// Mac
$HOME/Library/Application Support/Code/User/settings.json
// Linux
$HOME/.config/Code/User/settings.json② 这会打开一个settings.json文件,如果不存在,会创建并打开。
// CSS 特定格式化设置
"[css]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "vscode.css-language-features"
},
// CSS 格式化细节
"css.format.enable": true,
"css.format.newlineBetweenSelectors": false,
"css.format.newlineBetweenRules": true,
"css.format.spaceAroundSelectorSeparator": true③ 重启。
| 科目 | 每天 | 每月 | 合计 | 有效用时 |
| 内挂、外挂、点剑 | 100 | 3000 | 12000 | 18h |
| 外撩、内撩剑 | 100 | 3000 | 12000 | 16h |
| 刺剑 | 100 | 3000 | 12000 | 15h |
| 崩剑 | 100 | 3000 | 12000 | 15h |
| 背剑花 | 100 | 3000 | 12000 | 17h |
| 云剑 | 100 | 3000 | 12000 | 16h |
| 提膝 | 20秒/40组 | 20秒/1200组 | 4800组 | 26.6 |
| 扎马步 | 30秒/30组 | 20秒/900组 | 3600组 | 20h |
| 靠墙马步 | 30秒/30组 | 20秒/900组 | 3600组 | 20h |
| 第一段 | 12组 | 360组 | 1440组 | 130h |
| 第二段 | 12组 | 360组 | 1440组 | 110h |
| 第三段 | 12组 | 360组 | 1440组 | 120h |
| 第四段 | 12组 | 360组 | 1440组 | 110h |
作者:霍欣标,如若转载,请注明出处:https://www.bigengwu.cn/shu/320.html