mbsecondmenu.html 5.8 KB
<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <link rel="stylesheet" href="../css/bootstrap.min.css">
    <link rel="stylesheet" href="../css/swiper-3.4.2.min.css">
    <title>Tianjin Medical University Cancer Institute & Hospital</title>
    <style>
        .mb0 {
            margin-bottom: 0px;
        }
        
        .container-fluid {
            margin: 0%;
            padding: 0%;
        }
        
        .swiper-pagination-bullet-active {
            background: #00a16c;
        }
        
        @media only screen and (min-width: 768px) {
            .mobile {
                display: none;
            }
        }
        /* 小屏幕(平板,大于等于 768px) */
        
        @media only screen and (max-width: 768px) {
            html,
            body {
                font-size: 16px;
                margin: 0;
                padding: 0;
                overflow-x: hidden;
            }
            .mobile {
                max-width: 100%;
            }
            .pc {
                display: none;
            }
            .logo {
                width: 50%;
            }
            /* .brand-logo {
                display: inline-block;
                height: auto;
                max-width: 100%;
            } */
            .title-left-right img {
                max-width: 100%;
                max-height: 100%;
            }
            .title-left-right {
                display: flex;
                padding: 0.6rem 0.5rem;
            }
            .title-left {
                display: block;
                flex: 2;
                text-align: left;
                margin-top: 0.3rem;
            }
            .title-right img {
                width: 25%;
                margin: 0;
                padding: 0;
            }
            .title-right {
                flex: 1;
                text-align: right;
                margin-top: 0.5rem;
            }
            .header {
                border-top: 1px solid #ccc;
                border-bottom: 1px solid #ccc;
                padding: 0.8rem;
            }
            .header a {
                text-decoration: none;
                font-size: 1.4rem;
                color: #666666;
                font-weight: 400;
            }
            .container {
                padding: 0 1rem;
                height: 100%;
            }
            .container .word-title {
                padding: 3rem 0;
                font-size: 1rem;
                font-weight: bold;
                text-align: left;
                color: #666666;
            }
            .word-imgcontent h5 {
                font-size: 1.1rem;
                margin-bottom: 0.4rem;
                color: #00a16c;
                margin-top: 1.5rem;
            }
            .word-imgcontent img {
                max-width: 100%;
                max-height: 100%;
            }
            .footer-footer {
                margin-top: 4rem;
                background-color: #00a16c;
                padding: 1.5rem;
                text-align: center;
            }
            .footer-footer a {
                color: #fff;
                font-weight: bold;
                font-size: 1.1rem;
                text-decoration: none;
            }
        }
    </style>
</head>

<body>
    <div class="mobile container-fluid">
        <nav class="title-left-right">
            <a class="logo title-left" href="#">
                <img class="brand-logo" src="../images/01mobile-main/pic (5).png" alt="">
            </a>
            <a class="title-right" href="../index.html">
                <img class="navbar-toggle " src="../images/02mobile-menu/pic (1).png" alt="">
            </a>
        </nav>
        <header class="header">

            <a href="../index.html" class="aback">
                < Back </a>
        </header>
        <div class="container">
            <div class="word-title">
                Welocme to the Tianjin readers will have trouble with your forms if you don't include a label for every input. For these input groups, ensure that any additional label or functionality is conveyed to assistive technologies.
            </div>
            <div class="word-imgcontent">
                <h5>Welocme message</h5>
                <img src="../images/03mobile-secondmenu/pic (3).png" alt="">
            </div>
            <div class="word-imgcontent">
                <h5>Mission and Vision</h5>
                <img src="../images/03mobile-secondmenu/pic (4).png" alt="">
            </div>
            <div class="word-imgcontent">
                <h5>LeaderShip</h5>
                <img src="../images/03mobile-secondmenu/pic (5).png" alt="">
            </div>
            <div class="word-imgcontent">
                <h5>History and Milestones</h5>
                <img src="../images/03mobile-secondmenu/pic (6).png" alt="">
            </div>

            <div class="word-imgcontent">
                <h5>Quick Facts</h5>
                <img src="../images/03mobile-secondmenu/pic (7).png" alt="">
            </div>
            <div class="word-imgcontent">
                <h5>Organization Management</h5>
                <img src="../images/03mobile-secondmenu/pic (8).png" alt="">
            </div>


        </div>
        <div class="footer-footer">
            <a href="../pcSecond.html">
                LEARN MORE ABOUT US >
            </a>
        </div>
    </div>
    <script src="../js/jquery-1.11.3.min.js"></script>
    <script src="../js/bootstrap.min.js"></script>
    <script src="../js/swiper-3.4.2.jquery.min.js"></script>
    <script>
        // $(".aback").click(function(){
        //     window.history.back(-1);
        // })
    </script>
</body>

</html>