/* templates/nodata/nodata.wxss */ .nodata { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100%; margin: 350rpx auto auto auto; } .nodata1{ margin: 140rpx auto 140rpx auto; } .nodata-image { width: 180rpx; height: 180rpx; } .nodata-text { font-size: 30rpx; color: #999; margin-top: 20rpx; } .nodata-btn { border-radius: 200rpx; padding: 20rpx 40rpx; min-width: 280rpx; background: linear-gradient(90deg,rgba(81,206,255,1) 0%,rgba(0,183,255,1) 100%); margin-top: 70rpx; text-align: center; color: #fff; font-size: 30rpx; }