让一个view垂直居中
position: 'absolute', right:0, marginBottom: "auto", marginTop:"auto", height:300,垂直居中要给height
同理水平居中,固定的width
position: 'absolute', right:0, marginLeft: "auto", marginRight:"auto", width:300,以上都是靠右居中,请根据情况修改right:0
让一个view垂直居中
position: 'absolute', right:0, marginBottom: "auto", marginTop:"auto", height:300,垂直居中要给height
同理水平居中,固定的width
position: 'absolute', right:0, marginLeft: "auto", marginRight:"auto", width:300,以上都是靠右居中,请根据情况修改right:0