完善套餐

This commit is contained in:
GoEdgeLab
2021-11-28 20:11:48 +08:00
parent f3b1434751
commit 956056aa3a
3 changed files with 17 additions and 4 deletions

View File

@@ -1,4 +1,9 @@
.feature-boxes .feature-box { .feature-boxes .feature-box {
margin-bottom: 0.7em; margin-bottom: 1em;
width: 24em;
float: left;
}
.feature-boxes .feature-box:hover label {
font-weight: bold;
} }
/*# sourceMappingURL=features.css.map */ /*# sourceMappingURL=features.css.map */

View File

@@ -1 +1 @@
{"version":3,"sources":["features.less"],"names":[],"mappings":"AAAA,cACC;EACC,oBAAA","file":"features.css"} {"version":3,"sources":["features.less"],"names":[],"mappings":"AAAA,cACC;EACC,kBAAA;EACA,WAAA;EACA,WAAA;;AAJF,cAOC,aAAY,MACX;EACC,iBAAA","file":"features.css"}

View File

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