index.less 764 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. @import "~@less/variables.less";
  2. .area{
  3. height: 100%;
  4. // min-width: 500px;
  5. }
  6. .EMR-container{
  7. background: #fff;
  8. margin:60px 20px 0 0;
  9. // margin-right:@push-width + 10px;
  10. /*padding: 0px 0 10px 0 ;*/
  11. box-sizing: border-box;
  12. position: absolute;
  13. left: 0;
  14. // min-width: 700px;
  15. // min-width: 548px;
  16. width: 1200px;
  17. padding-bottom: 48px;
  18. }
  19. .inner{
  20. padding-top:20px;
  21. padding-bottom: 48px;
  22. }
  23. .keep {
  24. position: absolute;
  25. right: 0;
  26. top: 0;
  27. }
  28. .box {
  29. padding-top: 10px;
  30. box-sizing: border-box;
  31. height: 80px;
  32. }
  33. .ipt {
  34. font-size: 16px;
  35. width: 112px;
  36. height: 20px;
  37. line-height: 18px;
  38. display: block;
  39. margin: 0 auto;
  40. text-align: left;
  41. }
  42. .line {
  43. width: 182px;
  44. height: 1px;
  45. margin: 8px auto 0 auto;
  46. background: #D8D8D8;
  47. }