index.scss 194 字节
Newer Older
Y
Your Name 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13
eo-navbar {
    top: 0;
    left: 0;
    width: 100%;
    margin: 0 auto;
    border: none;
    z-index: 9;
    min-width: 1000px;
    position: fixed;
    header{
        height: 50px;
    }
}