prevention/components/ImageInfo/index.wxss

12 lines
228 B
Plaintext

/* components/ImageInfo/index.wxss */
.info_contanier {
width: 100%;
padding: 10rpx;
display: flex;
justify-content: space-between;
align-items: center;
}
.info_item {
width: 220rpx;
height: 220rpx;
}