/* pages/noneData/noneData.wxss */ .noneData { width: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; } .noneData > image { width: 60%; margin-top: 40rpx; } .textMsg { margin-top: 40rpx; color: #999999; font-size: 30rpx; }