page { background: white; } .top { display: flex; justify-content: space-around; align-content: center; align-items: center; flex-direction: column; height: 50%; } .top view { text-align: center; } .width100 { width: 100%; } .img image { width: 100rpx; height: 100rpx; } .success { height: 47rpx; font-size: 50rpx; font-family: PingFang-SC-Medium; font-weight: 500; color: rgba(51, 51, 51, 1); } .ok { width: 550rpx; height: 86rpx; border: 2rpx solid rgba(254, 182, 9, 1); border-radius: 43rpx; line-height: 86rpx; font-size: 36rpx; font-family: PingFang-SC-Medium; font-weight: 500; color: rgba(254, 182, 9, 1); } .fg { width: 600rpx; height: 1rpx; background: rgba(238, 238, 238, 1); margin: auto auto; } .bottom { display: flex; flex-direction: column; justify-content: space-around; width: 80%; height: 210rpx; align-content: center; align-items: center; margin: auto auto; } .item { display: flex; flex-direction: row; justify-content: space-around; align-content: center; align-items: center; } .itemLeft { height: 28rpx; font-size: 30rpx; font-family: PingFang-SC-Medium; font-weight: 500; color: rgba(102, 102, 102, 1); } .itemRight { width: 355rpx; height: 28rpx; font-size: 30rpx; font-family: PingFang-SC-Medium; font-weight: 500; color: rgba(51, 51, 51, 1); }