File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ permalink: /wiki/lug/services/
66
77[ LUG 网络服务总则] ( rules.md )
88
9- ## <span class =" s " >S</span > 级服务 {#s-tier}
9+ ## <span class =" s " >S</span > 级服务
10+ {: .s-sss }
1011
1112- [ 开源镜像站] ( mirrors.md ) (HTTP 访问):< https://mirrors.ustc.edu.cn >
1213- 权威 DNS:` ns-a.ustclug.org ` , ` ns-b.ustclug.org ` , ` ns-c.ustclug.org `
@@ -47,19 +48,19 @@ permalink: /wiki/lug/services/
4748
4849## 服务等级与服务标准
4950
50- - S 级:最优先保障服务可用性,24 小时故障监控,故障自动转移
51+ - {: .s-sss } < span class = " s " >S</ span > 级:最优先保障服务可用性,24 小时故障监控,故障自动转移
5152- A 级:优先保障服务可用性,24 小时故障监控,每日备份
5253- B 级:关键数据备份
5354- C 级:非保障类服务
5455- 未列入本列表的服务:实验性服务
5556
5657<style >
57- #s-tier .s {
58+ .s-sss .s {
5859 display : inline-flex ;
5960 transition : color 500ms ease-in-out ;
6061 overflow : hidden ;
6162}
62- #s-tier .s ::after {
63+ .s-sss .s ::after {
6364 content : " SS" ;
6465 color : transparent ;
6566 background : linear-gradient (to right , blueviolet 0 50% , orangered 50% 100% );
@@ -71,6 +72,6 @@ permalink: /wiki/lug/services/
7172 transform-origin : left ;
7273}
7374
74- #s-tier :hover .s { color : gold ; }
75- #s-tier :hover .s ::after { transform : scale (1 ); max-width : 2ch ; }
75+ .s-sss :hover .s { color : gold ; }
76+ .s-sss :hover .s ::after { transform : scale (1 ); max-width : 2ch ; }
7677</style >
You can’t perform that action at this time.
0 commit comments