1234567891011121314151617181920212223242526272829303132 |
- <!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="w-project.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="项目名称">
- </div>
- </div>
- </div>
- </body>
|