/* pages/control/result/result.wxss */ page { width: 750rpx; min-height: 100vh; background: #F6F6F6; } .topBox { width: 750rpx; background: #FFFFFF; padding: 32rpx; flex-direction: column; } .topBox .icon { width: 68rpx; height: 68rpx; } .topBox .tips { font-size: 36rpx; font-weight: 600; color: #333333; } .contioner { padding: 40rpx 30rpx; background: #FFFFFF; width: 690rpx; border-radius: 8rpx; margin: 25rpx auto; flex-direction: column; } .contioner .top { text-align: center; margin-bottom: 56rpx; } .contioner .top .tit { font-size: 36rpx; font-weight: 600; color: #000000; } .contioner .top .tips { font-size: 24rpx; color: #999999; } .contioner .foot { font-size: 28rpx; font-weight: 600; color: #333333; } .contioner .title { font-size: 28rpx; font-weight: 600; text-align: left; color: #333333; margin-bottom: 32rpx; } .contioner .le { font-size: 24rpx; font-weight: 600; color: #333333; } .contioner .lr { font-size: 24rpx; color: #666666; } .footer { width: 750rpx; height: 148rpx; background: #FFFFFF; border-radius: 24rpx 24rpx 0px 0px; position: fixed; left: 0; bottom: 0; padding: 30rpx; } .footer .btn { font-size: 30rpx; color: #52A1FF; }