page { background-color: #F4F4F4; color: #666666; font-size: 30rpx; } .applyAfterSale-top { margin: 24rpx 0 0; padding: 40rpx 30rpx; background: #FFFFFF; box-shadow: 0px 2rpx 4px 0px rgba(0, 0, 0, 0.02); border-radius: 16rpx 56rpx 8rpx 8rpx; display: flex; justify-content: space-between; align-items: center; } .applyAfterSale-top .r { text-align: right; } .applyAfterSale-top image { width: 140rpx; border-radius: 6rpx; } .afterSale-center { border-radius: 8rpx 8rpx 16rpx 56rpx; background-color: #FFFFFF; padding: 30rpx; margin: 24rpx 0; } .afterSale-center .form-item { display: flex; justify-content: space-between; align-items: center; border-bottom: 1rpx solid #E3E3E3; padding: 40rpx 0; } .afterSale-center .form-item .r { width: 50%; text-align: left; color: #101010; } .afterSale-center .image image { width: 217rpx; height: 217rpx; border-radius: 8rpx 24rpx 8rpx 24rpx; margin-top: 20rpx; } .afterSale-center-success { border-radius: 8rpx; background-color: #FFFFFF; padding: 30rpx; margin: 24rpx 0; } .afterSale-center-success .form-item { display: flex; justify-content: space-between; align-items: center; border-bottom: 1rpx solid #E3E3E3; padding: 40rpx 0; } .afterSale-center-success .form-item .r { width: 50%; text-align: left; color: #101010; } .afterSale-center-success .image image { width: 217rpx; height: 217rpx; border-radius: 8rpx 24rpx 8rpx 24rpx; margin-top: 20rpx; } .navbar { width: 100%; height: 104rpx; line-height: 104rpx; background: #FFFFFF; border-radius: 16rpx 16rpx 0px 0px; position: fixed; left: 0; bottom: 0; text-align: center; } .call { width: 100%; height: 104rpx; line-height: 104rpx; background: #FFFFFF; border-radius: 16rpx 16rpx 0px 0px; text-align: center; margin: 40rpx 0; }