.h-container{width:600px;padding:1rem;box-sizing:border-box}.h-mx-auto{margin-left:auto;margin-right:auto}.h-mt-2{margin-top:2rem}.h-text-center{text-align:center}.h-fix-margin{overflow:hidden}.todo__content{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}html,body{height:100%}body{background-color:#ddd;background-image:radial-gradient(50% 80%, #fff 9%, #cbd5de 82%);background-repeat:no-repeat;background-size:200%;background-position:center}body,input,button{font-size:100%;font-family:Arial,Helvetica,"LiHei Pro","Microsoft JhengHei",MingLiU,sans-serif}input,button{outline:none}.header{padding:3rem 2rem;text-align:center;background-color:#e8eef4;border-bottom:solid 1px #fff;box-shadow:0 0 10px rgba(0,0,0,.1) inset}.header__title{font-size:5rem;font-weight:700;color:rgba(0,0,0,.4);text-shadow:1px 1px #fff}.section{color:rgba(0,0,0,.35);text-shadow:1px 1px #fff;line-height:1.7}.section+.section{margin-top:1.5rem}.section__title{font-size:1.5rem;font-weight:600}.btn{padding:5px 10px;line-height:1;height:100%;border:none;border-radius:5px}.btn-peace{background-color:#2597c7;color:#fff}.btn-peace:hover{background-color:#2187b1}.btn-cancel{background-color:#eee;color:#999}.btn-cancel:hover{background-color:#e1e1e1}.btn:hover{cursor:pointer}.btn-full{width:100%}.todo__body{margin-top:15px;box-shadow:0 1px #fff inset,0 -1px rgba(76,99,119,.3) inset;border-radius:5px;background-color:#fff}.todo__item{display:flex;align-items:center;justify-content:space-between;padding-top:10px;padding-bottom:10px;margin-left:15px;margin-right:15px}.todo__item+.todo__item{border-top:solid 1px #eee}.todo__content{width:90%;color:#333}.tab{background-color:#eee;border-bottom:solid 1px #e6e6e6}.tab__ls{display:flex;justify-content:center;gap:1rem}.tab__item{color:#999;line-height:3}.tab__item:hover{color:#666;cursor:pointer}.tab__item--active{color:#2597c7}.tab__item--active:hover{color:#2597c7}.form__item,.form__inputWrap{display:flex}.form__inputWrap{width:80%}.form__btnWrap{width:20%}.form__input-text{width:100%;border:none;padding:10px 15px;border-top-left-radius:5px;border-bottom-left-radius:5px}