不对,应该把photo_back和photo_front都删除掉,而且在下面重新加上photo_front,如果居中显示的图片是反面的时候点击另外一张图,必须把这张图的photo_front保留并将photo_back消去
2017-04-16
1..photo .photo-wrap应该加入{
transform-origin: 0% 50% ;
}改为
1..photo .photo-wrap应该加入{
transform-origin: 50% 0 ;
}
x y轴搞反了背面绝对定位出去了
transform-origin: 0% 50% ;
}改为
1..photo .photo-wrap应该加入{
transform-origin: 50% 0 ;
}
x y轴搞反了背面绝对定位出去了
2017-04-12