doctorIndex.css 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. canvas {
  2. -moz-user-select: none;
  3. -webkit-user-select: none;
  4. -ms-user-select: none;
  5. }
  6. #canvas1 {
  7. /*min-width: 600px;*/
  8. }
  9. .tile-stats h3 {
  10. color: #000 !important;
  11. }
  12. html {
  13. height: 100% !important
  14. }
  15. body {
  16. height: 100% !important
  17. }
  18. .right_col {
  19. padding: 0 !important
  20. }
  21. #content {
  22. padding: 10px 20px;
  23. box-sizing: border-box;
  24. }
  25. .container {
  26. height: 100% !important
  27. }
  28. .shortcuts {
  29. border: 1px solid;
  30. width: 40px;
  31. height: 40px;
  32. margin: 5px 10px 5px 0;
  33. border-radius: 10%;
  34. padding: 4px 8px;
  35. border-color: #6D31CF !important;
  36. }
  37. .shortcuts i {
  38. font-size: 30px;
  39. color: #6D31CF;
  40. }
  41. .w_25 span {
  42. position: absolute;
  43. margin-top: 25px;
  44. transform: translateY(-50%);
  45. }
  46. .first_today_work {
  47. border-right: 1px solid #2e69eb;
  48. }
  49. .today_work {
  50. height: 50px;
  51. text-align: center;
  52. line-height: 25px;
  53. float: left;
  54. box-sizing: border-box;
  55. width: 50%;
  56. margin-top: 15px;
  57. margin-bottom: 15px;
  58. background-color: #EFF3FD;
  59. -webkit-border-radius: 2px;
  60. }
  61. .work_detail {
  62. position: relative;
  63. display: block;
  64. margin-bottom: 12px;
  65. -webkit-border-radius: 5px;
  66. overflow: hidden;
  67. padding-bottom: 5px;
  68. -webkit-background-clip: padding-box;
  69. -moz-border-radius: 5px;
  70. -moz-background-clip: padding;
  71. border-radius: 5px;
  72. background: #FFF;
  73. transition: all .3s ease-in-out;
  74. }
  75. .work_detail span {
  76. font-size: 14px;
  77. line-height: 10px;
  78. margin-left: 10px;
  79. font-family: Microsoft YaHei, Arial, wryh, Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, sans-serif;
  80. }
  81. .work_detail_full{
  82. border-bottom: 0.5px solid #dcdcdc;
  83. padding-top: 5px;
  84. margin-top: 5px;
  85. line-height: 30px;
  86. }