index.less 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  1. @import "~@less/mixin.less";
  2. .diaglist-wrap{
  3. position: relative;
  4. padding: 0 10px;
  5. }
  6. .diag-box {
  7. height: 50px;
  8. line-height: 50px;
  9. border-bottom: 1px dotted #989DA3;
  10. position: relative;
  11. background: #EAF7FD;
  12. }
  13. .diag-number {
  14. display: inline-block;
  15. width: 20px;
  16. height: 20px;
  17. font-size: 12px;
  18. text-align: center;
  19. color: #000;
  20. letter-spacing: 0;
  21. line-height: 20px;
  22. margin: 15px 0;
  23. }
  24. .diag-box:nth-child(1) {
  25. .diag-number{
  26. color: #3B9ED0;
  27. }
  28. }
  29. .diag-first, .diag-second {
  30. display: inline-block;
  31. width: 38px;
  32. height: 18px;
  33. background: #3B9ED0;
  34. color: #fff;
  35. border-radius: 4px;
  36. font-size: 12px;
  37. line-height: 18px;
  38. text-align: center;
  39. margin-left: 5px;
  40. }
  41. .diag-first {
  42. background: #EAF7FD;;
  43. color: #3B9ED0;
  44. border: 1px solid #3B9ED0;
  45. border-radius: 4px;
  46. line-height: 17px;
  47. }
  48. .diag-name {
  49. margin-left: 10px;
  50. border-bottom: 1px solid #666;
  51. box-sizing: border-box;
  52. position: relative;
  53. color:#000;
  54. font-weight: bold;
  55. cursor: pointer;
  56. }
  57. .diag-up, .diag-down {
  58. position: relative;
  59. top: 5px;
  60. }
  61. .treat {
  62. .btnCom;
  63. display: inline-block;
  64. width: 72px;
  65. height: 26px;
  66. line-height: 26px;
  67. color: #000;
  68. letter-spacing: 0;
  69. position: absolute;
  70. right: 40px;
  71. top: 11px;
  72. }
  73. .footer{
  74. .print{
  75. width: 111px;
  76. height: 34px;
  77. line-height: 34px;
  78. outline: none;
  79. border-radius: 4px;
  80. /*color: #3B9ED0;*/
  81. border: 0 none;
  82. cursor: pointer;
  83. background: #fff;
  84. margin-right: 20px;
  85. img{
  86. width: 20px;
  87. vertical-align: middle;
  88. margin-right: 4px;
  89. }
  90. }
  91. .okBtn{
  92. width: 80px;
  93. height: 34px;
  94. line-height: 32px;
  95. text-align: center;
  96. outline: none;
  97. border-radius: 4px;
  98. cursor: pointer;
  99. border: 1px solid #3B9ED0;
  100. box-sizing: border-box;
  101. margin-left: 20px;
  102. background: #3B9ED0;
  103. color: #fff;
  104. float: right;
  105. margin-right: 20px;
  106. }
  107. }
  108. .assess{
  109. .treat;
  110. right: 106px;
  111. }
  112. .diag-del {
  113. position: absolute;
  114. right: 0;
  115. top: 15px;
  116. }
  117. .del-msg {
  118. height: 70px;
  119. width: 100%;
  120. text-align: center;
  121. font-size: 16px;
  122. color: #000000;
  123. line-height: 16px;
  124. }
  125. .diag-up, .diag-down, .diag-del {
  126. width: 20px;
  127. margin-bottom: 4px;
  128. cursor: pointer;
  129. }
  130. .confirm-info {
  131. height: 70px;
  132. font-size: 16px;
  133. line-height: 16px;
  134. text-align: center;
  135. padding: 10px 30px;
  136. }
  137. .confirm-history {
  138. // height: 50px;
  139. position: relative;
  140. }
  141. .confirm-history-btn {
  142. .btnCom;
  143. position: absolute;
  144. right: 15px;
  145. display: inline-block;
  146. width: 66px;
  147. height: 32px;
  148. line-height: 32px;
  149. color: #3B9ED0;
  150. border: 1px solid #3B9ED0;
  151. }
  152. .history-info {
  153. height: 185px;
  154. overflow-y: auto;
  155. padding: 15px;
  156. >div{
  157. line-height: 26px;
  158. img{
  159. vertical-align: middle;
  160. margin-right: 5px;
  161. }
  162. }
  163. }
  164. .info-img {
  165. position: absolute;
  166. width: 15px;
  167. top: -14px;
  168. left: 50%;
  169. margin-left: -7px;
  170. cursor: pointer;
  171. z-index: 2;
  172. }