You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

376 lines
8.5 KiB

  1. /*bar 工具*/
  2. body {
  3. padding-bottom: 0;
  4. background-color: #fff;
  5. min-height: 100%;
  6. font-family: 'Open Sans';
  7. font-size: 13px;
  8. color: #393939;
  9. line-height: 1.5;
  10. }
  11. .nav-list>li>a:hover {
  12. background-color: #FFF;
  13. color: #1963aa;
  14. }
  15. .nav-list>li .submenu>li.active>a {
  16. color: #2b7dbc;
  17. }
  18. .nav-list>li>.submenu li>.submenu li.open>a {
  19. color: #25639e;
  20. }
  21. .nav-list>li .submenu>li.active>a>[class*="icon-"]:first-child, .nav-list>li .submenu>li:hover>a>[class*="icon-"]:first-child {
  22. display: inline-block;
  23. }
  24. .nav-list>li>.submenu li>.submenu>li a:hover {
  25. color: #316292;
  26. text-decoration: underline;
  27. }
  28. .nav-list>li .submenu>li>a:hover {
  29. text-decoration: none;
  30. color: #4b88b7;
  31. }
  32. .nav-list>li .submenu>li.active>a{
  33. color: #2b7dbc;
  34. }
  35. .text-center{text-align: center;}
  36. .fl{float: left;}
  37. .form-group select, .form-group textarea, .form-group input[type="text"], .form-group input[type="password"], .form-group input[type="datetime"], .form-group input[type="datetime-local"], .form-group input[type="date"], .form-group input[type="month"], .form-group input[type="time"], .form-group input[type="week"], .form-group input[type="number"], .form-group input[type="email"], .form-group input[type="url"], .form-group input[type="search"], .form-group input[type="tel"], .form-group input[type="color"] {
  38. background: #FFF;
  39. }
  40. label, .lbl {
  41. vertical-align: middle;
  42. }
  43. textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
  44. border-radius: 0!important;
  45. color: #858585;
  46. background-color: #fff;
  47. border: 1px solid #d5d5d5;
  48. padding: 5px 4px;
  49. line-height: 1.2;
  50. font-size: 14px;
  51. font-family: inherit;
  52. -webkit-box-shadow: none!important;
  53. box-shadow: none!important;
  54. -webkit-transition-duration: .1s;
  55. transition-duration: .1s;
  56. }
  57. ul{
  58. list-style: none;
  59. }
  60. label, .lbl {
  61. vertical-align: middle;
  62. }
  63. label {
  64. font-weight: normal;
  65. /*font-size: 14px;*/
  66. }
  67. /*navbar*/
  68. .navbar {
  69. margin-left: 0;
  70. margin-right: 0;
  71. box-shadow: none;
  72. margin: 0;
  73. padding-left: 0;
  74. padding-right: 0;
  75. background: #438eb9;
  76. width: 100%;
  77. }
  78. .navbar .navbar-brand {
  79. color: #fff;
  80. font-size: 24px;
  81. text-shadow: none;
  82. padding-top: 10px;
  83. padding-bottom: 10px;
  84. }
  85. /*navbar*/
  86. .warp{
  87. width: 1500px;
  88. overflow: hidden;
  89. }
  90. /*control-bar 页面左边菜单栏*/
  91. .warp .sidebar-shortcuts{
  92. text-align: center;
  93. }
  94. .warp .control-bar{
  95. width:240px;
  96. float: left;
  97. }
  98. .warp .control-bar .nav-list>li>a {
  99. height: 90px;
  100. font-size: 18px;
  101. margin-left: 20px;
  102. padding: 0;
  103. border-bottom: 2px solid #f3f3f3;
  104. font-family: "微软雅黑";
  105. font-weight: normal;
  106. color: #0b1647;
  107. letter-spacing: 2px;
  108. border-right: 6px solid #fafafa;
  109. line-height: 90px;
  110. background-color: #fafafa;
  111. border-top: 2px solid #f3f3f3;
  112. }
  113. .warp .control-bar .nav-list>li.active:after {
  114. display: inline-block;
  115. content: "";
  116. position: absolute;
  117. right: -2px;
  118. top: -1px;
  119. bottom: 0;
  120. z-index: 1;
  121. border-width: 0 2px 0 0;
  122. }
  123. .warp .control-bar .nav-list>li>a>[class*="icon-"]:first-child {
  124. display: inline-block;
  125. vertical-align: middle;
  126. min-width: 30px;
  127. text-align: center;
  128. font-size: 18px;
  129. font-weight: normal;
  130. margin-right: 2px;
  131. }
  132. .nav-list>li.active>a>[class*="icon-"] {
  133. font-weight: normal;
  134. }
  135. .nav-list>li .submenu {
  136. /*display: none;*/
  137. list-style: none;
  138. margin: 0;
  139. padding: 0;
  140. position: relative;
  141. background-color: #fff;
  142. border-top: 1px solid #e5e5e5;
  143. }
  144. .nav-list>li.active>.submenu>li:before {
  145. border-top-color: #fafafa;
  146. }
  147. .nav-list>li.active>.submenu:before {
  148. border-left-color: #fafafa;
  149. }
  150. .nav-list>li>.submenu li.open>a>[class*="icon-"]:first-child {
  151. display: inline-block;
  152. }
  153. .icon-double-angle-right:before {
  154. content: "\f101";
  155. }
  156. .nav-list>li>.submenu:before {
  157. content: "";
  158. display: block;
  159. position: absolute;
  160. z-index: 1;
  161. left: 18px;
  162. top: 0;
  163. bottom: 0;
  164. border: 1px dotted #9dbdd6;
  165. border-width: 0 0 0 1px;
  166. }
  167. .nav-list>li>.submenu>li:before {
  168. content: "";
  169. display: inline-block;
  170. position: absolute;
  171. width: 7px;
  172. left: 20px;
  173. top: 17px;
  174. border-top: 1px dotted #9dbdd6;
  175. }
  176. .nav-list>li a>.arrow {
  177. display: inline-block;
  178. width: 14px!important;
  179. height: 14px;
  180. line-height: 14px;
  181. text-shadow: none;
  182. font-size: 18px;
  183. position: absolute;
  184. right: 11px;
  185. top: 11px;
  186. padding: 0;
  187. color: #666;
  188. }
  189. .nav-list>li .submenu>li {
  190. margin-left: 0;
  191. position: relative;
  192. }
  193. .nav-list>li>.submenu>li:first-child>a {
  194. border-top: 1px solid #fafafa;
  195. }
  196. .nav-list>li .submenu>li>a {
  197. display: block;
  198. position: relative;
  199. color: #616161;
  200. padding: 7px 0 9px 37px;
  201. margin: 0;
  202. border-top: 1px dotted #e4e4e4;
  203. }
  204. .nav-list>li .submenu>li a>[class*="icon-"]:first-child {
  205. display: none;
  206. font-size: 12px;
  207. font-weight: normal;
  208. width: 18px;
  209. height: auto;
  210. line-height: 12px;
  211. text-align: center;
  212. position: absolute;
  213. left: 10px;
  214. top: 11px;
  215. z-index: 1;
  216. background-color: #FFF;
  217. }
  218. .nav-list>li .submenu>li.active>a>[class*="icon-"]:first-child {
  219. color: #c86139;
  220. }
  221. .nav-list>li .submenu>li.active>a>[class*="icon-"]:first-child, .nav-list>li .submenu>li:hover>a>[class*="icon-"]:first-child {
  222. display: inline-block;
  223. }
  224. li [class^="icon-"], li [class*=" icon-"], .nav-list li [class^="icon-"], .nav-list li [class*=" icon-"] {
  225. width: auto;
  226. }
  227. .nav-list [class^="icon-"], .nav-list [class*=" icon-"] {
  228. line-height: inherit;
  229. }
  230. .nav-list>li>.submenu li>.submenu>li a {
  231. font-size: 13px;
  232. color: #777;
  233. }
  234. .nav-list>li>.submenu li>.submenu>li>a {
  235. margin-left: 20px;
  236. padding-left: 22px;
  237. }
  238. .nav-list>li .submenu>li>a {
  239. display: block;
  240. position: relative;
  241. color: #616161;
  242. padding: 7px 0 9px 37px;
  243. margin: 0;
  244. border-top: 1px dotted #e4e4e4;
  245. }
  246. .nav-list>li>.submenu li>.submenu>li {
  247. line-height: 16px;
  248. }
  249. .nav-list>li .submenu>li {
  250. margin-left: 0;
  251. position: relative;
  252. background-color: #fafafa;
  253. }
  254. .nav-list>li>.submenu li>.submenu {
  255. border-top: 0;
  256. background-color: transparent;
  257. /*display: none;*/
  258. }
  259. .nav-list>li.active .submenu {
  260. display: block;
  261. }
  262. .nav-list li .submenu {
  263. overflow: hidden;
  264. }
  265. .nav-list>li .submenu {
  266. display: none;
  267. list-style: none;
  268. margin: 0;
  269. padding: 0;
  270. position: relative;
  271. background-color: #fff;
  272. border-top: 0px solid #e5e5e5;
  273. }
  274. li>ul, li>ol {
  275. margin-left: 18px;
  276. }
  277. .nav-list>li>.submenu li>.submenu>li a>[class*="icon-"]:first-child {
  278. display: inline-block;
  279. color: inherit;
  280. font-size: 14px;
  281. position: static;
  282. background-color: transparent;
  283. margin-right: 1px;
  284. }
  285. .nav-list>li>.submenu li>.submenu>li a {
  286. font-size: 13px;
  287. color: #777;
  288. }
  289. .nav-list>li>.submenu li>.submenu>li>a {
  290. margin-left: 20px;
  291. padding-left: 22px;
  292. }
  293. .nav-list>li .submenu>li>a {
  294. display: block !important;
  295. position: relative !important;
  296. padding: 0px !important;
  297. margin-left: 60px !important;
  298. border-top: 2px solid #f3f3f3 !important;
  299. height: 50px;
  300. line-height: 50px;
  301. font-size: 18px;
  302. font-family: "微软雅黑";
  303. color: #b2b2b2;
  304. border-right: 6px solid #fafafa;
  305. }
  306. /*control-bar 页面左边菜单栏*/
  307. /*control-show 页面右边功能*/
  308. .warp .control-show{
  309. width: 1200px;
  310. /*background: black;*/
  311. float: left;
  312. }
  313. .nav-list>li:first-child {
  314. border-top: 0;
  315. background-color: #fafafa!important;
  316. }
  317. /*
  318. .btn-primary, .btn-primary:focus {
  319. background-color: #428bca!important;
  320. border-color: #428bca;
  321. }
  322. .btn, .btn-default, .btn:focus, .btn-default:focus {
  323. background-color: #abbac3!important;
  324. border-color: #abbac3;
  325. }
  326. .btn {
  327. display: inline-block;
  328. color: #FFF!important;
  329. text-shadow: 0 -1px 0 rgba(0,0,0,0.25)!important;
  330. background-image: none!important;
  331. border: 5px solid #FFF;
  332. border-radius: 0;
  333. box-shadow: none!important;
  334. -webkit-transition: all ease .15s;
  335. transition: all ease .15s;
  336. cursor: pointer;
  337. vertical-align: middle;
  338. margin: 0;
  339. position: relative;
  340. }
  341. .btn {
  342. filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)!important;
  343. }*/
  344. /*control-show 页面右边功能*/
  345. .font_color{
  346. color: #061b47!important;
  347. }
  348. .border_color{
  349. border-right: 6px solid #061b47!important;
  350. }
  351. .serverheight{
  352. background-color: #fafafa;
  353. }