引入Bootstrap样式后无效解决办法亲测有效

Bootstrap引入后样式无效,除了在头部引入以外,记得查看头文件中是否包含isELIgnored="false"字段!!!

<%@ page contentType="text/html;charset=UTF-8" language="java" isELIgnored="false" %>
<html>
<head>
    <title>添加学生</title>
    <%
        pageContext.setAttribute("APP_PATH", request.getContextPath());
    %>
    <script type="text/javascript"	src="${APP_PATH }/static/js/jquery-3.3.1.min.js"></script>
    <link href="${APP_PATH }/static/bootstrap-3.3.7-dist/css/bootstrap.min.css" rel="stylesheet">
    <script	src="${APP_PATH }/static/bootstrap-3.3.7-dist/js/bootstrap.min.js"></script>
</head>

引入的包结构如下:

简单版:

 引入Bootstrap样式后无效解决办法亲测有效

详细版:

引入Bootstrap样式后无效解决办法亲测有效

 亲测有效,部分效果图如下:

引入Bootstrap样式后无效解决办法亲测有效

引入Bootstrap样式后无效解决办法亲测有效

 引入Bootstrap样式后无效解决办法亲测有效

 

 

上一篇:Bootstrap - Spinner


下一篇:前端UI框架