第一次听到封装函数那节就停了,因为真的一点都不懂,然后学了一段时间再来听,有点感觉了,能听懂一点点,但是还是很吃力,·······
                
                    
                    2017-07-27
                
            处理偶数方案-左侧的数值重新计算一下
var lw = rightSlice.last().width(),
lh = rightSlice.last().height(),
oloop = Math.floor(this.posterItems.length/2);
if(this.posterItems.length%2 === 0){
lh = lh * this.setting.scaleTop;
lw = lw * this.setting.scaleTop;
}
                var lw = rightSlice.last().width(),
lh = rightSlice.last().height(),
oloop = Math.floor(this.posterItems.length/2);
if(this.posterItems.length%2 === 0){
lh = lh * this.setting.scaleTop;
lw = lw * this.setting.scaleTop;
}
                    
                    2017-07-20
                
            
                                最新回答 / 慕仰5658343
                                
                                                            没BUG,因为图片的left:0,意思是说图片是靠左边的,但是左边按钮的css z-index设置为10,把图片的左边一小部分遮住了,所以你看到的图片长度为(640-100)540px, 空白=800-100-100-540=60px,所以会出现空白区域。
                            
                        
                        2017-07-14