zhangxinxu/quiz

可能有点讨巧吧

Closed this issue · 1 comments

`

<title>Document</title> <style type="text/css">
    *{
        margin: 0;
        padding: 0;
    }
    img{
        border:0;
    }
    ol, ul ,li{list-style: none;} 
    .box{
        width: 60%;
        height: : 200px;
        border: 1px solid;
        line-height: 40px;
        margin: 30px auto;
        text-align: center;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
    }
    .wrap{
        width:90%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        height: 42px;
        overflow: hidden;
    }
    .arrow{
        width: 5%;
        height: 40px;
        border:1px solid red;
        margin: 0 10px;
    }
    .day{
        border: 1px solid blue;
        flex-grow: 1;
    }
</style>
<
2020年1月-3月
2020年4月-6月
2020年度OKR
>
`

以评论方式在对应issue下回复哦~