index.less 3.2 KB

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