1234567891011121314151617181920212223242526272829 |
- <div style="margin-top:10px;" class="lr-form-container">
- <!--<div class="lr-form-row lr-form-row-title">-->
- <!--<label>选择车牌号</label>-->
- <!--</div>-->
- <!--<div class="lr-form-row">
- <label>车牌选择</label>
- <div id="plateselect"></div>
- </div>-->
- <div class="lr-form-row">
- <label>宝贝姓名</label>
- <input id='PetsName' placeholder="请输入姓名" type="text">
- </div>
- <div class="lr-form-row">
- <label>宝贝品种</label>
- <input id='PetsVariety' placeholder="请输入宝贝品种" type="text">
- </div>
- <div class="lr-form-row">
- <label>GPS号码</label>
- <input id='GpsDeviceNumber' placeholder="请输入GPS编码" type="text">
- </div>
- <div class="lr-form-row" style="text-align: right">
- <label>宝贝照片</label>
- <input type="file" id="bbPhoto" style="display:none">
- <button id="filebutton" style="background:#ff944d;margin-right: 10px;">选择文件</button>
- </div>
- </div>
- <div style="padding:10px;">
- <button type="button" style="background:#ff944d;border:1px solid #ff944d" class="lr-btn-primary lr-btn-block">提交</button>
- </div>
|