|
@@ -251,8 +251,8 @@ export default {
|
|
|
|
|
|
|
|
.process-content-item {
|
|
.process-content-item {
|
|
|
/* 核心:每行2个,扣除gap间距 */
|
|
/* 核心:每行2个,扣除gap间距 */
|
|
|
- width: calc(50% - 40px);
|
|
|
|
|
- height: 400px;
|
|
|
|
|
|
|
+ width: calc(50vw - 190px);
|
|
|
|
|
+ // height: 400px;
|
|
|
// background: #f0f8ff;
|
|
// background: #f0f8ff;
|
|
|
// border: 1px solid #409eff;
|
|
// border: 1px solid #409eff;
|
|
|
display: flex;
|
|
display: flex;
|
|
@@ -267,7 +267,7 @@ export default {
|
|
|
|
|
|
|
|
.pictrue {
|
|
.pictrue {
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
- height: 361px;
|
|
|
|
|
|
|
+ height: 20vw;
|
|
|
border-radius: 8px;
|
|
border-radius: 8px;
|
|
|
transition: all 0.3s ease;
|
|
transition: all 0.3s ease;
|
|
|
}
|
|
}
|
|
@@ -291,7 +291,6 @@ export default {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-
|
|
|
|
|
.time-space-operator-lib {
|
|
.time-space-operator-lib {
|
|
|
background-color: #1e407c;
|
|
background-color: #1e407c;
|
|
|
color: #fff;
|
|
color: #fff;
|