Prechádzať zdrojové kódy

更新服務流程 css

syuanyuri 3 rokov pred
rodič
commit
ce525557e6
1 zmenil súbory, kde vykonal 74 pridanie a 15 odobranie
  1. 74 15
      themes/hugo-lamp/static/css/chuz.css

+ 74 - 15
themes/hugo-lamp/static/css/chuz.css

@@ -2851,21 +2851,6 @@ section-style .sub-title,
   font-weight: bold;
 }
 
-/* .section25 .title-box {
-  padding: 0 20px;
-  font-size: 1.1rem;
-  padding-bottom: 5px;
-  color: #78ad42;
-  font-weight: bold;
-} */
-
-/* .section25 .title-box div {
-  display: inline;
-  padding-bottom: 25px;
-  margin-bottom: 40px;
-  border-bottom: 2px solid;
-} */
-
 .section25 .title-box a {
   padding: 5px 8px;
   color: #78ad42;
@@ -3328,6 +3313,80 @@ section-style .sub-title,
   }
 }
 
+.section25 #container-1 {
+  padding-top: 100px;
+  height: 850px;
+}
+
+.section25 #container-4 {
+  height: 650px;
+}
+
+.section25 #container-5 {
+  height: 1050px;
+}
+
+.section25 #container-1,
+.section25 #container-2,
+.section25 #container-3,
+.section25 #container-4,
+.section25 #container-5 {
+  margin-bottom: 12rem;
+}
+
+@media (max-width: 992px) {
+  .section25 #container-1 {
+    height: 950px;
+  }
+}
+
+@media (max-width: 767px) {
+  .section25 #container-1 {
+    height: 1750px;
+  }
+
+  .section25 #container-4 {
+    height: 1100px;
+  }
+
+  .section25 #container-5 {
+    height: 1450px;
+  }
+
+  .section25 #container-1,
+  .section25 #container-2,
+  .section25 #container-3,
+  .section25 #container-4,
+  .section25 #container-5 {
+    margin-bottom: 8rem;
+  }
+
+}
+
+@media (max-width: 480px) {
+  .section25 #container-1 {
+    height: 1850px;
+  }
+
+  .section25 #container-4 {
+    height: 1200px;
+  }
+
+  .section25 #container-5 {
+    height: 1520px;
+  }
+}
+
+@media (max-width: 376px) {
+  .section25 #container-1 {
+    height: 1950px;
+  }
+
+  .section25 #container-5 {
+    height: 1600px;
+  }
+}
+
 .section26 {
   background-color: #f1f1f1;
 }