@@ -1330,15 +1330,17 @@
display: flex;
align-items: center;
- // justify-content: space-between;
+ justify-content: space-between;
flex-wrap: wrap;
.infos-item {
+ width: 38%;
+
color: rgba(51,51,51,1);
font-size: 22rpx;
- margin-right: 8rpx;
+ // margin-right: 16rpx;
margin-bottom: 8rpx;
.icon{
@@ -1349,6 +1351,7 @@
font-weight: bold;
}