.todo-container .main-title[data-v-2b0b1a9a]{padding:10px 20px;font-size:20px;font-weight:900;border-bottom:2px solid #ccc}.todo-container .todo-items[data-v-2b0b1a9a]{padding-right:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.todo-container .todo-items .todo-item[data-v-2b0b1a9a]{width:25%;padding:0 20px;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease}.todo-container .todo-items .todo-item[data-v-2b0b1a9a]:hover{background-color:#f5f5f5;-webkit-transform:translateY(-2px);transform:translateY(-2px)}.todo-container .todo-items .todo-item .title[data-v-2b0b1a9a]{font-size:20px;font-weight:900;margin-top:10px;margin-bottom:15px;-webkit-transition:color .2s ease;transition:color .2s ease}.todo-container .todo-items .todo-item p[data-v-2b0b1a9a]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:8px 0;-webkit-transition:all .2s ease;transition:all .2s ease}.todo-container .todo-items .todo-item p:hover span[data-v-2b0b1a9a],.todo-container .todo-items .todo-item p[data-v-2b0b1a9a]:hover{color:#1890ff}.todo-container .todo-items .todo-item p span[data-v-2b0b1a9a]:last-child{font-weight:700;color:#1890ff;-webkit-transition:color .2s ease;transition:color .2s ease}