qcScore.less 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. @import './reset.less';
  2. .main-part{
  3. height: 100%;
  4. }
  5. .patient-info{
  6. height: 50px;
  7. line-height: 50px;
  8. text-indent: 50px;
  9. span{
  10. margin-right: 40px;
  11. }
  12. }
  13. .sub-menu{
  14. width: @menuWt;
  15. height: 100%;
  16. float: left;
  17. overflow-y: auto;
  18. .active{
  19. color: @activeColor;
  20. background: @activeBg;
  21. border-right: 3px @activeColor solid;
  22. }
  23. .slide-up{
  24. color: @activeColor;
  25. }
  26. .list-1{
  27. position: relative;
  28. &:after{
  29. content: " ";
  30. display: inline-block;
  31. position: absolute;
  32. left: 270px;
  33. top:18px;
  34. width: 10px;
  35. height: 6px;
  36. background: url("../images/icon_down.png") no-repeat;
  37. }
  38. &.slide-up:after{
  39. transform: rotate(180deg);
  40. -webkit-transform: rotate(180deg);
  41. }
  42. ul{
  43. display: none;
  44. li.page{
  45. text-indent: 30px;
  46. }
  47. }
  48. }
  49. li{
  50. line-height: @menuLiHt;
  51. text-indent: 15px;
  52. cursor: pointer;
  53. }
  54. }
  55. .tab-container{
  56. margin-left: 310px;
  57. height: 100%;
  58. .content-box{
  59. width:70%;
  60. height: 100%;
  61. position: relative;
  62. }
  63. .content-item{
  64. display: none;
  65. height: 100%;
  66. .title{
  67. position: absolute;
  68. top: 0;
  69. width: 100%;
  70. color: #333333;
  71. font-size: 16px;
  72. font-weight: bold;
  73. height: 44px;
  74. line-height: 44px;
  75. border-bottom:1px #E2E5EF solid;
  76. text-indent: 20px;
  77. }
  78. .container{
  79. margin-top: 45px;
  80. padding-top: 20px;
  81. height: 100%;
  82. overflow-y: auto;
  83. }
  84. }
  85. .operation{
  86. width:28%;
  87. height: 100%;
  88. margin-right: 10px;
  89. position: relative;
  90. .flaw-title{
  91. position: absolute;
  92. top:0;
  93. width: 100%;
  94. height: 44px;
  95. color: #333333;
  96. font-weight: bold;
  97. line-height: 44px;
  98. border-bottom:1px #E2E5EF solid;
  99. /*margin-bottom: 20px;*/
  100. span{
  101. font-size: 16px;
  102. margin-left: 20px;
  103. }
  104. a{
  105. float: right;
  106. width: 66px;
  107. height: 28px;
  108. margin: 10px 20px 0 0;
  109. line-height: 28px;
  110. text-align: center;
  111. border-radius:4px;
  112. color: @activeColor;
  113. font-weight: normal;
  114. border:1px @activeColor solid;
  115. }
  116. }
  117. .flaw-box{
  118. margin-top: 45px;
  119. padding-top: 20px;
  120. height: 100%;
  121. overflow-y: auto;
  122. }
  123. .flaw-item{
  124. margin: 0 20px 10px 30px ;
  125. border-bottom:1px #E2E5EF solid;
  126. padding-bottom: 10px;
  127. .title{
  128. margin-bottom: 10px;
  129. }
  130. }
  131. }
  132. .oper{
  133. float: right;
  134. }
  135. }