| | |
| | | <div class="form-group"> |
| | | <label class="col-sm-3 control-label">端口类型:</label> |
| | | <div class="col-sm-9" style="display: flex;align-items: center;"> |
| | | <div class="radio radio-info radio-inline"> |
| | | <input type="radio" id="type1" value="1" name="type" checked="" > |
| | | <label for="type1"> 用户端 </label> |
| | | </div> |
| | | <!-- <div class="radio radio-info radio-inline">--> |
| | | <!-- <input type="radio" id="type1" value="1" name="type" checked="" >--> |
| | | <!-- <label for="type1"> 用户端 </label>--> |
| | | <!-- </div>--> |
| | | <div class="radio radio-success radio-inline"> |
| | | <input type="radio" id="type2" value="2" name="type" > |
| | | <label for="type2"> 司机端 </label> |