step3.css 545B

1234567891011121314151617181920212223242526272829303132333435363738
  1. .container {
  2. height: calc(100vh - 275px);
  3. }
  4. .result {
  5. }
  6. .result .status-box {
  7. width: 102px;
  8. margin: 60px 343px;
  9. text-align: center;
  10. display: inline-block;
  11. overflow: hidden;
  12. }
  13. .result .status-box .pic {
  14. width: 36px;
  15. height: 36px;
  16. margin-right: 10px;
  17. display: block;
  18. float: left;
  19. }
  20. .result .status-box .status {
  21. height: 36px;
  22. line-height: 36px;
  23. display: block;
  24. float: left;
  25. }
  26. .result .desc {
  27. text-align: center;
  28. letter-spacing: 2px;
  29. color: #333;
  30. }
  31. .result .control {
  32. margin: 80px auto 0;
  33. width: 120px;
  34. }