/* pages/commResult/commResult.wxss */ .commResult{ background: linear-gradient( 180deg, #E5F1FF 0%, rgba(229,241,255,0) 406rpx,#fff 100%); border-radius: 0rpx 0rpx 0rpx 0rpx; display: flex; flex-direction: column; align-items: center; height: 100vh; overflow: hidden; } .commResult .icon{ width: 200rpx; height: 200rpx; } .commResult .title{ font-weight: bold; font-size: 32rpx; color: #222222; margin-top: 20rpx; } .commResult .desc{ font-size: 24rpx; color: #AAAAAA; margin-top: 20rpx; } .commResult .btn-box{ display: flex; } .commResult .btn-box .btn{ width: 240rpx; height: 100rpx; line-height: 100rpx; text-align: center; background: #FFFFFF; border-radius: 50rpx 50rpx 50rpx 50rpx; font-weight: bold; font-size: 32rpx; color: #222222 } .commResult .btn-box .btn.active{ background: #006CE8; color: #FFFFFF; margin-left: 20rpx; }