/* components/nodata/nodata.wxss */ .box{ width: 100%; height: auto; box-sizing: border-box; text-align: center; margin-top: 100rpx; } .image{ width: 450rpx; height: 240rpx; } .text{ width: 100%; height: auto; font-size: 28rpx; color: #BCBCBC; display: block; }