avatar-swiper.wxss
522 Bytes
/* page/subPackage/pages/zeroSell/components/avatar-swiper.wxss */
.avatar-item {
}
.avatar-image {
margin-top: 4rpx;
margin-left: 5rpx;
width: 48rpx;
height: 48rpx;
border-radius: 24rpx;
}
.avatar-desc {
display: inline-block;
margin-left: 30rpx;
vertical-align: top;
}
.swiper {
width: 360rpx;
height: 60rpx;
font-size: 24rpx;
line-height: 60rpx;
background-color: rgba(0, 0, 0, 0.6);
border-radius: 60rpx;
color: white;
text-align: left;
padding-top: 6rpx;
padding-left: 6rpx;
}