1234567891011121314151617 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <title>foot</title>
- </head>
- <body>
- <div id="foot" class="container-fluid">
- <div class="row navbar-fixed-bottom footerBar">
- <p style="color: red;font-size: 16pt">提示信息</p>
- </div>
- </div>
- </body>
- </html>
|