.config-row{height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:15px}.config-row .name{width:250px;font-size:16px}.config-row .value-wrap{height:36px;outline:none;padding:0 10px;border:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.config-row .value-wrap>.value,.config-row .value-wrap input{width:400px;height:36px;line-height:36px;background-color:#f1f1f1}.config-row .value-wrap input{outline:none;padding:0 10px;border:none}.config-row .value-wrap>button{margin-left:20px}.config-row .value-wrap .tip{color:red}