mpTodo.wxss 251 B

1234567891011121314151617
  1. .todo-input{
  2. width: 80%;
  3. border: 1px solid black;
  4. margin: 20px auto;
  5. }
  6. .list-item{
  7. display: flex;
  8. margin: 10px 0;
  9. }
  10. .list-item view{
  11. flex: 1;
  12. text-align: center;
  13. }
  14. .show-more{
  15. text-align: center;
  16. color: darkgreen;
  17. }