index.wxss 1.9 KB

123456789101112131415161718192021222324252627
  1. .info-bg { width: 100%; height: 300rpx; background-color: #f7f7f7; margin-bottom: 20rpx; }
  2. .info-bg .bg { width: 100%; height: 300rpx; }
  3. .step1 .info { width: 100%; background-color: #fff; border-bottom: 1rpx #e3e3e3 solid; border-top: 1rpx #e3e3e3 solid; padding: 0 24rpx; }
  4. .info .info-label { width: 100%; height: 100rpx; border-bottom: 1rpx #e3e3e3 solid; color: #353535; }
  5. .info .info-label:last-child { border-bottom: none; }
  6. .info .info-label .info-red { color: #ff4544; }
  7. .info .info-label .info-gray { color: #666; }
  8. .info .info-label.info-content { height: 100rpx; }
  9. .info-label .info-left { width: 176rpx; }
  10. .info-label .info-left.required::after { content: "*"; color: #ff4544; }
  11. .info-label .info-agree { font-size: 10pt; }
  12. .info-btn { padding: 24rpx; background-color: #f7f7f7; width: 100%; }
  13. .info-btn .info-btn-content { width: 100%; background-color: #ff4544; color: #fff; font-weight: bold; height: 100rpx; line-height: 100rpx; }
  14. .info-label .info-icon { width: 60rpx; height: 60rpx; margin-right: 24rpx; }
  15. .info .bold { font-weight: bold; }
  16. .info .info-label.info-height { height: auto; }
  17. .info .info-label .info-block { padding: 24rpx 0; }
  18. .info-block .info-top { margin-bottom: 16rpx; }
  19. .info-block .info-bottom { font-size: 9pt; }
  20. .step2 .info { padding: 48rpx 24rpx; text-align: center; }
  21. .step2 .info .info-title { width: 100%; padding: 40rpx 0; }
  22. .info-title .info-images { width: 80rpx; height: 80rpx; }
  23. .step2 .info-btn1 { margin-top: 88rpx; padding: 0 24rpx; width: 100%; }
  24. .step2 .info-btn1 .btn { width: 100%; background-color: #ff4544; color: #fff; font-weight: bold; height: 100rpx; line-height: 100rpx; border-radius: 10rpx; }
  25. .agree-modal { position: fixed; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); z-index: 10; }
  26. .agree-body { height: 720rpx; overflow: auto; padding: 10rpx 20rpx; }
  27. .agree-footer { width: 100%; height: 100rpx; color: #fff; background-color: #ff4544; border-radius: 0 0 20rpx 20rpx; }