|
@@ -119,7 +119,7 @@ export default {
|
|
|
return {
|
|
|
active: 1,
|
|
|
guideShow: false,
|
|
|
- itemPositionInterval: 240, // 定位间隔
|
|
|
+ itemPositionInterval: 260, // 定位间隔
|
|
|
data: [],
|
|
|
};
|
|
|
},
|
|
@@ -294,7 +294,7 @@ export default {
|
|
|
li {
|
|
|
// border: 1px solid rgb(60, 206, 16);
|
|
|
background-color: #0D1943;
|
|
|
- width: 220px;
|
|
|
+ width: 24%;
|
|
|
height: 100%;
|
|
|
position: absolute;
|
|
|
transition: all 0.5s ease;
|