prevention/components/ImageInfo/index.wxss

13 lines
253 B
Plaintext

/* components/ImageInfo/index.wxss */
.info_contanier {
width: 100%;
margin-top: 15rpx;
display: flex;
justify-content: flex-start;
align-items: center;
}
.info_item {
width: 200rpx;
height: 200rpx;
margin-right: 20rpx;
}