flex布局

2018-07-17  本文已影响0人  大乔是个美少女
 .tree-bar {
            margin-top: 10px;
            width: 100%;
            display: flex;
            flex-direction: column;
            #exptree, #comptree {
                flex: 1;
            }
            .add-exam {
                text-align: center;
                border-top: 1px solid #ddd;
                line-height: 50px;
                height: 50px;
                font-size: 15px;
                background-color: #fff;
                color: #666;
                text-decoration: none;
            }
            a:hover {
                color: #337ab7;
            }
        }
上一篇 下一篇

猜你喜欢

热点阅读