幻灯片从右到左

时间:2019-03-12 11:02:34

标签: javascript jquery html css

我在此链接中看到了这个问题,请访问它以了解我的意思:slide right to left-就像我的问题一样,但是我想通过单击“自动”来实现。

我的意思是拉下一项。我希望你明白我的意思。我使用Google翻译。因为我不太会英文。谢谢


这些是我的代码:

<div class="row">
                <div class="col-lg-4 col-md-4">
                    <div class="more-inf-items ">
                        <div class="body-find-more-img">
                            <img src="../../Images/conferenceImage.png" />
                        </div>
                        <div>
                            <div class="body-find-more-titile">
                                <h3>Confrance</h3>
                            </div>
                            <div class="body-find-more-decoration">
                                <blockquote>
                                    Browsers generally render blockquote text as indented text. If your
                                    quoted text needs to display within a non-quoted paragraph, you should use the
                                    Browsers generally render blockquote text as indented text. If your
                                    quoted text needs to display within a non-quoted paragraph, you should use the
                                    Browsers generally render blockquote text as indented text. If your

                                </blockquote>
                            </div>
                        </div>
                    </div>
                </div>
                <div class="col-lg-4 col-md-4">
                    <div class="more-inf-items ">
                        <div class="body-find-more-img">
                            <img src="../../Images/how-get-girl-interested-men-facts.png" />
                        </div>
                        <div>
                            <div class="body-find-more-titile">
                                <h3>Dating</h3>
                            </div>
                            <div class="body-find-more-decoration">
                                <blockquote>
                                    Browsers generally render blockquote text as indented text. If your
                                    quoted text needs to display within a non-quoted paragraph, you should use the
                                    Browsers generally render blockquote text as indented text. If your
                                    quoted text needs to display within a non-quoted paragraph, you should use the

                                </blockquote>
                            </div>
                        </div>
                    </div>
                </div>
                <div class="col-lg-4 col-md-4">
                    <div class="more-inf-items">
                        <div class="body-find-more-img">
                            <img src="../../Images/preview.png" />
                        </div>
                        <div>
                            <div class="body-find-more-titile">
                                <h3>Dating</h3>
                            </div>
                            <div class="body-find-more-decoration">
                                <blockquote>
                                    Browsers generally render blockquote text as indented text. If your
                                    quoted text needs to display within a non-quoted paragraph, you should use the
                                    Browsers generally render blockquote text as indented text. If your
                                    quoted text needs to display within a non-quoted paragraph, you should use the
                                    Browsers generally render blockquote text as indented text. If your

                                </blockquote>
                            </div>
                        </div>
                    </div>
                </div>
            </div>

在我的代码中,我想this action进行3项操作,但是需要单击。

0 个答案:

没有答案
相关问题