为了账号安全,请及时绑定邮箱和手机立即绑定

为什么我的弹出框中插入表格后排版就乱了?

为什么我的弹出框中插入表格后排版就乱了?

耂虍 2016-12-20 03:23:15
<!DOCTYPE HTML> <html> <head> <meta charset="utf-8"> <title>通讯录</title> <link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css"> </head> <body>     <div class="container" style="width:500px">  <table class="table table-stripped" align="center">     <thead>      <tr>        <th>姓名</th>      </tr>    </thead>    <tbody>      <tr>         <td><a data-toggle="modal" href="#xiongda" style="color:black">熊大</a></td>        <div class="modal fade" id="xiongda">         <div class="modal-dialog">             <div class="modal-content">                 <div class="modal-header">                     <button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button>                     <h4 class="modal-title">熊大</h4>                 </div>                 <div class="modal-body">                     <table class="table table-stripped">                     <thead>                         <tr>                             <th>性别</th>                             <th>年龄</th>                             <th>电话</th>                         </tr>                     </thead>                     <tbody>                         <tr>                             <td>男</td>                             <td>20</td>                             <td>1122334455</td>                         </tr>                     </tbody>                     </table>                 </div>                 <div class="modal-footer">                     <button type="button" class="btn btn-default" data-dismiss="modal">关闭</button>                 </div>                 </div>            </div> </div>      </tr>      <tr>        <td>熊二</td>            </tr>      <tr>        <td>张三</td>      </tr>      <tr>        <td>李四</td>      </tr>    </tbody>  </table>     </div> <script src="http://libs.baidu.com/jquery/1.9.0/jquery.js"></script> <script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>  </body> </html>
查看完整描述

2 回答

  • 2 回答
  • 0 关注
  • 1684 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信