body { background: #f8b62d; } .body { height: 12.06rem; background: url(../assets/list/icon01.png) center no-repeat; background-size: contain; align-items: center; .top { width: 5.66rem; flex-direction: row; justify-content: space-between; .td { font-weight: 500; color: #ffffff; font-size: 0.28rem; text-align: center; div { line-height: 0.32rem; } span { font-size: 0.31rem; } &:nth-child(1) { padding-top: 1.35rem; div { width: 1.4rem; height: 0.8rem; justify-content: center; align-items: center; padding: 0 0.05rem; } span { margin-top: 0.16rem; } } &:nth-child(2) { padding-top: 0.42rem; color: #55412e; div { width: 1.72rem; height: 0.8rem; justify-content: center; align-items: center; font-size: 0.31rem; padding: 0 0.1rem; } span { margin-top: 0.45rem; } } &:nth-child(3) { padding-top: 1.8rem; div { width: 1.4rem; height: 0.8rem; justify-content: center; align-items: center; padding: 0 0.05rem; } span { margin-top: 0.16rem; } } } margin-left: 0.1rem; margin-bottom: 2.25rem; } .list { width: 5.88rem; height: 6.08rem; input { border: none; padding: 0 0.24rem; width: 4rem; height: 0.6rem; background: transparent; font-size: 0.32rem; color: #603813; &::-webkit-input-placeholder { color: rgba(96, 56, 19, 0.6); } } .list_c { height: 5.48rem; margin: 0.14rem 0.08rem 0.08rem; display: block; overflow-y: auto; .tr { font-size: 0.32rem; color: #603813; height: 0.95rem; flex-direction: row; justify-content: space-between; align-items: center; margin: 0 0.2rem; border-bottom: 1px solid #e0e0e0; .btn { width: 0.88rem; height: 0.4rem; border-radius: 0.2rem; background: #ea5413; font-size: 0.28rem; color: #ffffff; justify-content: center; align-items: center; } &:last-child { border-bottom: none; } } .noData { text-align: center; margin-top: 2rem; } } } }