|
|
@@ -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{
|