dolphin.css 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. body,
  2. h1,
  3. h2,
  4. h3,
  5. h4,
  6. h5,
  7. h6
  8. button{
  9. font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  10. }
  11. h2,h3{
  12. font-weight: 300;
  13. }
  14. .bg-image{
  15. position: fixed;
  16. width: 100%;
  17. height: 100%;
  18. z-index: -1;
  19. }
  20. .dolphin {
  21. padding: 20px 0 10px;
  22. }
  23. .install-page .box {
  24. width: 600px;
  25. margin: 20px auto;
  26. min-height: 388px;
  27. color: #fff;
  28. background-color: #0099ff;
  29. border-radius: 8px;
  30. box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.2);
  31. }
  32. .install-page .step1{
  33. border-radius: 8px;
  34. background: url("../img/logo.png") 5px 40% #0099ff no-repeat;
  35. }
  36. .install-page .box-content {
  37. padding: 20px 30px;
  38. }
  39. .install-page .box-content .text {
  40. padding: 80px 0 80px 250px;
  41. }
  42. .install-page .box-content .text img{
  43. margin-bottom: 15px;
  44. }
  45. .install-page .box-content .text a{
  46. color: #f5e527;
  47. text-decoration: underline;
  48. }
  49. .install-page .box-content .text .agreement{
  50. margin-left: 10px;
  51. }
  52. .install-page .box-content .button{
  53. text-align: right;
  54. padding-top: 30px;
  55. }
  56. .install-page .box-content .btn-default{
  57. color: #0099ff;
  58. }
  59. .install-page .box-content.step4 {
  60. position: relative;
  61. padding-top: 90px;
  62. }
  63. .install-page .box-content.step5 {
  64. padding-top: 90px;
  65. }
  66. .install-page .box-content.step4 #loading-area{
  67. position: absolute;
  68. width: 145px;
  69. height: 98px;
  70. left: 50%;
  71. bottom: 50%;
  72. margin-left: -72.5px;
  73. margin-bottom: -85px;
  74. }
  75. .install-page .box-content.step4 #loading-text{
  76. font-size: 55px;
  77. }
  78. .install-page .title{
  79. margin-bottom: 10px;
  80. }
  81. .install-page .option{
  82. font-size: 16px;
  83. border-bottom: 1px solid #fff;
  84. padding: 10px 0;
  85. font-weight: 700;
  86. }
  87. .table-borderless > thead > tr > th{
  88. border: 0;
  89. padding: 16px 0 5px 0;
  90. font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  91. }
  92. .table > tbody > tr > td {
  93. padding: 5px 0;
  94. }
  95. .text-warning{
  96. color: #F9EF75;
  97. }