<style>
        /* 内阴影 */
        .form-style-9 ul li .field-style {
            -o-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.50);
            box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.50);
            -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.50);
            -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.50);
        }

        .form-style-9 ul li .field-style:focus {
            box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.50);
            -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.50);
            -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.50);
            -o-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.50);
            border: 1px solid #5292FE;
        }

        .form-style-9 ul li .field-split {
            width: 100%!important;
        }

        .form-style-9 ul li .field-full {
            width: 100%!important;
        }

        .form-style-9 ul li input.align-left {
            float: left;
        }

        .form-style-9 ul li input.align-right {
            float: right;
        }

        .form-style-9 ul li textarea {
            width: 100%;
            height: 100px;
        }

        .form-style-9 ul li input[type="button"],
        .form-style-9 ul li input[type="submit"] {
            -moz-box-shadow: inset 0px 1px 0px 0px #45D6D6;
            -webkit-box-shadow: inset 0px 1px 0px 0px #45D6D6;
            box-shadow: inset 0px 1px 0px 0px #45D6D6;
            background-color: #2CBBBB;
            border: 1px solid #27A0A0;
            display: inline-block;
            cursor: pointer;
            color: #FFFFFF;
            font-family: 'Open Sans Condensed', sans-serif;
            font-size: 14px;
            padding: 8px 18px;
            text-decoration: none;
            text-transform: uppercase;
        }

        .form-style-9 ul li input[type="button"]:hover,
        .form-style-9 ul li input[type="submit"]:hover {
            background: linear-gradient(to bottom, #34CACA 5%, #30C9C9 100%);
            background-color: #34CACA;
        }
    </style>
<body>
    <nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
        <div class="container-fluid">
            <div class="navbar-header">
                <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#sidebar-collapse">
                    <span class="sr-only">Toggle navigation</span>
                    <span class="icon-bar"></span>
                    <span class="icon-bar"></span>
                    <span class="icon-bar"></span>
                </button>
                <a class="navbar-brand" href="teacher.php"><span>ABC</span>School</a>
                <ul class="user-menu">
                    <li class="dropdown pull-right">
                        <a href="#" class="dropdown-toggle" data-toggle="dropdown"><svg class="glyph stroked male-user"><use xlink:href="#stroked-male-user"></use></svg> User <span class="caret"></span></a>
                        <ul class="dropdown-menu" role="menu">
                            <li><a href="logout.php"><svg class="glyph stroked cancel"><use xlink:href="#stroked-cancel"></use></svg> Logout</a></li>
                        </ul>
                    </li>
                </ul>
            </div>
<pre><code>    &lt;/div&gt;&lt;!-- /.container-fluid --&gt;
&lt;/nav&gt;
    
&lt;div id=&quot;sidebar-collapse&quot; class=&quot;col-sm-3 col-lg-2 sidebar&quot;&gt;
    &lt;form role=&quot;search&quot;&gt;
        &lt;div class=&quot;form-group&quot;&gt;
            &lt;input type=&quot;text&quot; class=&quot;form-control&quot; placeholder=&quot;Search&quot;&gt;
        &lt;/div&gt;
    &lt;/form&gt;
    &lt;ul class=&quot;nav menu&quot;&gt;
        &lt;li class=&quot;active&quot;&gt;&lt;a href=&quot;teacher.php&quot;&gt;&lt;svg class=&quot;glyph stroked dashboard-dial&quot;&gt;&lt;use xlink:href=&quot;#stroked-dashboard-dial&quot;&gt;&lt;/use&gt;&lt;/svg&gt; Dashboard&lt;/a&gt;&lt;/li&gt;
        &lt;li class=&quot;parent &quot;&gt;
            &lt;a href=&quot;#&quot;&gt;
                &lt;span data-toggle=&quot;collapse&quot; href=&quot;#sub-item-1&quot;&gt;&lt;svg class=&quot;glyph stroked chevron-down&quot;&gt;&lt;use xlink:href=&quot;#stroked-chevron-down&quot;&gt;&lt;/use&gt;&lt;/svg&gt;&lt;/span&gt; Students 
            &lt;/a&gt;
            &lt;ul class=&quot;children collapse&quot; id=&quot;sub-item-1&quot;&gt;
                &lt;li&gt;
                    &lt;a class=&quot;&quot; href=&quot;student.php&quot;&gt;
                        &lt;svg class=&quot;glyph stroked chevron-right&quot;&gt;&lt;use xlink:href=&quot;#stroked-chevron-right&quot;&gt;&lt;/use&gt;&lt;/svg&gt; View All
                    &lt;/a&gt;
                &lt;/li&gt;
                &lt;li&gt;
                    &lt;a class=&quot;&quot; href=&quot;addstudent.php&quot;&gt;
                        &lt;svg class=&quot;glyph stroked chevron-right&quot;&gt;&lt;use xlink:href=&quot;#stroked-chevron-right&quot;&gt;&lt;/use&gt;&lt;/svg&gt; Add
                    &lt;/a&gt;
                &lt;/li&gt;
            &lt;/ul&gt;
        &lt;/li&gt;
        &lt;li class=&quot;parent &quot;&gt;
            &lt;a href=&quot;#&quot;&gt;
                &lt;span data-toggle=&quot;collapse&quot; href=&quot;#sub-item-2&quot;&gt;&lt;svg class=&quot;glyph stroked chevron-down&quot;&gt;&lt;use xlink:href=&quot;#stroked-chevron-down&quot;&gt;&lt;/use&gt;&lt;/svg&gt;&lt;/span&gt; Teachers
            &lt;/a&gt;
            &lt;ul class=&quot;children collapse&quot; id=&quot;sub-item-2&quot;&gt;
                &lt;li&gt;
                    &lt;a class=&quot;&quot; href=&quot;teacher.php&quot;&gt;
                        &lt;svg class=&quot;glyph stroked chevron-right&quot;&gt;&lt;use xlink:href=&quot;#stroked-chevron-right&quot;&gt;&lt;/use&gt;&lt;/svg&gt; View All
                    &lt;/a&gt;
                &lt;/li&gt;
                &lt;li&gt;
                    &lt;a class=&quot;&quot; href=&quot;addteacher.php&quot;&gt;
                        &lt;svg class=&quot;glyph stroked chevron-right&quot;&gt;&lt;use xlink:href=&quot;#stroked-chevron-right&quot;&gt;&lt;/use&gt;&lt;/svg&gt; Add
                    &lt;/a&gt;
                &lt;/li&gt;
            &lt;/ul&gt;
        &lt;/li&gt;
        &lt;li&gt;&lt;a href=&quot;payment.php&quot;&gt;&lt;svg class=&quot;glyph stroked line-graph&quot;&gt;&lt;use xlink:href=&quot;#stroked-line-graph&quot;&gt;&lt;/use&gt;&lt;/svg&gt; Payments&lt;/a&gt;&lt;/li&gt;
    &lt;/ul&gt;

&lt;/div&gt;&lt;!--/.
</code></pre>

原文地址: http://www.cveoy.top/t/topic/lhCH 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录