|
@@ -495,12 +495,12 @@ export default {
|
|
|
position: relative;
|
|
position: relative;
|
|
|
z-index: 1;
|
|
z-index: 1;
|
|
|
display: flex;
|
|
display: flex;
|
|
|
- flex: 0 0 52%;
|
|
|
|
|
|
|
+ flex: 0 0 60%;
|
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
|
align-items: end;
|
|
align-items: end;
|
|
|
justify-content: center;
|
|
justify-content: center;
|
|
|
- width: 52%;
|
|
|
|
|
- padding: 40px 55px;
|
|
|
|
|
|
|
+ width: 60%;
|
|
|
|
|
+ padding: 40px 75px 40px 55px;
|
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -750,8 +750,8 @@ export default {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.flow-card {
|
|
.flow-card {
|
|
|
- min-width: 80px;
|
|
|
|
|
- padding: 10px 12px;
|
|
|
|
|
|
|
+ min-width: 76px;
|
|
|
|
|
+ padding: 8px 10px;
|
|
|
margin-top: 14px;
|
|
margin-top: 14px;
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
cursor: default;
|
|
cursor: default;
|
|
@@ -774,8 +774,7 @@ export default {
|
|
|
|
|
|
|
|
.flow-card .fc-icon {
|
|
.flow-card .fc-icon {
|
|
|
display: block;
|
|
display: block;
|
|
|
- margin-bottom: 4px;
|
|
|
|
|
- font-size: 22px;
|
|
|
|
|
|
|
+ font-size: 18px;
|
|
|
transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
|
|
transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -784,8 +783,8 @@ export default {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.flow-card .fc-icon svg {
|
|
.flow-card .fc-icon svg {
|
|
|
- width: 22px;
|
|
|
|
|
- height: 22px;
|
|
|
|
|
|
|
+ width: 18px;
|
|
|
|
|
+ height: 18px;
|
|
|
stroke-linecap: round;
|
|
stroke-linecap: round;
|
|
|
stroke-linejoin: round;
|
|
stroke-linejoin: round;
|
|
|
stroke-width: 1.8;
|
|
stroke-width: 1.8;
|
|
@@ -909,11 +908,11 @@ export default {
|
|
|
position: relative;
|
|
position: relative;
|
|
|
z-index: 1;
|
|
z-index: 1;
|
|
|
display: flex;
|
|
display: flex;
|
|
|
- flex: 0 0 48%;
|
|
|
|
|
|
|
+ flex: 0 0 40%;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
- justify-content: center;
|
|
|
|
|
- width: 48%;
|
|
|
|
|
- padding: 40px;
|
|
|
|
|
|
|
+ justify-content: start;
|
|
|
|
|
+ width: 40%;
|
|
|
|
|
+ padding: 40px 40px 40px 80px;
|
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
|
}
|
|
}
|
|
|
|
|
|