/*点击切换标题显示*/ /*选择菜单*/ .visibility-hidden{ visibility: hidden; } .title-menu{ width: 100%; } .title-content{ width: 60%; margin: 5% auto; display: flex; justify-content: space-between; flex-wrap: wrap; } .btn{ width: 22%; font-size: 1rem; color: #939393; padding: 0.5rem 1rem; border-radius: 0.5rem; outline: none; background: #f1f1f1; border: 0; } .save-box{ width: 60%; margin: 0 auto; display: flex; display: -webkit-box; justify-content: space-between; -webkit-justify-content: space-between; background: red; } .save-box .btn{ width: 40%; background: #157dfe; color: #fff; } .checked{ background: #157dfe; color: #fff; } .condition-box{ display: none; } .none{ display: none; }