index.less 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  1. @import "~@less/variables.less";
  2. .content {
  3. position: relative;
  4. overflow: auto;
  5. height: 100%;
  6. top:0px;
  7. width: 820px;
  8. box-sizing: border-box;
  9. .contents {
  10. position: relative;
  11. padding-bottom: 26px;
  12. }
  13. }
  14. table{
  15. border-collapse: collapse;
  16. width: 100%;
  17. }
  18. .infos{
  19. .patInfoFst{
  20. vertical-align: top;
  21. border-bottom: 1px solid #e2e4e6;
  22. }
  23. .patInfoFst .patInfoSec{
  24. padding: 9px 5px 8px 0px;
  25. line-height: 20px;
  26. word-break: break-all;
  27. }
  28. .patInfoFst .patInfoSec:first-child{
  29. text-align: right;
  30. width: 70px;
  31. font-size: 14px;
  32. }
  33. &>tr>td:first-child {//打印样式需要改
  34. // text-align: right;
  35. // width: 70px;
  36. // font-size: 14px;
  37. }
  38. }
  39. .patInfo {
  40. margin: 0px 0px 30px 0px;
  41. td {
  42. border: 1px solid #aaa;
  43. padding: 8px 10px;
  44. font-size: 14px;
  45. }
  46. tr td:first-child{
  47. width: 31%;
  48. }
  49. }
  50. .bbtm {
  51. border-bottom: 1px solid #333;
  52. }
  53. .formulaTable {
  54. text-align: center;
  55. vertical-align: middle;
  56. display: inline-block;
  57. .formulaTd {
  58. border-bottom: 1px solid #000;
  59. }
  60. }
  61. .alignMiddle {
  62. vertical-align: middle;
  63. }
  64. .alignCenter {
  65. text-align: center;
  66. }
  67. .assistTable {
  68. margin-bottom: 10px;
  69. width: 100%;
  70. font-size: 12px;
  71. .assistTableTrSec {
  72. line-height: 1.5;
  73. max-width: 650px;
  74. td {
  75. font-size: 12px;
  76. span {
  77. font-size: 12px;
  78. }
  79. }
  80. }
  81. }
  82. .assistTableTrFst {
  83. font-size: 14px;
  84. line-height: 1.5;
  85. span {
  86. border-bottom: 1px solid #666666;
  87. }
  88. }
  89. .assistTableTdFst {
  90. width: 32%;
  91. }
  92. .assistTableTdSec {
  93. width: 16%;
  94. position: relative;
  95. img {
  96. top: 6px !important;
  97. }
  98. }
  99. .assistTableTdTrd {
  100. width: 24%;
  101. }
  102. .assistTableTdFor {
  103. width: 28%;
  104. }
  105. .assistTableTrSecExcel {
  106. line-height: 1.5;
  107. width: 100%;
  108. font-size: 12px;
  109. td {
  110. font-size: 12px;
  111. }
  112. }
  113. .assistTableTrFstExcel {
  114. font-size: 14px;
  115. line-height: 1.5;
  116. span {
  117. position: relative;
  118. left: -10px;
  119. }
  120. }
  121. .checkAssist {
  122. font-size: 14px;
  123. word-break: break-all;
  124. }
  125. .font14 {
  126. font-size: 14px;
  127. }
  128. .pushMessage {
  129. padding: 1px 0px 8px 0px;
  130. line-height: 20px;
  131. }
  132. .pushMessageTitle {
  133. margin-top: 8px;
  134. margin-bottom: 8px;
  135. font-size: 14px;
  136. }
  137. .pushMessageDes {
  138. padding: 0 0 5px 0;
  139. word-break: break-all;
  140. }
  141. .docName {
  142. text-align: right;
  143. margin-top: 15px;
  144. span {
  145. min-width: 60px;
  146. padding: 0 5px 2px 5px;
  147. border-bottom: 1px solid #333;
  148. }
  149. }
  150. .printBtn {
  151. padding: 10px 20px;
  152. float: right;
  153. margin-top: 22px;
  154. background-color: #3B9ED0;
  155. color: #fff;
  156. border-radius: 4px;
  157. cursor: pointer;
  158. position: absolute;
  159. right: -40px;
  160. }
  161. @media print{
  162. .printBtn {
  163. display: none !important;
  164. }
  165. .infos {
  166. td {
  167. font-size: 12px !important;
  168. padding: 4px 5px 4px 0px !important;
  169. line-height: 18px !important;
  170. }
  171. }
  172. }