.basic-info-input { display: flex; flex-flow: row nowrap; justify-content: space-between; align-items: center; border-bottom: 0.5px solid #eeeeee; line-height: 54px; } .NoneInput90 { flex: 1; /* flex-shrink: 1; */ /* width: 65%; */ height: 28px; text-align: left; border: none; font-size: 13px; color: #646464; font-family: Arial; outline:none; padding-left: 20px; } .required{ color: red; } .nowrap{ flex-shrink: 0; white-space: nowrap; } .relative{ position: relative; } .absolute{ position: absolute; top: 22px; left: -9px; } .fixed{ position: fixed; } .blue{ color: #4a74ff; } .flex-row{ display: flex; flex-flow: row nowrap; } .flex-align-center{ align-items: center; } .color666{ color: #666; } .font14{ font-size: 14px; } .margin-left-5{ margin-left: 5px; }