public.css 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488
  1. .nav_hover:hover, .header .head_name:hover, .header .head_tool a:hover, .nav ul li a:hover, .nav_hover.v-link-active, .header .v-link-active.head_name, .header .head_tool a.v-link-active, .nav ul li a.v-link-active {
  2. background: #008fbf; }
  3. .header {
  4. height: 50px;
  5. background: #0099cc;
  6. color: #fff;
  7. line-height: 50px; }
  8. .header a {
  9. display: block; }
  10. .header .head_name {
  11. width: 110px;
  12. height: 50px;
  13. border-right: 1px solid #008fbf;
  14. text-align: center;
  15. margin-right: 40px; }
  16. .header .head_tool {
  17. margin-right: 38px; }
  18. .header .head_tool a {
  19. float: left; }
  20. .header .head_tool i {
  21. padding: 0 10px; }
  22. .logo {
  23. width: 50px;
  24. height: 50px;
  25. background: #0087b4;
  26. text-align: center; }
  27. .nav ul li {
  28. float: left;
  29. margin-right: 5px; }
  30. .nav ul li a {
  31. display: block;
  32. padding: 0 10px; }
  33. .nav ul li i {
  34. margin-right: 12px; }
  35. .sidebar {
  36. width: 180px;
  37. position: fixed;
  38. top: 50px;
  39. bottom: 0;
  40. left: 0;
  41. z-index: 102;
  42. overflow-x: hidden;
  43. background-color: #293038;
  44. transition: width .3s; }
  45. .sidebar::-webkit-scrollbar {
  46. width: 2px; }
  47. .sidebar.sidebar_mini {
  48. width: 50px; }
  49. .sidebar.sidebar_mini .nav_left li a i {
  50. width: 50px;
  51. padding-left: 0; }
  52. .sidebar .sidebar_tool {
  53. height: 30px;
  54. background: #394555;
  55. color: #aeb9c2;
  56. text-align: center;
  57. line-height: 30px;
  58. cursor: pointer; }
  59. .sidebar .sidebar_tool:hover {
  60. background: #37424f; }
  61. .sidebar .nav_left {
  62. color: #fff;
  63. font-size: 12px;
  64. padding-top: 20px; }
  65. .sidebar .nav_left li a {
  66. height: 40px;
  67. line-height: 40px;
  68. overflow: hidden;
  69. display: block; }
  70. .sidebar .nav_left li a:hover, .sidebar .nav_left li a.v-link-active {
  71. background: #0099cc; }
  72. .sidebar .nav_left li a i {
  73. font-size: 18px;
  74. display: block;
  75. float: left;
  76. width: 72px;
  77. text-align: center;
  78. padding: 11px 0;
  79. padding-left: 20px;
  80. transition: all .3s; }
  81. .sidebar .nav_left li a span {
  82. display: block;
  83. float: left;
  84. max-width: 120px;
  85. overflow: hidden;
  86. white-space: nowrap;
  87. text-overflow: ellipsis; }
  88. .main {
  89. width: auto;
  90. position: absolute;
  91. top: 50px;
  92. bottom: 0;
  93. left: 180px;
  94. right: 0;
  95. overflow-y: auto;
  96. background: #eaedf1;
  97. transition: left .3s; }
  98. .main .notice {
  99. height: 30px;
  100. background: #fff;
  101. line-height: 30px;
  102. padding: 0 25px;
  103. color: #2d2b2c; }
  104. .main .main_content {
  105. margin: 30px 30px 0;
  106. min-height: calc(100% - 60px);
  107. background: #fff;
  108. padding: 15px 27px; }
  109. .title {
  110. height: 45px;
  111. line-height: 44px;
  112. border-bottom: 1px solid #ddd; }
  113. .title span {
  114. padding-left: 15px;
  115. margin-left: 2px;
  116. border-left: 2px solid #88b7e0;
  117. color: #2d2b2c;
  118. height: 15px;
  119. line-height: 15px;
  120. display: inline-block; }
  121. .list > li {
  122. margin-bottom: 20px; }
  123. .list .align {
  124. margin-left: 85px; }
  125. .list_align {
  126. margin-left: 85px; }
  127. .table {margin: 13px 0; }
  128. .table input.sort {
  129. border: 1px solid #fff;
  130. width: 50px;
  131. text-align: center;
  132. line-height: 27px;
  133. }
  134. .table input.etitle {
  135. border: 1px solid #fff;
  136. width: 150px;
  137. text-align: left;
  138. line-height: 27px;
  139. }
  140. .table input.sort:focus, .table input.etitle:focus {
  141. border-color: #e1e6eb;
  142. }
  143. .table input.edittitle {
  144. border: 1px solid #fff;
  145. width: 100%;
  146. text-align: left;
  147. line-height: 27px;
  148. }
  149. .table input.sort:focus, .table input.edittitle:focus {
  150. border-color: #e1e6eb;
  151. }
  152. .index_block {
  153. width: calc((100% + 16px)/4 - 16px);
  154. height: 100px;
  155. border-radius: 5px;
  156. background: #000;
  157. float: left;
  158. margin: 27px 16px 0 0;
  159. color: #fff;
  160. overflow: hidden; }
  161. .index_block:nth-of-type(4n) {
  162. margin-right: 0; }
  163. .index_block.index_block_info {
  164. background: #03a9f4; }
  165. .index_block.index_block_column {
  166. background: #8bc34a; }
  167. .index_block.index_block_admin {
  168. background: #e84e40; }
  169. .index_block.index_block_visit {
  170. background: #9c27b0; }
  171. .index_block .fr {
  172. text-align: right;
  173. padding-right: 20px; }
  174. .index_block .fr p {
  175. padding-top: 20px; }
  176. .index_block .fr strong {
  177. padding-top: 15px;
  178. display: block;
  179. font-size: 22px; }
  180. .index_block i {
  181. font-size: 62px;
  182. padding: 19px 30px;
  183. float: left; }
  184. .index_box {
  185. border: 1px solid #ddd;
  186. margin-top: 27px; }
  187. .index_box .index_box_tit {
  188. height: 38px;
  189. line-height: 37px;
  190. border-bottom: 1px solid #ddd;
  191. text-indent: 15px; }
  192. .index_box .index_box_content {
  193. min-height: 260px; }
  194. .purple_list {
  195. padding: 0 15px; }
  196. .purple_list li {
  197. padding: 15px 0 15px;
  198. color: #92657b; }
  199. .purple_list li span {
  200. color: #0099cc; }
  201. .index_highcharts {
  202. width: 100%;
  203. height: 300px;
  204. padding: 25px 25px 5px; }
  205. .main.main_big {
  206. left: 50px; }
  207. .sidebar2 {
  208. width: 180px;
  209. position: fixed;
  210. top: 50px;
  211. bottom: 0;
  212. left: 180px;
  213. z-index: 102;
  214. background-color: #eaedf1;
  215. transition: width .3s,left .3s;
  216. font-size: 12px;
  217. }
  218. .sidebar2.sidebar2_mini {
  219. width: 0; }
  220. .sidebar2.sidebar2_mini2 {
  221. left: 50px; }
  222. .sidebar2 .content_nav_tit {
  223. height: 70px;
  224. line-height: 70px;
  225. color: #333;
  226. text-indent: 20px;
  227. background: #d9dee4;
  228. overflow: hidden; }
  229. .sidebar2 .btn_expand {
  230. position: absolute;
  231. right: 0;
  232. top: 50%;
  233. margin-top: -25px;
  234. transition: transform .2s;
  235. transform-origin: right; }
  236. .sidebar2 .btn_expand:hover {
  237. transform: scaleX(1.2); }
  238. .sidebar2 .btn_contract {
  239. position: absolute;
  240. left: 100%;
  241. top: 50%;
  242. margin-top: -25px;
  243. transition: transform .2s;
  244. transform-origin: left; }
  245. .sidebar2 .btn_contract:hover {
  246. transform: scaleX(1.2); }
  247. .content_box {
  248. margin-left: 180px;
  249. padding: 25px 17px;
  250. min-height: 100%;
  251. transition: margin-left .2s;
  252. background: #fff; }
  253. .content_box.content_big {
  254. margin-left: 0; }
  255. .content_nav_list {
  256. overflow-x: auto; }
  257. .content_nav_list li {
  258. line-height: 35px; }
  259. .content_nav_list li a {
  260. display: block;
  261. text-overflow: ellipsis;
  262. white-space: nowrap;
  263. overflow: hidden; }
  264. .content_nav_list li a:hover, .content_nav_list li a.v-link-active {
  265. background: #fff; }
  266. .content_nav_list ul li {
  267. text-indent: 40px; }
  268. .content_nav_list i {
  269. display: inline-block;
  270. width: 30px;
  271. text-align: center;
  272. color: #333; }
  273. .content_left span {
  274. width: 100%;
  275. max-width: 100% !important;
  276. text-align: center; }
  277. #upload_template {
  278. display: none; }
  279. .list_dropzone {
  280. margin: 20px 20px 20px 85px; }
  281. .sort-placeholder {
  282. border: 1px dashed #ccc;
  283. background: #fff; }
  284. .upload_list {
  285. width: 100%;
  286. background: #eee;
  287. border-radius: 10px;
  288. overflow: hidden;
  289. padding: 15px 0 5px;
  290. position: relative;
  291. margin-bottom: 10px; }
  292. .upload_list.sort-placeholder {
  293. border-radius: 10px;
  294. margin-bottom: 10px;
  295. height: 136px;
  296. padding: 15px 0 5px;
  297. margin-bottom: 10px; }
  298. .upload_list > div {
  299. float: left;
  300. padding: 0 15px;
  301. line-height: 24px; }
  302. .upload_list > div img {
  303. max-width: 100px;
  304. max-height: 126px;
  305. vertical-align: middle; }
  306. .upload_list > div.upload_img {
  307. width: 130px;
  308. height: 126px;
  309. line-height: 126px;
  310. text-align: center; }
  311. .upload_list > div.ellipsis {
  312. width: 250px; }
  313. .upload_list > div .list li {
  314. margin-bottom: 10px; }
  315. .upload_list > div .list li label {
  316. line-height: 26px; }
  317. .upload_list > div .list li label > span {
  318. width: auto;
  319. padding: 0 10px 0 0; }
  320. .upload_list > div .list li label input {
  321. height: 26px;
  322. width: 400px; }
  323. .upload_list > div .list li label textarea {
  324. width: 400px;
  325. height: 50px;
  326. line-height: 1.4; }
  327. .upload_list > div .list li:first-child label input {
  328. width: 200px; }
  329. .upload_list .upload_delete {
  330. position: absolute;
  331. right: 10px;
  332. top: 10px;
  333. z-index: 999;
  334. opacity: 0.8; }
  335. .upload_list .upload_delete:hover {
  336. opacity: 1; }
  337. .key_table{margin: 0px;}
  338. .key_table table {
  339. width: 100%;
  340. border: 1px solid #eee;
  341. color: #848484;
  342. font-size: 14px;
  343. background: #fff;
  344. word-break: break-all;
  345. border-collapse: collapse;
  346. border-spacing: 0;
  347. }
  348. .key_table thead {
  349. display: table-header-group;
  350. vertical-align: middle;
  351. border-color: inherit;
  352. }
  353. .key_table thead tr {
  354. background-color: #f4f8fd;
  355. }
  356. .key_table tr {
  357. border-top: 1px solid #eee;
  358. }
  359. .key_table td, .key_table .th {
  360. height: 50px;
  361. text-align: center;
  362. padding: 0 10px;
  363. vertical-align: middle;
  364. }
  365. .table_info {
  366. background-color: #f6f6f6;
  367. }
  368. .table_info ul {
  369. margin-top: -1px;
  370. border-right: 1px solid #eee;
  371. border-bottom: 1px solid #eee;
  372. clear: both;
  373. }
  374. .table_info .time {
  375. width: 100%;
  376. border-bottom: 1px solid #eee;
  377. margin-bottom: -1px;
  378. }
  379. .table_info li {
  380. position: relative;
  381. float: left;
  382. width: 25%;
  383. height: 50px;
  384. line-height: 50px;
  385. padding: 0 10px;
  386. overflow: hidden;
  387. border-top: 1px solid #eee;
  388. border-left: 1px solid #eee;
  389. }
  390. .color {
  391. color: #00a2e9;
  392. }
  393. .table_info li i{
  394. font-style: normal;
  395. position: relative;
  396. top: -2px;
  397. margin-left: 5px;
  398. }
  399. .table_info .krank {
  400. position: absolute;
  401. right: 10px;
  402. top: 0;
  403. }
  404. .table_info .krank i {
  405. color: red;
  406. }
  407. .table_info .krank .green {
  408. color: green;
  409. }
  410. .table_info .kname {
  411. position: relative;
  412. display: block;
  413. padding-left: 10px;
  414. }
  415. .table_info .kname:before {
  416. content: "";
  417. height: 21px;
  418. border-left: 5px solid #666;
  419. position: absolute;
  420. left: 0;
  421. top: 50%;
  422. margin-top: -10.5px;
  423. }
  424. .table_info li i {
  425. font-style: normal;
  426. position: relative;
  427. top: -2px;
  428. margin-left: 8px;
  429. }
  430. .key_table .history {
  431. width: 39px;
  432. height: 30px;
  433. line-height: 30px;
  434. border: 0;
  435. }
  436. .key_table .btn1 {
  437. display: inline-block;
  438. }
  439. .list_rows{
  440. text-align: center;
  441. height: 30px;
  442. line-height: 30px;
  443. border: 1px solid #e2e2e2;
  444. border-radius: 2px;
  445. vertical-align: top;
  446. background-color: #fff;
  447. box-sizing: border-box!important;
  448. }
  449. /*# sourceMappingURL=public.css.map */