page{ width: 100%; border-top: 1rpx solid #DEDEDE; } .box{ width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; } .box .success{ margin-top: 112rpx; height:190rpx; width:180rpx; } .box .title{ font-size:36rpx; font-family:PingFang-SC-Medium; font-weight:500; color:rgba(42,42,42,1); padding-top: 51rpx; padding-bottom: 86rpx; letter-spacing: 5rpx; } .box .btn{ width:500rpx; height:86rpx; background:rgba(24,213,185,1); border-radius:43rpx; display: flex; align-items: center; justify-content: center; font-size:32rpx; font-family:PingFang-SC-Regular; font-weight:400; color:rgba(255,254,254,1); } .box .di{ display: flex; align-items: center; position: fixed; bottom: 140rpx; } .box .di text{ font-size:28rpx; font-family:PingFang-SC-Regular; font-weight:400; color:rgba(24,213,185,1); padding-left: 10rpx; }