Bladeren bron

诚祥网站开发

tanxue 1 week geleden
bovenliggende
commit
f1de9b3994
2 gewijzigde bestanden met toevoegingen van 36 en 1 verwijderingen
  1. 5 0
      assets/scss/cus-client/cus-client-common.scss
  2. 31 1
      assets/scss/cus-client/cus-client-page.scss

+ 5 - 0
assets/scss/cus-client/cus-client-common.scss

@@ -237,6 +237,11 @@ h1,h2,h3,h4,h5,h6,p{font-weight:normal;margin: 0;}
 }
 .free-trial-default-btn:hover{cursor: pointer;}
 
+/* 网站底部banner */
+.client-banner-box{
+  width: 100%;height: 550px;background-color:#fff;background-position: center;background-repeat: no-repeat;
+}
+
   /* 网站底部footer */
 .client-footer{
   background: #0e7a5a;@include setFontStyle(-6);color: #b8e9e1;padding-top: 42px;

+ 31 - 1
assets/scss/cus-client/cus-client-page.scss

@@ -2,7 +2,7 @@
 @import "cus-client-common";
 
 @mixin setClientPage() {
-  /********  describe: 网站首页  author: TX  date:2020-07-30  ********/
+  /********  describe: 网站首页  author: TX  date:2026-01-04  ********/
   .client-index-page{
      width: 100%;
     /* 网站banner */
@@ -79,6 +79,36 @@
 
  }
 
+  /********  describe: 产品与服务  author: TX  date:2026-01-04  ********/
+  .client-cpyfw-page{
+    .cpty-box {
+      display: flex;flex-wrap: wrap;justify-content: space-between;margin: 32px 0 46px;
+    }
+
+    // 产品体验
+    .cpty-card-box {
+      width: 300px;text-align: center;background-color: white;border-radius: 12px;
+      padding: 25px 25px 52px;box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
+      transition: transform 0.3s ease, box-shadow 0.2s ease;
+      img{width: 180px;height: 180px}
+      .title {font-size: 24px;color: #333;margin-bottom: 10px;position: relative;margin-top: 16px;}
+      .title::after {
+        content: '';position: absolute;bottom: -10px;left: 50%;
+        transform: translateX(-50%);width: 60px;height: 3px;background-color: #21a38d;
+      }
+      .desc {font-size: 14px;color: #666;line-height: 1;margin-top: 24px;}
+    }
+    .cpty-card-box:hover {transform: translateY(-5px);box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);}
+
+    // 功能强大的家政管理系统
+    .jzgl-box{
+      width: 100%;height: 360px;background-position: center;
+      .jzgl-box-text{
+        width: 1000px;margin: 0 auto;
+        color: #333;font-size: 20px;line-height: 2;text-align: center;margin-top: 46px;
+      }
+    }
+  }
 
   /********  describe: 培训平台--图片(和考试默认图片不同) author: TX  date:2020-08-14  ********/
   .client-train-page{