nodata.wxss 258 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 @import "../../app.wxss"; .nodata-container { text-align: center; } .nodata-icon { font-size: 220rpx; color: #ddd; padding-top: 50rpx; } .nodata-title { padding-top: 40rpx; padding-bottom: 40rpx; color: #bbb; font-size: 28rpx; text-align: center; }