父级居中:
.all_success_btn{ position: absolute; left: 0; right: 0; margin: auto; }
子级居中:
margin:20rpx auto; //左右auto即可