install.css 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241
  1. body {
  2. font: 12px/1.5 Arial, Microsoft Yahei, Simsun;
  3. color: #333;
  4. background: url(../images/bg.png);
  5. }
  6. .wrap {
  7. margin: 50px auto 0;
  8. box-shadow: 0 0 1px #ccc;
  9. width: 750px;
  10. background: #fff;
  11. border-radius: 3px;
  12. }
  13. .main{
  14. padding-top:30px;
  15. }
  16. .header {
  17. background: #2c3e50;
  18. height: 60px;
  19. position: relative;
  20. color: #fff;
  21. border-radius: 3px 3px 0 0;
  22. }
  23. .footer {
  24. text-align: center;
  25. padding: 15px 0 50px;
  26. color: #999999;
  27. }
  28. .footer a {
  29. color: #999;
  30. text-decoration: none;
  31. }
  32. .bottom {
  33. padding: 0 0 25px;
  34. }
  35. .agreement {
  36. box-shadow: 5px 5px 5px #f7f7f7 inset;
  37. border: 1px solid #bdbcbc;
  38. width: 670px;
  39. height: 350px;
  40. padding: 10px;
  41. overflow: hidden;
  42. display: block;
  43. overflow-y: scroll;
  44. margin: 0 auto;
  45. font-size: 12px;
  46. line-height: 1.5;
  47. margin-bottom: 22px;
  48. outline: none;
  49. }
  50. pre {
  51. white-space: pre-wrap;
  52. white-space: -moz-pre-wrap;
  53. white-space: -pre-wrap;
  54. white-space: -o-pre-wrap;
  55. word-wrap: break-word;
  56. word-break: normal;
  57. }
  58. .version {
  59. float: right;
  60. margin: 0 20px 0 0;
  61. height: 100%;
  62. line-height: 60px;
  63. }
  64. .logo {
  65. float: left;
  66. width: auto;
  67. height: 60px;
  68. overflow: hidden;
  69. font-size: 24px;
  70. line-height: 60px;
  71. padding: 0 15px;
  72. margin: 0;
  73. font-weight:normal;
  74. }
  75. .step {
  76. border-bottom: 1px solid #dce1e5;
  77. height: 60px;
  78. background-color: #fff;
  79. }
  80. .step li {
  81. float: left;
  82. height: 60px;
  83. line-height: 60px;
  84. width: 33%;
  85. text-align: center;
  86. font-size: 14px;
  87. color: #6f7885;
  88. font-weight: 700;
  89. }
  90. .step li em {
  91. width: 32px;
  92. height: 32px;
  93. text-align: center;
  94. line-height: 32px;
  95. display: inline-block;
  96. font-size: 20px;
  97. color: #fff;
  98. font-family: Microsoft Yahei;
  99. margin-right: 10px;
  100. vertical-align: 0;
  101. background-color: #ddd;
  102. border-radius: 50%;
  103. }
  104. .step li.current {
  105. color: #2c3e50;
  106. }
  107. .step li.current em {
  108. background:#2c3e50;
  109. }
  110. .server {
  111. padding: 20px 20px 10px 65px;
  112. }
  113. .server table {
  114. margin-bottom: 20px;
  115. }
  116. .server td {
  117. padding: 3px 5px;
  118. }
  119. .server .td1 {
  120. color: #2c3e50;
  121. font-weight: 700;
  122. }
  123. .server .input {
  124. border-width: 1px;
  125. /* padding: 3px; */
  126. width: 200px;
  127. margin:0;
  128. }
  129. .server .input:hover, .server .input:focus {
  130. outline: none;
  131. }
  132. .gray {
  133. color: #bbb;
  134. }
  135. .server tr:hover .gray {
  136. color: #333;
  137. }
  138. .correct.fa{
  139. color:#1dccaa;
  140. font-size:16px;
  141. }
  142. .error.fa{
  143. color:#e95d4e;
  144. font-size:16px;
  145. }
  146. .install {
  147. box-shadow: 5px 5px 5px #f7f7f7 inset;
  148. border: 1px solid #bdbcbc;
  149. width: 670px;
  150. height: 350px;
  151. padding: 10px;
  152. overflow: hidden;
  153. display: block;
  154. overflow-y: scroll;
  155. margin: 25px auto;
  156. font-size: 12px;
  157. margin-bottom: 22px;
  158. outline: none;
  159. }
  160. .install ul {
  161. line-height: 1.8;
  162. }
  163. /*
  164. ===================
  165. 操作提示
  166. >> tips 普通
  167. >> tips-error 错误
  168. >> tips-success 正确
  169. >> tips-loading 加载中
  170. 使用方法
  171. 可独立样式使用,亦可与tips组装,例:
  172. <div class="tips"><span class="tips-error">错误内容</span></div>
  173. 可在外出包裹 tips-block 对错误提示进行块级效果展示
  174. ===================
  175. */
  176. .tips, .tips-block span {
  177. line-height: 25px;
  178. padding: 0 6px;
  179. }
  180. .tips {
  181. border: 1px solid #faebd2;
  182. background: #ffffe9;
  183. color: #666;
  184. }
  185. .tips-error, .tips-success {
  186. color: #cc3333;
  187. padding-left: 0px;
  188. display: inline-block;
  189. line-height: 18px;
  190. }
  191. .tips-success {
  192. color: #008800;
  193. background-position: 0 -19px;
  194. }
  195. .tips-loading {
  196. color: #cc3333;
  197. color: #333333;
  198. display: inline-block;
  199. line-height: 20px;
  200. }
  201. .question{
  202. color:#f4a425;
  203. cursor:pointer;
  204. }
  205. .question:hover{
  206. color:#D08207;
  207. }