@import "~@less/variables.less"; .area{ height: 100%; // min-width: 500px; } .EMR-container{ background: #fff; margin:60px 20px 0 0; // margin-right:@push-width + 10px; /*padding: 0px 0 10px 0 ;*/ box-sizing: border-box; position: absolute; left: 0; // min-width: 700px; // min-width: 548px; width: 1200px; padding-bottom: 48px; } .inner{ padding-top:20px; padding-bottom: 48px; } .keep { position: absolute; right: 0; top: 0; } .box { padding-top: 10px; box-sizing: border-box; height: 80px; } .ipt { font-size: 16px; width: 112px; height: 20px; line-height: 18px; display: block; margin: 0 auto; text-align: left; } .line { width: 182px; height: 1px; margin: 8px auto 0 auto; background: #D8D8D8; }