index.less 390 B

123456789101112131415161718
  1. .category-page {
  2. background-color: black;
  3. width: 100%;
  4. height: calc(100% - 110px);
  5. position: absolute;
  6. top: 0;
  7. .noData {
  8. position: absolute;
  9. left: 50%;
  10. top: 50%;
  11. transform: translateX(-50%) translateY(-50%);
  12. font-size: 40px;
  13. font-weight: 400;
  14. color: #333;
  15. background-color: rgb(157, 200, 113);
  16. }
  17. }