优化创建网站服务界面

This commit is contained in:
GoEdgeLab
2023-03-22 17:52:22 +08:00
parent 0d84be3f63
commit 68b598d921
6 changed files with 25 additions and 13 deletions

View File

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