优化创建网站服务界面

This commit is contained in:
刘祥超
2023-03-22 17:52:22 +08:00
parent c83598a4f9
commit bfd5517c6c
6 changed files with 25 additions and 13 deletions

View File

@@ -1,3 +1,9 @@
.tables-box {
.table-box {
margin-top: 0;
}
}
.label em {
font-style: italic !important;
}
@@ -14,13 +20,15 @@
.tables-box {
width: 1024px;
.table-box {
width: 48%;
.table-box.left {
width: 55%;
float: left;
}
.table-box.right {
margin-left: 1em;
width: 40%;
float: left;
margin-left: 2em;
opacity: 0.3;
}