.l-list { width: 100%; min-height: 88rpx; display: flex; justify-content:space-between; align-items: center; color: #333; font-size: 28rpx; border-bottom: 1px solid #F3F3F3; box-sizing: border-box; &-hover{ opacity: .8; } .left-section { display: flex; justify-content:space-between; align-items: center; .l-icon { margin-right: 20rpx; } .l-desc { color: #D1D3D7; font-size: 24rpx; } .cell-tag { margin-left: 20rpx; } .l-image { width: 44rpx; height: 44rpx; margin-right: 20rpx; } } .right-section { display: flex; justify-content:space-between; align-items: center; line-height: 1.2; .l-text { margin-right: 20rpx; } .cell-tag { margin-right: 20rpx; } } .badge-right { border-radius:28rpx; min-width:28rpx; left:-20rpx; right:auto; top:0; bottom:0; transform:translate(-100%,2rpx); } }