prevention/components/ImageInfo/index.wxss

13 lines
253 B
Plaintext
Raw Permalink Normal View History

2022-10-31 15:25:19 +08:00
/* components/ImageInfo/index.wxss */
.info_contanier {
width: 100%;
2022-11-11 16:25:20 +08:00
margin-top: 15rpx;
2022-10-31 15:25:19 +08:00
display: flex;
2022-10-31 17:52:23 +08:00
justify-content: flex-start;
2022-10-31 15:25:19 +08:00
align-items: center;
}
.info_item {
2022-10-31 17:52:23 +08:00
width: 200rpx;
height: 200rpx;
2022-11-11 16:25:20 +08:00
margin-right: 20rpx;
2022-10-31 15:25:19 +08:00
}