|
|
@@ -251,7 +251,7 @@ export default {
|
|
|
|
|
|
.process-content-item {
|
|
|
/* 核心:每行2个,扣除gap间距 */
|
|
|
- width: calc(50vw - 190px);
|
|
|
+ width: calc(50% - 38px);
|
|
|
// height: 400px;
|
|
|
// background: #f0f8ff;
|
|
|
// border: 1px solid #409eff;
|
|
|
@@ -267,7 +267,7 @@ export default {
|
|
|
|
|
|
.pictrue {
|
|
|
width: 100%;
|
|
|
- height: 20vw;
|
|
|
+ aspect-ratio: 1920 / 900;
|
|
|
border-radius: 8px;
|
|
|
transition: all 0.3s ease;
|
|
|
}
|