resource.css 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. @charset "UTF-8";
  2. html,body{ width:100%; height:100%; margin:0; padding:0; }
  3. /* 滚动条 */
  4. ::-webkit-scrollbar { width: 12px;}
  5. ::-moz-scr
  6. ::-webkit-scrollbar-track { -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3); border-radius:10px;}
  7. ::-webkit-scrollbar-thumb { border-radius:10px; background: rgba(0,0,0,0.1); -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.5);}
  8. ::-webkit-scrollbar-thumb:window-inactive { background: rgba(255,0,0,0.4);}
  9. .hand{ cursor:pointer; }
  10. #chart{width:1050px; height:500px; margin:auto; }
  11. .table-title { border-top:1px solid #aaa; table-layout:fixed; width: 100%; border-collapse: collapse;}
  12. .table-title td{ height: 31px; border-left: solid 1px #aaa; border-bottom: solid 1px #aaa; text-align: center; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
  13. .div-month{ float: left; margin-left: -1px; height: 89px; overflow: hidden; }
  14. .div-month-title{ float: left; height:29px; width: 100%; margin-left: -1px; text-align: center; line-height: 28px; }
  15. .div-month-title div{ border-left: solid 1px #aaa; border-right: solid 1px #aaa; font-size: 16px; }
  16. .div-day-box{ float: left; width: 28px; height: 28px; border: solid 1px #aaa; border-right:none; margin-left: -1px; margin-top: -1px; line-height: 30px; text-align: center; }
  17. .crossing_title{ border-bottom:1px solid #aaa; height:24px; text-align:center; }
  18. .resource_crossing_chart{ border-collapse:collapse; }
  19. .resource_crossing_chart tr{ display:flex; }
  20. .crochar_title_month{ border-bottom:1px solid #aaa; border-right:1px solid #aaa; height:24px; text-align:center; width:100%; }
  21. .title_col{ width: 28px; height: 28px; border-right: solid 1px #aaa; border-bottom: solid 1px #aaa; text-align: center; display:inline-block;}
  22. .title_col_con{ width: 28px; height:30px; border-right: dashed 1px #aaa; text-align: center; display:inline-block; }
  23. .plan_con{ background:#fdd5b5; }
  24. .reality_con{ background:#93cddd; }
  25. .has_characters_describe{ border-bottom: solid 10px transparent; border-right:solid 10px #d52349; border-left: solid 10px transparent; }
  26. /* 编辑区 */
  27. .img_edit { background-image: url(/nwyj/scripts/qui/libs/icons/edit.png); _background-image: url(/nwyj/scripts/qui/libs/icons/edit.gif); background-repeat: no-repeat; width: 20px; height: 16px; display: inline-block; }
  28. .img_delete { background-image: url(/nwyj/scripts/qui/libs/icons/delete.png); _background-image: url(/nwyj/scripts/qui/libs/icons/delete.gif); background-repeat: no-repeat; width: 20px; height: 16px; display: inline-block; }
  29. /* 工具栏 */
  30. .tool_btn_box{ height:57px; width:100%; }
  31. .add_btn{ border: none; border-radius: 6px; width:70px; height: 33px!important; margin: 24px 0 0 0; cursor: pointer; background: url(/nwyj/scripts/qui/libs/icons/add.png);
  32. _background: url(/nwyj/scripts/qui/libs/icons/add.gif); background-repeat: no-repeat; background-position: 20% 55%; _background-position: 20% 55%;
  33. padding: 0 5px 0 18px; display: inline-block; white-space: nowrap; word-break: keep-all; word-wrap: normal;
  34. line-height: 33px; text-align: right;}
  35. .add_btn:hover{ background: url(/nwyj/scripts/qui/libs/icons/add.png) #3b95c8 no-repeat 20% 55%; color:#fff; }