/* components/noData/noData.wxss */ .mask { width: 100%; height: 70%; font-size: 28rpx; color: #999999; display: flex; flex-direction: column; align-items: center; justify-content: center; margin-top: 60rpx; } .mask image { width: 312rpx; height: 164rpx; margin-bottom: 20rpx; } .reset { padding: 12rpx 64rpx; line-height: 40rpx; text-align: center; border-radius: 44rpx; background: #3476FE; font-size: 30rpx; color: #fff; margin-top: 20rpx; }