2020-04-04 22:22:40 +08:00
<!DOCTYPE html> < html lang = en > < head > < meta charset = utf-8 > < meta http-equiv = X-UA-Compatible content = "IE=edge" > < meta name = viewport content = "user-scalable=no,initial-scale=1,maximum-scale=1,minimum-scale=1,width=device-width" > < link rel = icon href = /any-rule/favicon.ico > < link rel = manifest href = /any-rule/manifest.json > < title > 正则大全< / title > < script > v a r _ h m t = _ h m t | | [ ] ;
2019-06-28 09:15:51 +08:00
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?0a8aba0d0567d5e3b7fa2c9eac9d781f";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
2020-04-04 22:22:40 +08:00
})();< / script > < style > : r o o t {
2019-08-09 23:08:04 +08:00
--primary: #42b983;
}
2020-04-04 22:22:40 +08:00
2019-08-09 23:08:04 +08:00
* {
2019-06-25 16:30:33 +08:00
padding: 0;
margin: 0;
box-sizing: border-box;
}
2019-06-25 16:57:06 +08:00
2019-06-28 09:15:51 +08:00
body {
overflow-x: hidden;
overflow-y: scroll;
2019-06-25 16:57:06 +08:00
}
2019-06-28 09:15:51 +08:00
a {
text-decoration: none;
}
2019-06-25 16:57:06 +08:00
input {
outline: none;
border: 0 none;
2019-06-25 16:30:33 +08:00
}
li {
list-style-type: none;
2019-07-05 22:38:59 +08:00
}
2020-04-04 22:22:40 +08:00
@keyframes rotate {
from {
2019-07-05 22:38:59 +08:00
transform: rotate(0);
}
2020-04-04 22:22:40 +08:00
to {
2019-07-05 22:38:59 +08:00
transform: rotate(360deg);
}
}
2020-04-04 22:22:40 +08:00
.loading {
2019-07-05 22:38:59 +08:00
animation: rotate 1s infinite linear;
2020-04-04 22:22:40 +08:00
margin: 0;
padding: 0;
2019-07-05 22:38:59 +08:00
position: fixed;
2020-04-04 22:22:40 +08:00
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
2019-07-05 22:38:59 +08:00
display: block;
2020-04-04 22:22:40 +08:00
width: 100px;
height: 100px;
border: 0 solid #42b983;
2019-07-05 22:38:59 +08:00
border-right-width: 4px;
border-radius: 50%;
2021-10-01 20:26:45 +08:00
}< / style > < link href = /any-rule/css/app.c887a32f.css rel = preload as = style > < link href = /any-rule/js/app.f5ec3ac1.js rel = preload as = script > < link href = /any-rule/js/chunk-vendors.3182494a.js rel = preload as = script > < link href = /any-rule/css/app.c887a32f.css rel = stylesheet > < / head > < body > < noscript > < strong > We're sorry but any-rule doesn't work properly without JavaScript enabled. Please enable it to continue.< / strong > < / noscript > < div id = app > < i class = loading > < / i > < / div > < script src = /any-rule/js/chunk-vendors.3182494a.js > < / script > < script src = /any-rule/js/app.f5ec3ac1.js > < / script > < / body > < / html >