index.css 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271
  1. *{
  2. padding: 0px;
  3. margin: 0px;
  4. }
  5. @font-face {
  6. font-family:FontAwesome;src:url(../utilLib/fonts/font_awesome/fontawesome-webfontf77b.eot?v=3.2.1);
  7. src:url(../utilLib/fonts/font_awesome/fontawesome-webfontd41d.eot?#iefix&v=3.2.1)
  8. format('embedded-opentype'),url(../utilLib/fonts/font_awesome/fontawesome-webfontf77b.woff?v=3.2.1)
  9. format('woff'),url(../utilLib/fonts/font_awesome/fontawesome-webfontf77b.ttf?v=3.2.1)
  10. format('truetype'),url(../utilLib/fonts/font_awesome/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1)
  11. format('svg');font-weight:400;font-style:normal
  12. }
  13. .icon-chevron-right:before{content:"\f054";padding-left:10px;}
  14. .icon-chevron-down:before {content: "\f078"}
  15. .icon-user:before {content: "\f007"}
  16. .icon-gear:before,.icon-cog:before {content: "\f013"}
  17. .icon-signout:before {content: "\f08b"}
  18. .icon-chevron-down:before{content:"\f078"}
  19. .icon-home:before{content:"\f015";font-size: 16px}
  20. .icon-reorder:before{content:"\f0c9";font-size: 16px}
  21. .icon-signal:before{content:"\f012";font-size: 16px}
  22. .icon-location-arrow:before{content:"\f124";font-size: 16px}
  23. .glyph-icon{
  24. vertical-align:middle;
  25. font-family: FontAwesome;font-weight: 400;font-size:12px;font-style: normal;padding-top:5px;padding-right: 5px;
  26. }
  27. html,body{height:100%;overflow:hidden;}
  28. body{padding: 0px;
  29. margin: 0px;
  30. line-height: 1.6;
  31. font-family: "Helvetica Neue","Hiragino Sans GB","Microsoft YaHei","\9ED1\4F53",Arial,sans-serif !important;
  32. color: #222;
  33. font-size: 14px;
  34. /*background-color: #e7e8eb;*/
  35. }
  36. /*椤堕儴div*/
  37. .layout_top_header{
  38. background-color: #353636;
  39. width: 100%;
  40. height: 50px;
  41. }
  42. /*绠$悊鍛樿缃�*/
  43. .ad_setting{
  44. cursor:pointer;
  45. border-left:1px solid #424242;
  46. width: 130px;
  47. height: 100%;
  48. float: right;
  49. line-height:50px;
  50. }
  51. .ad_setting:hover{
  52. text-decoration: none;
  53. background: #3E3E3E;
  54. }
  55. .ad_setting_a{
  56. text-align: center;
  57. font-size:13px;
  58. color: rgba(255,255,255,.5);
  59. /*color: #888;*/
  60. text-decoration: none;
  61. display: block;
  62. }
  63. .ad_setting_a:hover{
  64. color: #CCCCCC !important;
  65. text-decoration: none;
  66. }
  67. .ad_setting_a span{
  68. padding-right: 5px;
  69. vertical-align:middle;
  70. }
  71. .dropdown-menu-uu:after{
  72. position: absolute;
  73. top: -6px;
  74. right: 8px;
  75. left: auto;
  76. display: inline-block;
  77. border-right: 6px solid transparent;
  78. border-bottom: 6px solid #fff;
  79. border-left: 6px solid transparent;
  80. content: '';
  81. }
  82. #ad_setting_ul{
  83. list-style: none;
  84. font-size: 12px !important;
  85. padding-top: 5px;
  86. padding-bottom: 5px;
  87. margin-top: 1px;
  88. background: #fff;
  89. border-radius: 5px;
  90. position: absolute;
  91. right: 20px;
  92. top: 50px;
  93. left: auto;
  94. z-index: 1000;
  95. min-width: 160px;
  96. border-color: #b8b8b8;
  97. box-shadow: 0 3px 6px 0 rgba(0,0,0,.25);
  98. border-style: solid;
  99. border-width: 1px;
  100. }
  101. #ad_setting_ul li{
  102. padding-left: 30px;
  103. line-height: 30px !important;
  104. }
  105. #ad_setting_ul li:hover{
  106. background: black;
  107. border-radius: 5px;
  108. color: white;
  109. }
  110. .ad_setting_ul li{
  111. color: #000000 !important;
  112. }
  113. .ad_setting_ul_li a{
  114. color: #000000 ;
  115. text-decoration: none;
  116. }
  117. .ad_setting_ul_li_a{
  118. color: #fff !important;
  119. text-decoration: none !important;
  120. }
  121. /*鑿滃崟*/
  122. .layout_left_menu{
  123. float:right;
  124. /* position:absolute;
  125. float: left; */
  126. min-height: 90%;
  127. box-shadow: 0 0 10px #BDBDBD;
  128. width: 200px;
  129. background: #f7f5fa;
  130. margin-top: 5px;
  131. margin-left: 5px;
  132. padding-left:5px;
  133. border-radius: 5px;
  134. -webkit-border-radius: 5px;
  135. -moz-border-radius: 5px;
  136. }
  137. #menu{
  138. padding: 10px;
  139. list-style: none;
  140. line-height: 35px;
  141. border-radius: 5px;
  142. color: #888 !important;
  143. }
  144. #menu ul{
  145. list-style: none;
  146. background: rgba(255,255,255,.5);
  147. }
  148. #menu li{
  149. color: #888;
  150. }
  151. .selected{
  152. background: #eee;
  153. border-color: #d5d5d5;
  154. color: #000;
  155. border-bottom-right-radius: 0;
  156. border-bottom-left-radius: 0;
  157. }
  158. .selected>a{
  159. border: transparent solid 1px;
  160. border-radius: 3px;
  161. background: #eee;
  162. border-color: #d5d5d5;
  163. color: #000!important;
  164. border-bottom-right-radius: 0;
  165. border-bottom-left-radius: 0;
  166. }
  167. #menu a{
  168. text-decoration: none;
  169. }
  170. #menu a:hover{
  171. text-decoration: none;
  172. }
  173. #menu>li>a {
  174. font-weight: 700;
  175. display: block;
  176. color:#888;
  177. font-family: "Helvetica Neue","Hiragino Sans GB","Microsoft YaHei","\9ED1\4F53",Arial,sans-serif;
  178. }
  179. #menu li ul{
  180. background: #fff;
  181. border: #eee solid 1px;
  182. font-size: 12px;
  183. color:#8d8d8d;
  184. }
  185. .childUlLi ul{
  186. margin-bottom: 5px;
  187. line-height: 30px;
  188. }
  189. .childUlLi a{
  190. border-radius: 3px;
  191. }
  192. .childUlLi a:hover{
  193. background: #eee;
  194. color: #000 !important;
  195. }
  196. .childUlLi a i{
  197. opacity: .5;
  198. padding-left: 10px;
  199. padding-right: 10px;
  200. }
  201. .childUlLi ul a{
  202. color: #888;
  203. display: block;
  204. }
  205. .childUlLi ul a:hover{
  206. background: #eee;
  207. color: #000;
  208. }
  209. /*main鍐呭鏄剧ず*/
  210. .layout_right_content{
  211. /* margin-left: 210px; */
  212. padding-left: 10px;
  213. padding-top: 5px;
  214. height: 90%;
  215. min-height: 90%;
  216. overflow:auto;
  217. }
  218. .route_bg{
  219. background-color: #E7E7E7;
  220. border-radius: 4px;
  221. padding: 5px;
  222. margin-right: 5px;
  223. }
  224. .route_bg i{
  225. color: #ccc;
  226. }
  227. .route_bg a{
  228. font-size: 12px;
  229. color: #666;
  230. text-decoration: none;
  231. }
  232. .route_bg a:hover{
  233. color: #888;
  234. text-decoration: none;
  235. }
  236. .mian_content{
  237. position: relative;
  238. min-height: 93%;
  239. /*background: #f5f5f5;*/
  240. margin-top: 10px;
  241. margin-right: 5px;
  242. }
  243. #page_content{
  244. position: absolute;
  245. width: 100%;
  246. height: 100%;
  247. }
  248. /*搴曢儴鐗堟潈*/
  249. .layout_footer{
  250. position: absolute;
  251. bottom: 0px;
  252. font-size: 12px;
  253. background: #ffffff;
  254. text-align: center;
  255. border:1px solid #eee;
  256. width: 100%;
  257. height: 30px;
  258. }