_home.css 698 Bytes
.guang-index-page {
    .msg-nav {
        border-bottom: 1px solid #000;
        margin-top: 24px;
        height: 30px;

        li {
            float: left;
            height: 30px;
            line-height: 30px;
            text-align: center;
            font-size: 18px;
            padding: 0 28px;

            a {
                display: block;
                height: 100%;
                width: 100%;
                color: #333;
            }

            &.actived {
                background-color: #111;

                a {
                    color: #fff;
                }
            }
        }
    }

    .msg-pager {
        float: right;
        margin: 20px 0;
    }
}