sign_manage.css 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. [v-cloak]{display: none;}
  2. p {margin-bottom: 0; margin-top: 0;}
  3. .re-title .name{font-size: 18px;font-weight: bold;color: #333;height: 40px;line-height: 40px;display: inline-block;padding: 0px 20px;}
  4. .re-title .team{font-size: 14px;color: #333;display: inline-block;}
  5. .no-select{-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select:none}
  6. .re-title{border-bottom:solid 1px #ededed;}
  7. .lh28 {line-height: 28px;}
  8. .plr5 {padding-left: 5px; padding-right: 5px;}
  9. .bgc-12b7f5 {background-color: #12b7f5;}
  10. .w40 {width: 32px; height: 24px; text-indent: 0.5em;}
  11. .lh24 {height: 24px; line-height: 24px;}
  12. .h30 {height: 30px; line-height: 30px}
  13. .lh40 {line-height: 40px}
  14. .w-10-1 {width: calc(10% - 1px)}
  15. .w-14 {width: 14%}
  16. .w-18-1 {width: calc(18% - 1px)}
  17. .w-20-1 {width: calc(20% - 1px)}
  18. .list-tit {
  19. display: inline-block;
  20. width: 110px;
  21. height: 28px;
  22. padding: 0 5px;
  23. border: 1px solid #e1e1e1;
  24. }
  25. .set-bg {
  26. background: url("../../../images/tiaozhuan_xia_icon.png") no-repeat 105px center;
  27. }
  28. .pull-list {
  29. position: absolute;
  30. top: 30px;
  31. right: 0;
  32. width: 120px;
  33. background: #fff;
  34. z-index: 9;
  35. }
  36. .pull-list li {
  37. padding: 0 5px;
  38. }
  39. .pull-list li:hover {
  40. background-color: #e1e1e1;
  41. }
  42. .sosou-btn {
  43. float: right;
  44. width: 20px;
  45. height: 28px;
  46. background: url(../../../images/sousuo_icon.png) no-repeat no-repeat center center;
  47. background-size: 16px 16px;
  48. cursor: pointer;
  49. }
  50. .inp::-webkit-input-placeholder {
  51. color: #999;
  52. }
  53. .operate:hover {text-decoration: underline;}
  54. .operate:active {color: red;}
  55. .page-btn {
  56. height: 24px;
  57. width: 24px;
  58. padding: 0;
  59. background: #fff;
  60. color: #ccc;
  61. }
  62. .sure-btn {
  63. height: 26px;
  64. width: 36px;
  65. border-radius: 0;
  66. border: 0;
  67. padding: 0;
  68. line-height: 26px;
  69. }
  70. .btn-active {
  71. background-color: #12b7f5;
  72. color: #fff;
  73. }
  74. ul {
  75. list-style: none;
  76. }
  77. input {border: 0;outline:none;}
  78. .h22 {height: 22px;}
  79. .c-12b7f5 {color: #12b7f5;}
  80. .cur-pit {cursor: pointer;}
  81. span.c-12b7f5:active {
  82. text-decoration: underline;
  83. }
  84. .patient-table th, .patient-table td{
  85. height: 40px;
  86. padding: 0 10px;
  87. border-bottom: 1px solid #e1e1e1;
  88. border-right: 1px solid #e1e1e1;
  89. }
  90. .patient-table th:last-child, .patient-table td:last-child{
  91. border-right: 0;
  92. }