单个服务里也增加国家/地区、省份封禁

This commit is contained in:
GoEdgeLab
2021-02-02 16:23:23 +08:00
parent 21570f4e42
commit 0fc9b99bf9
10 changed files with 210 additions and 11 deletions

View File

@@ -0,0 +1,16 @@
.region-letter-group .item {
padding-left: 1em !important;
padding-right: 1em !important;
}
.country-group {
padding-bottom: 1em;
}
.country-group .country-list .item {
float: left;
width: 12em;
margin-bottom: 0.5em;
}
.country-group .country-list .item .checkbox label {
font-size: 12px !important;
}
/*# sourceMappingURL=countries.css.map */