123456789101112131415161718192021222324252627282930313233 |
- <!DOCTYPE html>
- <html lang=zh-cn>
- <head>
- <meta charset=utf-8>
- <title>纵横计量支付系统</title>
- <meta name=description content=计量支付>
- <meta name=copyright content=smartcost.com.cn>
- <meta name="viewport" content="initial-scale=1, maximum-scale=1,user-scalable=no">
- <link rel=stylesheet href=css/bootstrap.css>
- <link rel=stylesheet href=css/style.css>
- <script src=js/jquery-1.9.1.min.js></script>
- </head>
- <body>
- <div class="wrapTop">
- <div class="userInfo fR">
- <span class="glyphicon glyphicon-ok topImg"></span>
- </div>
- <div class="headerLeft fL">
- <a href="share-key.html">
- <span class="glyphicon glyphicon-chevron-left"></span>
- <b>修改标段类型名称</b>
- </a>
- </div>
- </div>
- <div class="wrapContent">
- <div class="projectFrom">
- <div class="form-group">
- <input type="text" class="form-control" id="user" placeholder="项目名称" value="土建合同">
- </div>
- </div>
- </div>
- </body>
|