Merge branch 'feature_GLCC' of http://106.75.45.236:3000/tongChong/forgeplus-react into feature_IDE

This commit is contained in:
何童崇 2022-06-10 15:10:49 +08:00
commit 63622e2f9c
5 changed files with 2 additions and 3 deletions

View File

@ -208,7 +208,7 @@
font-size:28px;
}
.intro{
opacity:90%;
opacity:.9;
font-weight:500;
color:#ffffff;
font-size:15px;

View File

@ -8,7 +8,7 @@ let setting = {
slidesToShow: 3,
slidesToScroll: 1,
pauseOnDotsHover: true,
autoplaySpeed: 2000,
autoplaySpeed: 5000000,
centerMode: true,
centerPadding: "",
// pauseOnFocus: true,

View File

@ -3,7 +3,6 @@
height: 520px;
overflow: hidden;
.slick-track > div {
max-width: 83.3%;
position: relative;
transition: all 0.7s;
}