prevention/components/ImageInfo/index.wxss

12 lines
228 B
Plaintext
Raw Normal View History

2022-10-31 15:25:19 +08:00
/* 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;
}