baojing.html 1.2 KB

1234567891011121314151617181920212223242526272829
  1. <div style="margin-top:10px;" class="lr-form-container">
  2. <!--<div class="lr-form-row lr-form-row-title">-->
  3. <!--<label>选择车牌号</label>-->
  4. <!--</div>-->
  5. <!--<div class="lr-form-row">
  6. <label>车牌选择</label>
  7. <div id="plateselect"></div>
  8. </div>-->
  9. <div class="lr-form-row">
  10. <label>宝贝姓名</label>
  11. <input id='PetsName' placeholder="请输入姓名" type="text">
  12. </div>
  13. <div class="lr-form-row">
  14. <label>宝贝品种</label>
  15. <input id='PetsVariety' placeholder="请输入宝贝品种" type="text">
  16. </div>
  17. <div class="lr-form-row">
  18. <label>GPS号码</label>
  19. <input id='GpsDeviceNumber' placeholder="请输入GPS编码" type="text">
  20. </div>
  21. <div class="lr-form-row" style="text-align: right">
  22. <label>宝贝照片</label>
  23. <input type="file" id="bbPhoto" style="display:none">
  24. <button id="filebutton" style="background:#ff944d;margin-right: 10px;">选择文件</button>
  25. </div>
  26. </div>
  27. <div style="padding:10px;">
  28. <button type="button" style="background:#ff944d;border:1px solid #ff944d" class="lr-btn-primary lr-btn-block">提交</button>
  29. </div>