完善套餐

This commit is contained in:
刘祥超
2021-11-28 20:11:48 +08:00
parent 103a8eb092
commit 9707360948
3 changed files with 17 additions and 4 deletions

View File

@@ -1,5 +1,13 @@
.feature-boxes {
.feature-box {
margin-bottom: 0.7em;
margin-bottom: 1em;
width: 24em;
float: left;
}
}
.feature-box:hover {
label {
font-weight: bold;
}
}
}