/* templates/nodata/nodata.wxss */ .nodata, .nodata-three { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100%; margin: 40% auto; text-align: center; } .nodata-image { width: 196rpx; height: 180rpx; margin-bottom: 20rpx; } .nodata-three-image { width: 527rpx; height: 348rpx; margin-bottom: 15rpx; } .nodata-three-text { font-size: 36rpx; color: #8489A3; font-weight: 600; } .nodata-two { font-size: 24rpx; color: #CCCCCC; margin: 40rpx 30rpx; text-align: center; position: relative; } .nodata-two::before { position: absolute; content: ''; top: 16rpx; margin-left: -152rpx; width: 112rpx; height: 2rpx; background: #CCCCCC; } .nodata-two::after { position: absolute; content: ''; top: 16rpx; margin-left: 35rpx; width: 112rpx; height: 2rpx; background: #CCCCCC; } .no{ text-align: center; margin-top: 25%; font-size: 36rpx; color: #BFBFBF; } .noImg{ width: 449rpx; height: 373rpx; } .no-data{ width: 598rpx; height: 635rpx; }