2025-09-24 21:28:48 +08:00

17 lines
294 B
SCSS

.module-other {
display: flex;
justify-content: center;
margin-bottom: 10rpx;
.item {
display: inline-block;
font-size: 24rpx;
color: #333333;
}
.icon {
width: 2rpx;
height: 24rpx;
display: inline-block;
background: #D8D8D8;
margin: 4rpx 27rpx;
}
}