.box { border-radius: 0.05rem; padding-bottom: 0.05rem; margin-bottom: 0.25rem; } .title { font-size: 0.3rem; color: #4a90e2; line-height: 0.4rem; padding-left: 0.3rem; padding-top: 0.36rem; } .list { margin: 0; padding: 0; padding-left: 0.1rem; li { display: flex; justify-content: space-between; align-items: center; font-size: 0.26rem; border-bottom: 0.01rem solid #dbdbdb; padding: 0.2rem 0; padding-left: 0.38rem; &:last-child { border-bottom: none; } } .listTitle { color: #4a4a4a; } .btn { cursor: pointer; display: flex; align-items: center; line-height: 1; } .icon { color: #fff; margin-left: 0.2rem; font-size: 0.24rem; } }