Skip to content

Commit 382a6d1

Browse files
committed
更新1.2版本
1 parent 110c121 commit 382a6d1

7 files changed

Lines changed: 884 additions & 176 deletions

File tree

css/changer.css

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<!-- 关键字 -->
2+
#k{
3+
color: #8B1C62;
4+
font-weight:bold;
5+
}
6+
<!-- 全局变量 -->
7+
#g{
8+
color: #0000FF;
9+
}
10+
<!-- 方局部变量 -->
11+
#f{
12+
color: #8B5742;
13+
}
14+
<!-- 字符串 -->
15+
#s{
16+
color: #436EEE;
17+
}
18+
<!-- 注解 -->
19+
#a{
20+
color: #828282;
21+
}
22+
<!-- 绿色注释 -->
23+
#n-g{
24+
color: #3CB371;
25+
}
26+
<!-- 蓝色注释 -->
27+
#n-b{
28+
color: #8470FF;
29+
}

0 commit comments

Comments
 (0)