.index { padding-top: 58px; box-sizing: border-box; // 列表 .list-box { width: 100%; height: 100%; margin-top: 36px; padding: 0 51px; box-sizing: border-box; .list-item { width: 100%; display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; .list-item-left { display: flex; align-items: center; .avatar { width: 130px; height: 130px; border-radius: 50%; margin-right: 20px; } .list-item-left-text { display: flex; flex-direction: column; .name { font-weight: 700; font-size: 28px; color: #000000; width: 380px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .wishNum { font-weight: 500; font-size: 24px; color: #FC8C31; margin-top: 16px; } } } .list-item-right { display: flex; align-items: center; justify-content: center; width: 112px; height: 64px; background: linear-gradient(270deg, #FFBD4B 0%, #F3802E 100%); border-radius: 62px 62px 62px 62px; font-weight: 700; font-size: 28px; color: #FFFFFF; } } } }