优化创建网站服务界面

This commit is contained in:
GoEdgeLab
2023-03-21 16:56:45 +08:00
parent ff9f9181b6
commit 0d84be3f63
9 changed files with 233 additions and 183 deletions

View File

@@ -1,4 +1,25 @@
.label em {
font-style: italic !important;
}
.checkboxes .checkbox {
float: left;
margin-bottom: 1em;
margin-right: 1em;
}
@media screen and (min-width: 1024px) {
.tables-box {
width: 1024px;
}
.tables-box .table-box {
width: 48%;
float: left;
}
.tables-box .table-box.right {
margin-left: 1em;
opacity: 0.3;
}
.tables-box .table-box.right:hover {
opacity: 1;
}
}
/*# sourceMappingURL=create.css.map */