forked from Gitlink/forgeplus-react
Merge branch 'feature_GLCC' of http://106.75.45.236:3000/tongChong/forgeplus-react into feature_IDE
This commit is contained in:
commit
63622e2f9c
|
@ -208,7 +208,7 @@
|
|||
font-size:28px;
|
||||
}
|
||||
.intro{
|
||||
opacity:90%;
|
||||
opacity:.9;
|
||||
font-weight:500;
|
||||
color:#ffffff;
|
||||
font-size:15px;
|
||||
|
|
|
@ -8,7 +8,7 @@ let setting = {
|
|||
slidesToShow: 3,
|
||||
slidesToScroll: 1,
|
||||
pauseOnDotsHover: true,
|
||||
autoplaySpeed: 2000,
|
||||
autoplaySpeed: 5000000,
|
||||
centerMode: true,
|
||||
centerPadding: "",
|
||||
// pauseOnFocus: true,
|
|
@ -3,7 +3,6 @@
|
|||
height: 520px;
|
||||
overflow: hidden;
|
||||
.slick-track > div {
|
||||
max-width: 83.3%;
|
||||
position: relative;
|
||||
transition: all 0.7s;
|
||||
}
|
Loading…
Reference in New Issue