result.wxss 627 B

1234567891011
  1. .result{padding: 18rpx;}
  2. .result-content{background-color: white;padding-top: 32rpx;text-align: center;}
  3. .content-card{width: 566rpx;height: 318rpx;margin: 35rpx auto 70rpx;position: relative;}
  4. .content-card-time{position: absolute;bottom: 20rpx;left: 20rpx;font-size: 24rpx;color: gray;}
  5. .content-card image{width: 100%;height: 100%;}
  6. .result-icon{font-size: 120rpx;}
  7. .buttons-row{margin: 0 80rpx;padding: 60rpx 0 50rpx;}
  8. .buttons-row .button{line-height: 66rpx;font-size: 28rpx;}
  9. .button.button-plain{color: gray;border: 2rpx solid gray;background-color: white;}
  10. .weight{font-weight: 600;}
  11. .icon.icon-zfsb{font-size: 140rpx;}