w-project-section-edit.html 1.1 KB

123456789101112131415161718192021222324252627282930313233
  1. <!DOCTYPE html>
  2. <html lang=zh-cn>
  3. <head>
  4. <meta charset=utf-8>
  5. <title>纵横计量支付系统</title>
  6. <meta name=description content=计量支付>
  7. <meta name=copyright content=smartcost.com.cn>
  8. <meta name="viewport" content="initial-scale=1, maximum-scale=1,user-scalable=no">
  9. <link rel=stylesheet href=css/bootstrap.css>
  10. <link rel=stylesheet href=css/style.css>
  11. <script src=js/jquery-1.9.1.min.js></script>
  12. </head>
  13. <body>
  14. <div class="wrapTop">
  15. <div class="userInfo fR">
  16. <span class="glyphicon glyphicon-ok topImg"></span>
  17. </div>
  18. <div class="headerLeft fL">
  19. <a href="share-key.html">
  20. <span class="glyphicon glyphicon-chevron-left"></span>
  21. <b>修改标段类型名称</b>
  22. </a>
  23. </div>
  24. </div>
  25. <div class="wrapContent">
  26. <div class="projectFrom">
  27. <div class="form-group">
  28. <input type="text" class="form-control" id="user" placeholder="项目名称" value="土建合同">
  29. </div>
  30. </div>
  31. </div>
  32. </body>