cover.css 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318
  1. .ft-18 {
  2. font-size: 18px;
  3. }
  4. .logo-icon {
  5. float: left;
  6. margin-right: 10px;
  7. font-size: 35px;
  8. }
  9. .navbar {
  10. background: #438EB9;
  11. }
  12. .Hui-aside {
  13. }
  14. .Hui-aside .menu_dropdown dl {
  15. background: #f8f8f8;
  16. }
  17. .Hui-aside .menu_dropdown dt:hover {
  18. background: #fff;
  19. }
  20. .Hui-aside .menu_dropdown dt.selected {
  21. position: relative;
  22. background: #fff;
  23. border-right: solid 2px #2B7DBC;
  24. }
  25. .Hui-aside .menu_dropdown dt:hover a,.Hui-aside .menu_dropdown dt.selected span a {
  26. color: #4b88b7;
  27. display: block;
  28. }
  29. .Hui-aside .menu_dropdown dt a:hover {
  30. color: #4b88b7;
  31. text-decoration: none;
  32. }
  33. .Hui-aside .menu_dropdown dd ul {
  34. background: #fff;
  35. padding: 0;
  36. border-right: solid 2px #2B7DBC;
  37. }
  38. .Hui-aside .menu_dropdown dd li {
  39. /*position: relative;*/
  40. border-bottom: dotted 1px #E4E4E4;
  41. padding-left: 20px;
  42. }
  43. .Hui-aside .menu_dropdown dd li::before {
  44. content:"";
  45. display: block;
  46. width: 10px;
  47. position: absolute;
  48. z-index: 1;
  49. left: 21px;
  50. margin-top:17px;
  51. /*top: 17px;*/
  52. border-bottom: dotted 1px #8eb3d0;
  53. }
  54. .Hui-aside .menu_dropdown dd li:hover::before{
  55. width: 0;
  56. height: 0;
  57. border-left: solid 4px #8eb3d0;
  58. border-top: solid 4px transparent;
  59. border-bottom: solid 4px transparent;
  60. margin-top: 12px;
  61. left: 20px;
  62. }
  63. .Hui-aside .menu_dropdown dd li.current::before{
  64. width: 0;
  65. height: 0;
  66. border-left: solid 4px #D15B47;
  67. border-top: solid 4px transparent;
  68. border-bottom: solid 4px transparent;
  69. margin-top: 12px;
  70. left: 20px;
  71. }
  72. .Hui-aside .menu_dropdown dd li:hover {
  73. background: #f1f5f9;
  74. }
  75. .Hui-aside .menu_dropdown dd li a {
  76. line-height: 35px;
  77. border-left: dotted 1px #8eb3d0;
  78. padding-left: 15px;
  79. }
  80. .Hui-aside .menu_dropdown li.current {
  81. background-color: #f1f5f9;
  82. position: relative;
  83. }
  84. .Hui-aside .menu_dropdown li.current a{
  85. color: #4b88b7;
  86. }
  87. .Hui-aside .menu_dropdown li a:hover, .menu_dropdown li.current a:hover {
  88. background: #f1f5f9;
  89. color: #4b88b7;
  90. }
  91. .Hui-aside .menu_dropdown dt.selected span {
  92. color: #1963AA;
  93. font-weight: bold;
  94. }
  95. .Hui-aside .menu_dropdown dt .menu_dropdown-arrow {
  96. color: #1963AA;
  97. }
  98. .icon-arrow {
  99. display: none;
  100. width: 0;
  101. height: 0;
  102. border-right: solid 8px #2B7DBC;
  103. border-top: solid 12px transparent;
  104. border-bottom: solid 12px transparent;
  105. position: absolute;
  106. right: 0;
  107. top: 50%;
  108. margin-top: -12px;
  109. }
  110. .Hui-aside .menu_dropdown li.current .icon-arrow,.Hui-aside .menu_dropdown dt.selected .icon-arrow{
  111. display: block;
  112. }
  113. .Hui-aside .menu_dropdown dt.selected span i {
  114. font-weight: normal;
  115. }
  116. .s-line {
  117. display: inline-block;
  118. width: 15px;
  119. height: 1px;
  120. border-bottom: dotted 1px #8eb3d0;
  121. }
  122. .Hui-tabNav {
  123. border-bottom: solid 1px #7DB4D8;
  124. height: 44px;
  125. }
  126. .Hui-tabNav, .Hui-tabNav .acrossTab li, .Hui-tabNav .acrossTab li em,.acrossTab, .acrossTab li, .acrossTab li em {
  127. background: none;
  128. }
  129. .Hui-tabNav .acrossTab li {
  130. background: #EFF3F8;
  131. border-right: solid 1px #C5D0DC;
  132. border-top: solid 1px #C5D0DC;
  133. padding: 0 30px;
  134. height: 35px;
  135. line-height: 35px;
  136. }
  137. .Hui-tabNav .acrossTab li.active {
  138. background: #7DB4D8;
  139. color: #fff;
  140. }
  141. .Hui-tabNav .acrossTab li.active i:hover {
  142. background-position: 0 bottom;
  143. }
  144. .Hui-tabNav .acrossTab li.active i {
  145. background-position: 0 -10px;
  146. }
  147. .acrossTab li i {
  148. right: 10px;
  149. }
  150. .Hui-article {
  151. top: 45px;
  152. }
  153. .Hui-tabNav-wp {
  154. height: 44px;
  155. }
  156. .Hui-tabNav .acrossTab {
  157. height: 36px;
  158. }
  159. .Hui-tabNav .acrossTab li span {
  160. display: inline-block;
  161. height: 100%;
  162. }
  163. .text-c:nth-child(even) {
  164. background: #fafafa;
  165. }
  166. .table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  167. background: #EFF4F7;
  168. }
  169. .table-border thead tr {
  170. background: repeat-x #F2F2F2;
  171. background-image: -webkit-linear-gradient(top,#F8F8F8 0,#ECECEC 100%);
  172. background-image: -o-linear-gradient(top,#F8F8F8 0,#ECECEC 100%);
  173. /* background-image: linear-gradient(to bottom,#F8F8F8 0,#ECECEC 100%); */
  174. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#ffececec', GradientType=0);
  175. }
  176. .table-bg thead th {
  177. background: none;
  178. }
  179. .steps {
  180. list-style: none;
  181. display: table;
  182. width: 100%;
  183. padding: 0;
  184. margin: 0;
  185. position: relative;
  186. box-shadow: none;
  187. }
  188. .steps > li {
  189. display: table-cell;
  190. text-align: center;
  191. width: 1%
  192. }
  193. .steps > li .step {
  194. border: 5px solid #CED1D6;
  195. color: #546474;
  196. font-size: 15px;
  197. border-radius: 100%;
  198. position: relative;
  199. z-index: 2;
  200. display: inline-block;
  201. width: 40px;
  202. height: 40px;
  203. padding-top:0;
  204. line-height: 30px;
  205. }
  206. .step:after{display: none;}
  207. .steps > li:before {
  208. display: block;
  209. content: "";
  210. width: 100%;
  211. height: 1px;
  212. font-size: 0;
  213. overflow: hidden;
  214. border-top: 4px solid #CED1D6;
  215. position: relative;
  216. top: 21px;
  217. z-index: 1
  218. }
  219. .steps > li.last-child:before {
  220. max-width: 50%;
  221. width: 50%
  222. }
  223. .steps > li:last-child:before {
  224. max-width: 50%;
  225. width: 50%
  226. }
  227. .steps > li:first-child:before {
  228. max-width: 51%;
  229. left: 50%
  230. }
  231. .steps > li.active .step, .steps > li.active:before, .steps > li.complete .step, .steps > li.complete:before {
  232. border-color: #5293C4
  233. }
  234. .steps > li.red .title{color:#f00;}
  235. .steps > li.complete .step {
  236. cursor: default;
  237. color: #FFF;
  238. -webkit-transition: transform ease .1s;
  239. -o-transition: transform ease .1s;
  240. transition: transform ease .1s
  241. }
  242. .steps > li.complete .step:before {
  243. display: block;
  244. position: absolute;
  245. top: 0;
  246. left: 0;
  247. bottom: 0;
  248. right: 0;
  249. border-radius: 100%;
  250. content: "\f00c";
  251. z-index: 3;
  252. font-family: FontAwesome;
  253. font-size: 17px;
  254. color: #87BA21
  255. }
  256. .step-content, .tree {
  257. position: relative
  258. }
  259. .steps > li.complete:hover .step {
  260. -moz-transform: scale(1.1);
  261. -webkit-transform: scale(1.1);
  262. -o-transform: scale(1.1);
  263. -ms-transform: scale(1.1);
  264. transform: scale(1.1);
  265. border-color: #80afd4
  266. }
  267. .steps > li.complete:hover:before {
  268. border-color: #80afd4
  269. }
  270. .steps > li .title {
  271. display: block;
  272. margin-top: 4px;
  273. max-width: 100%;
  274. color: #949EA7;
  275. font-size: 14px;
  276. z-index: 104;
  277. text-align: center;
  278. table-layout: fixed;
  279. word-wrap: break-word
  280. }
  281. .steps > li.active .title, .steps > li.complete .title {
  282. color: #2B3D53
  283. }
  284. .step-content .step-pane {
  285. display: none;
  286. min-height: 200px;
  287. padding: 4px 8px 12px
  288. }
  289. .step-content .step-pane.active {
  290. display: block
  291. }
  292. .steps li.one:before{display:none;}
  293. .steps>li.end:before{max-width: 50%;width: 50%;}