1.div 绝对居中
{
width:xxpx;
height: xxpx;
position: absolute;top: 50%;
left: 50%;transform: translate(-50%,-50%);
}
2.angular zg-zoor 遇到的坑:angular必须与对应版本的 zg-zoor 配合使用,否则会报错。