index.css 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343
  1. @charset "UTF-8";
  2. /*上面导航条的背景颜色*/
  3. .pending-nav-bg {
  4. background: #0771A6;
  5. border-color:#0771A6;
  6. }
  7. .pending-nav-bg a {
  8. color: #ffffff;
  9. }
  10. /*logo的样式*/
  11. .logo a {
  12. overflow: hidden;
  13. text-indent: -99em;
  14. display: block;
  15. height: 62px;
  16. }
  17. /**logo*/
  18. .logo {
  19. width: 198px;
  20. height: 99px;
  21. margin-right: -16px;
  22. margin-top: 23px;
  23. transform: scale(0.96);
  24. background: url(/img/GEIDCP.svg) no-repeat;
  25. float: left;
  26. list-style: none;
  27. }
  28. /*logo的样式end*/
  29. /*取消退出按钮的hover效果*/
  30. #logout{color:#ffffff;text-decoration:none !important;}
  31. #logout:hover{background:#0771A6 !important; text-decoration:none !important; color:#ffffff;}
  32. /*导航颜色*/
  33. .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover
  34. {
  35. color: #ffffff;
  36. background-color: #263441;
  37. }
  38. /*导航双箭头的样式*/
  39. .panel-tool a {
  40. opacity: 0.7;
  41. filter: alpha(opacity = 70);
  42. background-color: transparent;
  43. }
  44. .panel-tool a:hover{
  45. opacity: 1;
  46. filter: alpha(opacity = 100);
  47. background-color: transparent;
  48. }
  49. .panel-title {
  50. font-size: 16px;
  51. font-weight: 200;
  52. color: #fff;
  53. height: 40px;
  54. line-height: 40px;
  55. margin-left: 14px;
  56. }
  57. /*侧边导航头的样式*/
  58. .panel-header {
  59. background: #0E1731;
  60. }
  61. .panel-header-blue {
  62. background: #15a8fd;
  63. }
  64. /*主页*/
  65. .panel-header, .panel-body {
  66. border-style: hidden;
  67. }
  68. /*导航的图标样式*/
  69. .icon{
  70. display: inline-block;
  71. height: 20px;
  72. width: 20px;
  73. margin-top: 12px;
  74. margin-bottom: 5px;
  75. }
  76. .collapse{
  77. display: none !important;
  78. }
  79. /* 菜单的样式 */
  80. a.menuItem:hover{
  81. color:#ffffff !important;
  82. text-decoration: none;
  83. }
  84. a.menuItem{
  85. display:inline-block;
  86. width:110px;
  87. height: 100px;
  88. color:#ffffff;
  89. padding:0px;
  90. font-size: 14px;
  91. opacity: 0.8;
  92. }
  93. .navmenu{
  94. margin-left:0px;
  95. }
  96. .navmenu>li>a:hover{
  97. background:#05547B !important;
  98. padding:0px;
  99. }
  100. /*for ie8*/
  101. .navmenu li a:hover{
  102. background: #029ad8 !important;
  103. padding:0px;
  104. }
  105. ul.navmenu li {display: inline;}
  106. /*顶部导航条选中配置*/
  107. a.menuActive{
  108. text-decoration: none;
  109. background-color:#058cc1;
  110. background: #029ad8;
  111. opacity: 1;
  112. }
  113. /*欢迎系统管理员的样式*/
  114. .navmenu-right {
  115. float: right!important;
  116. margin-right: 40px;
  117. }
  118. .welcome_panel{
  119. margin-top: 32px;
  120. line-height: 14px;
  121. }
  122. .welcome_panel .l-btn-text{
  123. font-size: 14px;
  124. }
  125. .welcome_panel a{
  126. color: #fff !important;
  127. background: transparent !important;
  128. border: none !important;
  129. }
  130. .welcome_panel .l-btn-plain{
  131. padding: 0;
  132. }
  133. .welcome_panel .m-btn-downarrow {
  134. background: url(/img/triangle.png) no-repeat 0 center;
  135. }
  136. .welcome_panel img{
  137. border-radius: 50%;
  138. margin-right: 10px;
  139. }
  140. /*顶端菜单的图标icon*/
  141. /*导航的图标与文字居中对齐样式*/
  142. .hearder-menu{
  143. padding: 0;
  144. width: 70%;
  145. float: left;
  146. text-align: left;
  147. font-size:12px;
  148. line-height:1em;
  149. margin-left:18px;
  150. }
  151. .hearder-menu i{
  152. display: block;
  153. }
  154. /**layout 布局样式**/
  155. .layout-north{
  156. overflow: hidden !important;
  157. height: 100px !important;
  158. line-height: 100px !important;
  159. background: #00abf0 url(../img/top_bg.jpg) no-repeat center / 100% 100%;
  160. color: #1d7ec2;
  161. border: 0;
  162. }
  163. .layout-west{
  164. width: 200px !important;
  165. background:#DBDDE5;
  166. }
  167. .layout-center{
  168. /* background: #eee !important; */
  169. overflow-y: hidden !important;
  170. }
  171. .layout-south{
  172. height: 30px!important;
  173. background: #D2E0F2!important;
  174. }
  175. .footer {
  176. text-align: center;
  177. color: #5E5E5F;
  178. margin: 0px;
  179. padding: 0px;
  180. line-height: 25px;
  181. }
  182. /**layout 布局样式**/
  183. /*修正 bootstrap 样式*/
  184. .navbar-default .navbar-nav>li>a {
  185. color: #ffffff;
  186. padding-top: 0px;
  187. }
  188. .navbar-default .navbar-nav>li>a:hover{
  189. background:#05547B;
  190. }
  191. /*修正 bootstrap 样式*/
  192. /*左侧菜单的样式*/
  193. .sidebar {
  194. display: block;
  195. float: left;
  196. }
  197. .sidebar-nav {
  198. background-image: -webkit-linear-gradient(left, color-stop(#333333 10px),
  199. color-stop(#222222 10px) );
  200. background-repeat: repeat-x;
  201. }
  202. .sidebar-nav .selected {
  203. background-color: #35485A !important; /*鼠标点击左侧边栏后又点击了其他地方侧边栏显示的颜色*/
  204. }
  205. .sidebar-nav ul {
  206. padding: 0;
  207. margin: 0;
  208. list-style: none;
  209. }
  210. .sidebar-nav ul li,.sidebar-nav ul a {
  211. display: block;
  212. }
  213. .sidebar-nav ul a:hover,.sidebar-nav ul a:focus,.sidebar-nav ul a:active{
  214. background-color:#fff;
  215. }
  216. .sidebar-nav ul ul a {
  217. padding-left: 46px;
  218. background-color: #fff;
  219. /*border-bottom:1px solid #e9e9e9;*/
  220. }
  221. .sidebar-nav ul ul a:hover,.sidebar-nav ul ul a:focus,.sidebar-nav ul ul a:active
  222. {
  223. background-color:#f5f5f5;
  224. color:#0771A6;
  225. }
  226. .sidebar-nav-item {
  227. padding-left: 5px;
  228. font-family:Microsoft YaHei,Microsoft JhengHei,STHeiti,MingLiu;
  229. }
  230. .sidebar-nav-item-icon {
  231. color:#c9ccd0;
  232. font-size:16px;
  233. position: absolute;
  234. right: 10px;
  235. top: 50%;
  236. margin-top: -8px;
  237. }
  238. .sidebar-nav-item i{
  239. font-style: normal;
  240. padding-left: 5px;
  241. }
  242. .sidebar-nav ul a {
  243. padding: 0 10px 0 20px;
  244. color:#333;
  245. box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.04) inset;
  246. text-shadow: 0px 0px 0px rgba(210, 210, 210, 0.5);
  247. border-bottom:1px solid #E4E8EB;
  248. text-align: left;
  249. height: 50px;
  250. line-height: 50px;
  251. position: relative;
  252. }
  253. .sidebar-nav ul a:hover, .sidebar-nav ul a:focus, .sidebar-nav ul a:active {
  254. text-decoration: none;
  255. background-image: linear-gradient(to right, #1CA8EF 5px, #f5f5f5 5px);
  256. }
  257. /*左侧菜单的样式end*/
  258. li.dropdown{
  259. text-align:center;
  260. }
  261. .ng-scope{overflow-x: hidden; overflow-y: auto;}
  262. textarea{
  263. padding:3px;
  264. }
  265. svg.icon{
  266. margin-top: 0px;
  267. margin-bottom: 0px;
  268. margin-left: 4px;
  269. }
  270. .sidebar-nav ul a.active {
  271. background-image: linear-gradient(to right, #1CA8EF 4px, #f5f5f5 4px);
  272. }
  273. /*tabs样式覆盖*/
  274. .tabs-header{
  275. background-color: #E7E9F0;
  276. }
  277. .tabs{
  278. height: 48px !important;
  279. padding-left: 20px;
  280. border-color: #fff;
  281. }
  282. .tabs-inner{
  283. height: 48px !important;
  284. line-height: 46px !important;
  285. }
  286. .tabs-title{
  287. font-size: 16px;
  288. }
  289. .tabs li.tabs-selected a.tabs-inner{
  290. color: #333;
  291. }
  292. .tabs-with-icon{
  293. padding-left: 0;
  294. }
  295. .tabs li a.tabs-inner, .tabs li.tabs-selected a.tabs-inner{
  296. border-color: transparent;
  297. }