/* pages/check-submit/check-submit.wxss */ .page{ width: 100%; height: 100%; background-color: #fff; padding: 15px 15px 0 15px; } image{ width: 100%; display: block; overflow: hidden; } .content{ width: 100%; margin-top: 10px; box-shadow: 6rpx 6rpx 8rpx rgba(26, 26, 26, 0.2); border-radius: 5px; } .title{ color: #FFB228; font-size: 32rpx; text-align: center; } .zfbtn-content{ margin-top: 30px; text-align: center; } .zfbtn{ background: #FFBF43; color: #fff; border: none; font-size: 36rpx; width: 235rpx; height: 30px; line-height: 30px; border-radius: 70rpx; padding: 0; }