index.wxss 433 B

123456789101112131415161718192021222324
  1. /* pages/user/log/index.wxss */
  2. @import '/component/iView/steps/index.wxss';
  3. @import '/component/iView/step/index.wxss';
  4. .i-step-ico {
  5. background: #fff !important;
  6. box-sizing: border-box !important;
  7. }
  8. .i-step-item-title {
  9. font-size: 12px;
  10. font-weight: 400 !important;
  11. }
  12. .i-step-item-content {
  13. font-size: 12px;
  14. font-weight: 400 !important;
  15. }
  16. .user-log-page {
  17. background: #fff;
  18. padding: 5px;
  19. padding-top: 10px;
  20. }