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