.l-form-group { display: flex; padding: 20px 0; font-size: 28px; border-bottom: 1PX solid #f2f2f2; &.nopb { padding-bottom: 0; } &.noborder { border-bottom: 0; } .disabled { background-color: rgb(235, 235, 228); } &.rows2 { display: block; .l-form-label { width: 100%!important; text-align: left!important; } .l-form-content { width: 100%!important; } } } .l-form-label { width: 160px; padding: 10px; color: #666; &.t2 { text-align: right; } } .l-form-input { height: 60px; width: 100%; box-sizing: border-box; } .l-form-input-font { height: 60px; line-height: 60px; padding-left: 4px; color: #666; } .l-form-picker { flex: 1; } .l-form-textarea { height: 120px; width: 100%; padding: 20px; box-sizing: border-box; } .l-form-content { flex: 1; height: 60px; position: relative; text-align: right; display: flex; padding: 0 20px; box-sizing: border-box; &.t2 { padding-right: 10px; } &.border { border: 1PX solid #f2f2f2; border-radius: 10px; margin-right: 20px; text-align: left; padding: 0; } &.border2 { border: 1PX solid #f2f2f2; border-radius: 10px; margin-right: 20px; text-align: left; padding: 10px; height: auto; } &.disabled { background: #ccc; .val { color: #9d9d9d!important; } } &.input-center { .l-form-input { text-align: center; } } &.auto-height { height: auto; .val { height: auto; min-height: 60px; line-height: 30px; padding: 15px 50px 15px 20px; } } .down { // position: absolute; // right: 20px; // top: 16px; margin-top: 16px; width: 30px; height: 30px; } .val { color: #313131; font-size: 28px; flex: 1; height: 60px; line-height: 60px; overflow: hidden; box-sizing: border-box; &.un { color: #9d9d9d; } } }