|
|
@@ -27,6 +27,8 @@ export default {
|
|
|
align: [],
|
|
|
carousel: 'page',
|
|
|
hoverPause: true,
|
|
|
+ // 添加等待时间确保高度计算正确
|
|
|
+ waitTime: 10000
|
|
|
},
|
|
|
timing:null,
|
|
|
}
|
|
|
@@ -106,7 +108,7 @@ $box-width: 100%;
|
|
|
}
|
|
|
.text {
|
|
|
color: #c3cbde;
|
|
|
- font-size: 33px;
|
|
|
+ font-size: 50px;
|
|
|
}
|
|
|
.body-box {
|
|
|
border-radius: 10px;
|
|
|
@@ -119,7 +121,7 @@ $box-width: 100%;
|
|
|
}
|
|
|
.rows {
|
|
|
.row-item {
|
|
|
- font-size: 20px !important;
|
|
|
+ font-size: 26px !important;
|
|
|
// color: #c3cbde !important;
|
|
|
}
|
|
|
}
|