ソースを参照

工时管家——官网样式

ZhouRuiTing 5 年 前
コミット
178caf993f
1 ファイル変更12 行追加4 行削除
  1. 12 4
      fhKeeper/formulahousekeeper/inva_4_tivo/css/styles.css

+ 12 - 4
fhKeeper/formulahousekeeper/inva_4_tivo/css/styles.css

@@ -2051,10 +2051,11 @@ a:hover.back-to-top {
 
 	/* Pricing */
 	.cards-2 .card {
-		width: 19.375rem;
+		width: 15.375rem;
 		max-width: 100%;
-		margin-right: 1.75rem;
-		margin-left: 1.75rem;
+		/*margin-right: 1.75rem;*/
+		/*margin-left: 1.75rem;*/
+        margin: 0 0.5rem 5rem;
 	}
 
 	.cards-2 .card .card-body {
@@ -2177,7 +2178,14 @@ a:hover.back-to-top {
 }
 
 #scenes .card {
-    background-color: #f3f7fd;
+    /*background-color: #f3f7fd;*/
+    background-color: #fff;
+    padding: 2rem 0;
+    border-radius: 20px;
+}
+
+#scenes .card .card-image .img-fluid {
+    width: 4.6rem;
 }
 
 .cards-1 .scenes {