You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
< html lang = "zh" > < head > < meta charset = "UTF-8" > < title > 南墙WAF< / title > < / head > < style > * { position : relative ; margin : 0 ; padding : 0 ; box-sizing : border-box ; } body { height : 100 vh ; display : flex ; flex-direction : column ; justify-content : center ; align-items : center ; background : linear-gradient ( to bottom right , #eedede , #cde9c2 ) ; } h1 { margin : 40 px 0 20 px ; } . message { display : flex ; flex-direction : column ; align-items : center ; } . rule { color : rgba ( 0 , 0 , 0 , 0.5 ) ; margin-top : 10 px ; font-size : 14 px ; } . lock { border-radius : 5 px ; width : 55 px ; height : 45 px ; background-color : #2bbe60 ; animation : dip 1 s ; animation-delay : 1.5 s ; } . lock :: before , . lock :: after { content : "" ; position : absolute ; border-left : 5 px solid #2bbe60 ; height : 20 px ; width : 15 px ; left : calc ( 50 % - 12.5 px ) ; } . lock :: before { top : -30 px ; border : 5 px solid #2bbe60 ; border-bottom-color : transparent ; border-radius : 15 px 15 px 0 0 ; height : 30 px ; animation : lock 2 s , spin 2 s ; } . lock :: after { top : -10 px ; border-right : 5 px solid transparent ; animation : spin 2 s ; } @ keyframes lock { 0 % { top : -45 px ; } 65 % { top : -45 px ; } 100 % { top : -30 px ; } } @ keyframes spin { 0 % { transform : scaleX ( -1 ) ; left : calc ( 50 % - 30 px ) ; } 65 % { transform : scaleX ( 1 ) ; left : calc ( 50 % - 12.5 px ) ; } } @ keyframes dip { 0 % { transform : translateY ( 0 px ) ; } 50 % { transform : translateY ( 10 px ) ; } 100 % { transform : translateY ( 0 px ) ; } } < / style > < body > < div class = "lock" > < / div > < div class = "message" > < h1 > 禁止访问< / h1 > < p > 请求存在威胁,已被南墙拦截< / p > < p class = "rule" > 规则ID: {uuwaf-rule-id}< / p > < / div > < / body > < / html >