top.html 693 字节
<!doctype html>
<html>
<body>
<div class="header-section bg">
    <div class="kouhao bg-text">蒙自市智慧水库智慧巡检管控平台</div>
    <div class="notification-wrap">
        <div class="right-notification">
            <ul class="notification-menu">
                <li class="ys"><a class="dropdown-toggle ys" href="javascript:;"><i class="fa fa-user-circle-o"></i>管理员
                    <i class="fa fa-bell-o ys"></i></a>
                </li>
            </ul>
        </div>
    </div>
</div>

<style>
    .bg {
        background: #3498DB;
    }

    .bg .bg-text {
        color: #fff;
        padding: 0 30px;
    }

    .ys {
        color: #fff;
    }
</style>