优化创建网站服务界面

This commit is contained in:
刘祥超
2023-03-21 16:56:45 +08:00
parent 3dc983871f
commit c83598a4f9
9 changed files with 233 additions and 183 deletions

View File

@@ -1,3 +1,31 @@
.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;
.table-box {
width: 48%;
float: left;
}
.table-box.right {
margin-left: 1em;
opacity: 0.3;
}
.table-box.right:hover {
opacity: 1.0;
}
}
}