Summary of issues, constantly updated in ...

var Swiper = new new Swiper ( '.-Swiper Container' , { 
                the pagination: { 
                    EL: 'the pagination-.swiper' , 
                }, 
                Loop: to true , 
                Speed: 1000, // uniform time 
                AutoPlay: { 
                    Delay: 3000 , 
                    stopOnLastSlide: to false , 
                    disableOnInteraction: to false , 
                }, 
                the pagination: {    // click finisher
                    EL: 'the pagination-.swiper' , 
                    clickable: to true , 
                    clickableClass: 'the pagination-My-clickable' , 
                  }, 
                  ON: {// add additional, movable end solution, and finally a carousel display no need to click the problem 
                  slideChangeTransitionEnd : function () { 
                    $ (window) .pullpageImg () 
                  }, 
                } 
            });

 

 

  vue pages will not solve the problem of re-rendering 

 the this . $ forceUpdate (); // force a refresh, the page will not solve the problem of re-rendering

 

Mobile :: before and :: after end as modify the lines are not displayed on the phone problem

Rem pixel is displayed instead px normal

 

Guess you like

Origin www.cnblogs.com/wxyblog/p/11890678.html