index.less 845 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. @import "~@less/variables.less";
  2. .content {
  3. position: fixed;
  4. bottom: 70px;
  5. overflow: auto;
  6. top:120px;
  7. width: 820px;
  8. padding: 0 0px 60px 0px;
  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. }
  27. .patInfoFst .patInfoSec:first-child{
  28. text-align: right;
  29. width: 70px;
  30. font-size: 14px;
  31. }
  32. &>tr>td:first-child {//打印样式需要改
  33. // text-align: right;
  34. // width: 70px;
  35. // font-size: 14px;
  36. }
  37. }
  38. .patInfo {
  39. margin: 0px 0px 30px 0px;
  40. td {
  41. border: 1px solid #aaa;
  42. padding: 8px 10px;
  43. font-size: 14px;
  44. }
  45. tr td:first-child{
  46. width: 31%;
  47. }
  48. }