no-data-show-view.wxss 476 Bytes
/* src/components/no-data-show-view/no-data-show-view.wxss */

.no-data {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.no-data .no-data-image {
  width: 280rpx;
  height: 280rpx;
  margin-bottom: 20rpx;
}

.no-data .no-data-text {
  font-size: 28rpx;
  color: #CCCCCC;
}

.no-data .no-data-btn {
  margin-top: 100rpx;
  line-height: 88rpx;
  color: #fff;
  text-align: center;
  background-color: #002B47;
  width: 600rpx;
}