home-brand.ttss
414 Bytes
.horImgContainer {
height: 236rpx;
width: 100%;
display: flex;
flex-direction: column;
justify-content: flex-end;
background-color: white;
}
.horImgScrollView {
height: 220rpx;
white-space: nowrap;
}
.hor-Item {
display: inline-block;
height: 220rpx;
width: 203rpx;
margin-right: 16rpx;
align-items: center;
}
.hor-itemImage {
width: 203rpx;
height: 220rpx;
border-radius: 10rpx;
}