index.less 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240
  1. @import "~@less/variables.less";
  2. .content {
  3. position: relative;
  4. overflow: auto;
  5. height: 100%;
  6. top: 0px;
  7. width: 700px;
  8. box-sizing: border-box;
  9. // background-color: red;
  10. .contents {
  11. position: relative;
  12. padding-bottom: 26px;
  13. margin: 0 15px 0 18px;
  14. // padding-top: 40px;
  15. }
  16. }
  17. .imgCheck {
  18. position: relative;
  19. top: 2px;
  20. margin: 0 3px 0 0px;
  21. cursor: pointer;
  22. }
  23. table{
  24. border-collapse: collapse;
  25. width: 100%;
  26. }
  27. .infos{
  28. .patInfoFst{
  29. vertical-align: top;
  30. border-bottom: 1px solid #e2e4e6;
  31. display: flex;
  32. }
  33. .patInfoFst .patInfoSecs{
  34. display: flex;
  35. justify-content: flex-start;
  36. align-items: center;
  37. padding-left: 30px;
  38. }
  39. .patInfoFst .patInfoSec{
  40. padding: 9px 5px 8px 0px;
  41. line-height: 20px;
  42. word-break: break-all;
  43. display: flex;
  44. justify-content: flex-end;
  45. }
  46. .patInfoFst .patInfoSec:first-child{
  47. text-align: right;
  48. width: 76px;
  49. font-size: 14px;
  50. }
  51. &>tr>td:first-child {//打印样式需要改
  52. // text-align: right;
  53. // width: 70px;
  54. // font-size: 14px;
  55. }
  56. }
  57. .patInfo {
  58. margin: 0px 0px 30px 0px;
  59. td {
  60. border: 1px solid #aaa;
  61. padding: 8px 10px;
  62. font-size: 14px;
  63. }
  64. tr td:first-child{
  65. width: 31%;
  66. }
  67. }
  68. .bbtm {
  69. border-bottom: 1px solid #333;
  70. }
  71. .formulaTable {
  72. text-align: center;
  73. vertical-align: middle;
  74. display: inline-block;
  75. .formulaTd {
  76. border-bottom: 1px solid #000;
  77. }
  78. }
  79. .alignMiddle {
  80. vertical-align: middle;
  81. }
  82. .alignCenter {
  83. text-align: center;
  84. }
  85. .assistTable {
  86. margin-bottom: 10px;
  87. width: 100%;
  88. font-size: 12px;
  89. tr:nth-child(odd){
  90. background: #F2F2F2;
  91. }
  92. .assistTableTrSec {
  93. line-height: 22px;
  94. max-width: 650px;
  95. display: flex;
  96. td {
  97. font-size: 12px;
  98. span {
  99. font-size: 12px;
  100. }
  101. }
  102. }
  103. }
  104. .assistTableTrFst {
  105. font-size: 14px;
  106. line-height: 1.5;
  107. .ediName {
  108. width: 100%;
  109. }
  110. span {
  111. border-bottom: 1px solid #666666;
  112. }
  113. p {
  114. display: inline-block;
  115. margin-left: 10px;
  116. color: #3B9ED0;
  117. font-size: 12px;
  118. margin-left: 10px;
  119. background-color: #EDF8FF;
  120. padding: 0 5px;
  121. max-width: 490px;
  122. float: right;
  123. }
  124. }
  125. .assistTableTdFst {
  126. width: 120px;
  127. overflow: hidden;
  128. white-space: nowrap;
  129. text-overflow: ellipsis;
  130. display: block;
  131. margin-right: 10px;
  132. }
  133. .adviceTableTdFst {
  134. width: 28%;
  135. }
  136. .assistTableTdSec {
  137. width: 120px;
  138. position: relative;
  139. overflow: hidden;
  140. white-space: nowrap;
  141. text-overflow: ellipsis;
  142. margin-right: 15px;
  143. img {
  144. top: 6px !important;
  145. }
  146. }
  147. // .assistTableTdSix {
  148. // width:3%;
  149. // }
  150. .assistTableTdTrd {
  151. width: 120px;
  152. position: relative;
  153. overflow: hidden;
  154. white-space: nowrap;
  155. text-overflow: ellipsis;
  156. margin-right: 15px;
  157. }
  158. .assistTableTdFor {
  159. width: 25%;
  160. }
  161. .assistTableTrSecExcel {
  162. line-height: 1.5;
  163. width: 100%;
  164. font-size: 12px;
  165. td {
  166. font-size: 12px;
  167. }
  168. }
  169. .assistTableTrFstExcel {
  170. font-size: 14px;
  171. line-height: 1.5;
  172. span {
  173. position: relative;
  174. left: -10px;
  175. }
  176. }
  177. .checkAssist {
  178. font-size: 14px;
  179. word-break: break-all;
  180. display: flex;
  181. flex-flow: column;
  182. width: 100%;
  183. }
  184. .font14 {
  185. font-size: 14px;
  186. }
  187. .pushMessage {
  188. padding: 1px 0px 8px 0px;
  189. line-height: 20px;
  190. }
  191. .pushMessageTitle {
  192. margin-top: 8px;
  193. margin-bottom: 8px;
  194. font-size: 14px;
  195. }
  196. .pushMessageDes {
  197. padding: 0 0 5px 0;
  198. word-break: break-all;
  199. }
  200. .docName {
  201. text-align: right;
  202. margin-top: 15px;
  203. span {
  204. min-width: 60px;
  205. padding: 0 5px 2px 5px;
  206. border-bottom: 1px solid #333;
  207. }
  208. }
  209. .printBtn {
  210. padding: 10px 20px;
  211. float: right;
  212. margin-top: 22px;
  213. background-color: #3B9ED0;
  214. color: #fff;
  215. border-radius: 4px;
  216. cursor: pointer;
  217. position: absolute;
  218. right: -40px;
  219. }
  220. @media print{
  221. .printBtn {
  222. display: none !important;
  223. }
  224. p,span,td,div {
  225. font-size: 12px !important;
  226. }
  227. .infos {
  228. td {
  229. font-size: 12px !important;
  230. padding: 4px 5px 4px 0px !important;
  231. line-height: 18px !important;
  232. span {
  233. font-size: 12px !important;
  234. }
  235. }
  236. }
  237. }