clientSearch.html 831 B

1234567891011121314151617181920212223242526
  1. <!DOCTYPE html>
  2. <html lang=zh-cn>
  3. <head>
  4. <meta charset=utf-8>
  5. <title>CLD.System</title>
  6. <link rel="shortcut icon" href="images/favicon.ico">
  7. <meta name="viewport" content="width=device-width,initial-scale=1.0">
  8. <meta name=copyright content=smartcost.com.cn>
  9. <link rel=stylesheet href=css/global.css>
  10. </head>
  11. <body>
  12. <div class="warpContent">
  13. <legend><a href="mainIndex.html" class="fR">首页</a>通讯录</legend>
  14. <div class="control-group">
  15. <label class="control-label">输入客户名/单位名</label>
  16. <div class="controls">
  17. <input type="text">
  18. </div>
  19. </div>
  20. <div class="control-group">
  21. <div class="controls">
  22. <button class="button" type="submit">搜索</button>
  23. </div>
  24. </div>
  25. </div>
  26. </body>