index.less 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  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: #3B9ED0;
  68. letter-spacing: 0;
  69. position: absolute;
  70. right: 40px;
  71. top: 11px;
  72. border: 1px solid #3B9ED0;
  73. }
  74. .footer{
  75. .print{
  76. width: 111px;
  77. height: 34px;
  78. line-height: 34px;
  79. outline: none;
  80. border-radius: 4px;
  81. /*color: #3B9ED0;*/
  82. border: 0 none;
  83. cursor: pointer;
  84. background: #fff;
  85. margin-right: 20px;
  86. img{
  87. width: 20px;
  88. vertical-align: middle;
  89. margin-right: 4px;
  90. }
  91. }
  92. .okBtn{
  93. width: 80px;
  94. height: 34px;
  95. line-height: 32px;
  96. text-align: center;
  97. outline: none;
  98. border-radius: 4px;
  99. cursor: pointer;
  100. border: 1px solid #3B9ED0;
  101. box-sizing: border-box;
  102. margin-left: 20px;
  103. background: #3B9ED0;
  104. color: #fff;
  105. float: right;
  106. margin-right: 20px;
  107. }
  108. }
  109. .assess{
  110. .treat;
  111. right: 106px;
  112. }
  113. .diag-del {
  114. position: absolute;
  115. right: 0;
  116. top: 15px;
  117. }
  118. .del-msg {
  119. height: 70px;
  120. width: 100%;
  121. text-align: center;
  122. font-size: 16px;
  123. color: #000000;
  124. line-height: 16px;
  125. }
  126. .diag-up, .diag-down, .diag-del {
  127. width: 20px;
  128. margin-bottom: 4px;
  129. cursor: pointer;
  130. }
  131. .confirm-info {
  132. height: 70px;
  133. font-size: 16px;
  134. line-height: 16px;
  135. text-align: center;
  136. padding: 10px 30px;
  137. }
  138. .confirm-history {
  139. // height: 50px;
  140. position: relative;
  141. }
  142. .confirm-history-btn {
  143. .btnCom;
  144. position: absolute;
  145. right: 15px;
  146. display: inline-block;
  147. width: 66px;
  148. height: 32px;
  149. line-height: 32px;
  150. color: #3B9ED0;
  151. border: 1px solid #3B9ED0;
  152. }
  153. .history-info {
  154. height: 185px;
  155. overflow-y: auto;
  156. padding: 15px;
  157. >div{
  158. line-height: 26px;
  159. img{
  160. vertical-align: middle;
  161. margin-right: 5px;
  162. }
  163. }
  164. }