|
@@ -1057,7 +1057,11 @@
|
|
|
}
|
|
|
|
|
|
.ent-service-module .service-desc-card {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ justify-content: space-between;
|
|
|
width: 288px;
|
|
|
+ height: 314px;
|
|
|
}
|
|
|
.ent-service-module .service-desc-header {
|
|
|
padding: 0 20px;
|
|
@@ -1065,21 +1069,22 @@
|
|
|
}
|
|
|
.ent-service-module .service-desc-main {
|
|
|
padding: 0 20px;
|
|
|
+ flex: 1;
|
|
|
}
|
|
|
.ent-service-module .service-desc-text {
|
|
|
- margin-bottom: 26px;
|
|
|
+ margin-bottom: 12px;
|
|
|
color: #686868;
|
|
|
font-size: 12px;
|
|
|
line-height: 22px;
|
|
|
}
|
|
|
.ent-service-module .service-desc-list li:not(:first-of-type) {
|
|
|
- margin-top: 12px;
|
|
|
+ margin-top: 10px;
|
|
|
}
|
|
|
.ent-service-module .service-desc-list li {
|
|
|
width: 100%;
|
|
|
}
|
|
|
.ent-service-module .service-desc-footer {
|
|
|
- margin-top: 24px;
|
|
|
+ /* margin-top: 24px; */
|
|
|
}
|
|
|
|
|
|
/* data-service-module */
|