.page_todoList .list_page{width:100vw;height:100vh;overflow:hidden;display:flex;flex-direction:column}.page_todoList .list_page .van-nav-bar:after{border:none}.page_todoList .list_page .s_dropdown{box-shadow:0 0 10px rgba(0,0,0,.1)}.page_todoList .list_page .s_dropdown .btns{width:100%;padding:15px;display:flex;justify-content:space-between}.page_todoList .list_page .s_dropdown .btns .van-button{width:48%}.page_todoList .list_page .s_dropdown .van-dropdown-item{z-index:12}.page_todoList .list_page .list_box{width:100%;height:calc(100% - 94px)}.page_todoList .list_page .list_box .van-cell{padding:8px 0}.page_todoList .list_page .list_box .mediums{display:flex;align-items:center;margin-left:10px;flex-shrink:0}.page_todoList .list_page .list_box .other{background-color:#fff;padding:10px;margin-bottom:10px;font-size:14px}.page_todoList .list_page .list_box .other p{color:#999aa0;margin:5px 0}.page_todoList .list_page .list_box .other p span{color:#5a5b5e}.page_todoList .list_page .list_box .other .top{display:flex;justify-content:space-between}.page_todoList .list_page .list_box .other .top .l{color:#999aa0}.page_todoList .list_page .list_box .other .top .l span{color:#5a5b5e}.page_todoList .list_page .list_box .other .btns{display:flex;justify-content:space-between;margin-top:10px}.page_todoList .list_page .list_box .other .btns .r .van-button{margin-left:5px}