@import "~@less/variables.less"; .EMR-container{ background: #fff; margin-top: 60px; // margin-right:@push-width + 10px; padding: 0px 0 10px 0 ; box-sizing: border-box; position: absolute; // min-width: 700px; min-width: 548px; float: left; overflow-y:auto; overflow-x: hidden; } .inner{ padding-top:20px; padding-bottom: 20px; } .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; }