tanxue il y a 1 semaine
Parent
commit
17dff1f34f

+ 27 - 3
assets/scss/cus-client/cus-client-common.scss

@@ -132,8 +132,6 @@ h1,h2,h3,h4,h5,h6,p{font-weight:normal;margin: 0;}
   font-family: "Helvetica Neue", Helvetica, Arial, "微软雅黑", sans-serif;
   color: #2C3E50;
   min-width: 1240px;
-  // head移动端响应式
-  @media (max-width: 768px){min-width: unset;}
 }
 
 /* 饿了么右侧生成的间距 */
@@ -280,10 +278,28 @@ h1,h2,h3,h4,h5,h6,p{font-weight:normal;margin: 0;}
   // 内容区域
   .products-services-content{float: right;}
 }
-
 /*  一行中内容逆向显示 */
 .website-row-reverse{flex-direction: row-reverse;}
 
+// 产品体验
+.client-cpty-box {
+  display: flex;flex-wrap: wrap;justify-content: space-between;margin: 32px 0 46px;cursor: pointer;
+  // 产品体验
+  .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);}
+}
+
 /* 网站分页 */
 .client-el-pagination{
   text-align: center;margin-top: 36px;
@@ -336,6 +352,14 @@ h1,h2,h3,h4,h5,h6,p{font-weight:normal;margin: 0;}
     background-color: #1c9373;color: #fff;
     .el-dialog__title,.el-dialog__headerbtn .el-dialog__close{color: #fff;}
   }
+  .el-form-item{
+    margin-bottom: 16px;
+    .el-form-item__label{line-height: 30px}
+  }
+  .cpty-submit-btn{
+    margin: 30px auto 0;background-color: #1c9373;text-align: center;font-size: 16px;
+    width: 120px;height:40px;line-height:40px;color: #fff;border-radius: 4px;
+  }
 }
 /* 网站通用弹窗-申请方案 */
 .application-scheme-dialog{

+ 12 - 17
assets/scss/cus-client/cus-client-page.scss

@@ -82,23 +82,6 @@
 
   /********  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;cursor: pointer;}
-
-    // 产品体验
-    .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;background-size: cover;background-repeat: no-repeat;
@@ -172,6 +155,18 @@
     }
   }
 
+  /********  describe: 关于我们  author: TX  date:2026-01-05  ********/
+  .client-gywm-page{
+    .wywm-cpty-box{justify-content: space-evenly;}
+    // 功能强大的家政管理系统
+    .lxwm-box{
+      width: 100%;height: 550px;background-position: center;background-size: cover;background-repeat: no-repeat;
+      padding: 0 0 36px;
+      .lxwm-box-text{
+        color: #333;font-size: 20px;line-height: 1.8;margin-top: 24px;
+      }
+    }
+  }
 
   /********  describe: 培训平台--图片(和考试默认图片不同) author: TX  date:2020-08-14  ********/
   .client-train-page{