南栀北散 2022-08-19 19:52 采纳率: 0%
浏览 48

html中<a>标签点击没有任何反应

html中标签点击没有任何反应


        .leftside {
            float: left;
            background-color: rgb(245, 245, 245);
            width: 230px;

        }

        .leftside ul {

            height: 663px;
        }

        .leftside .first {
            background-color: rgb(66, 139, 202);
            /*margin-top: 25px;*/

        }

        .leftside .first a {
            color: white;

        }

        .leftside ul li {
            border-bottom: 0.2px solid white;
            font-size: 20px;
            height: 60px;
            line-height: 60px;
            width: 100%;
            text-align: center;
        }

        .leftside ul li a {
            color: black;

        }

        .container-fluid {
            position: relative;
            top: 10px;
            left: 10px;
        }

        /*.sub-header {*/
        /*    margin-top: 35px;*/
        /*}*/

        .table-responsive {

            margin-top: 1px;
        }

        /* .table-striped {

            width: 1250px;
        } */

        thead tr th {
            background-color: white;
        }

        tbody tr {
            background-color: rgb(245, 245, 245);
        }

        tbody tr td .long {
            width: 270px;
            height: 30px;
        }

        tbody tr td .last {
            height: 40px;
            width: 60px;
        }

    </style>
</head>

<body>
    <div class="header">
        <span class="left">学 生 信 息 录 入</span>
        <span class="right_right"><a href="/">退出登陆</a></span>
    </div>
    <div class="leftside" >
        <ul>
            <li class="first"><a>学生信息管理</a></li>
            <li><a href="/teacher">教师信息管理</a></li>
            <li ><a  href="/course">课程信息管理</a></li>
        </ul>
    </div>

    <div class="container-fluid">
        <h1 class="sub-header">学 生 信 息 录 入 系 统</h1>  

        <div class="table-responsive">
            <table class="table table-striped">
    <div class="bs-example" data-example-id="bordered-table">
      <table class="table table-bordered">
      <thead>
        <tr>
            <th>学号</th>
            <th>姓名</th>
            <th>性别</th>
            <th>年龄</th>
            <th>系别</th>
            <th>操作</th>
        </tr>
      </thead>
      <tbody id="body" >
      {% for item in data_list %}
        <tr>
            <td >{{item[0]}}</td>
            <td >{{item[1]}}</td>
            <td>{{item[2]}}</td>
            <td>{{item[3]}}</td>
            <td>{{item[4]}}</td>
            <td bgcolor="#5f9ea0">
                <a href="/add">添加</a>
                <a href="/delete?sno={{item[0]}}">删除</a>
                <a href="/update?sno1={{item[0]}}">修改</a>
            </td>
        </tr>
       {% endfor %}
      </tbody>
    </table>
  </div>
            </table>

        </div>
    </div>


页面中点击相应的内容没有任何反应

  • 写回答

3条回答 默认 最新

  • WEB届的阿猫阿狗 2022-08-19 20:05
    关注

    F12看下控制台,是否报错

    评论

报告相同问题?

问题事件

  • 创建了问题 8月19日

悬赏问题

  • ¥15 欧拉系统opt目录空间使用100%
  • ¥15 ul做导航栏格式不对怎么改?
  • ¥20 用户端如何上传图片到服务器和数据库里
  • ¥15 现在研究生在烦开题,看了一些文献,但不知道自己要做什么,求指导。
  • ¥30 vivado封装时总是显示缺少一个dcp文件
  • ¥100 pxe uefi启动 tinycore
  • ¥15 我pycharm运行jupyter时出现Jupyter server process exited with code 1,然后打开cmd显示如下
  • ¥15 可否使用carsim-simulink进行四轮独立转向汽车的联合仿真,实现四轮独立转向汽车原地旋转、斜向形式、横移等动作,如果可以的话在carsim中如何进行相应设置
  • ¥15 Caché 2016 在Java环境通过jdbc 执行sql报Parameter list mismatch错误,但是同样的sql使用连接工具可以查询出数据
  • ¥15 疾病的获得与年龄是否有关