/* pages/userinfo/favorite.wxss */ .tabs{ background-color: #fff; padding: 0 40rpx; height: 88rpx; display: flex; justify-content: space-around; align-items: center; .item{ font-size: 30rpx; color: #666666; display: flex; flex-direction: column; justify-content: center; align-items: center; .border{ width: 40rpx; height: 6rpx; background-color: #fff; margin-top: 16rpx; border-radius: 3rpx; } } .active{ font-weight: 600; font-size: 34rpx; color: #222222; .border{ background: #F4CA1C; } } } .list{ display: flex; flex-wrap: wrap; justify-content: space-between; padding: 40rpx; width: 100%; .item{ flex-shrink: 0; margin-bottom: 60rpx; width: 324rpx; .img_wrap{ width: 324rpx; height: 182rpx; border-radius: 8rpx; overflow: hidden; position: relative; .img{ width: 100%; height: 100%; } .new{ width: 72rpx; position: absolute; left: 0; top: 0; z-index: 10; } } .name{ margin: 26rpx 0 14rpx; } .info{ display: flex; align-items: center; color: #666666; .icon{ width: 28rpx; margin-right: 8rpx; } .num{ margin-right: 16rpx; } .primary{ color: var(--themeColor); } } } }