CSS垂直居中

114 阅读1分钟

代码

position: fixed;
left: calc(50% - 100rpx);
top: calc(50% - 150rpx);
width: 200rpx;
height: 300rpx;