installer.css 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. html{font-size:10px;-webkit-tap-highlight-color:transparent}
  2. body{font-family:Helvetica Neue,Helvetica,Arial,PingFang SC,Hiragino Sans GB,WenQuanYi Micro Hei,Microsoft Yahei,sans-serif;font-size:14px;line-height:1.5;color:#333;background-color:#ecf0f5;}
  3. .mt-10{margin-top:10px;}
  4. .mt-30{margin-top:30px;}
  5. .header{
  6. padding: 2em 0;
  7. background-color: #292D33;
  8. color: #FFF;
  9. text-align: center;
  10. }
  11. .header h1{margin-bottom:5px}
  12. .header .step {
  13. list-style: none;
  14. margin: 1em 0 1em;
  15. padding: 0;
  16. color: #999;
  17. }
  18. li {
  19. display: inline-block;
  20. margin: 0 .8em;
  21. }
  22. li.current {
  23. color: #FFF;
  24. font-weight: bold;
  25. }
  26. .step span {
  27. display: inline-block;
  28. margin-right: 5px;
  29. width: 24px;
  30. height: 24px;
  31. line-height: 20px;
  32. border: 2px solid #999;
  33. text-align: center;
  34. border-radius: 2em;
  35. }
  36. .step li.current span {
  37. border-color: #FFF;
  38. }
  39. .box {
  40. position: relative;
  41. border-top: 1px solid #d2d6de;
  42. margin-bottom: 15px;
  43. background: #ffffff;
  44. width: 100%;
  45. }
  46. .box-header {
  47. color: #444;
  48. display: block;
  49. padding: 5px;
  50. position: relative;
  51. }
  52. .box-body {
  53. padding: 10px;
  54. }
  55. .license{padding: 15px;}
  56. .main-footer{
  57. margin: 20px;
  58. padding: 15px;
  59. color: #444;
  60. border-top: 1px solid #d2d6de;
  61. }
  62. .main-footer a{color:#444;}