index.less 345 B

123456789101112131415161718
  1. .empty {
  2. position: absolute;
  3. left: 50%;
  4. top: 35%;
  5. width: 100px;
  6. text-align: center;
  7. margin-left: -50px;
  8. img {
  9. width: 36px;
  10. height: 36px;
  11. margin: 0 auto;
  12. }
  13. p {
  14. color: #D4D4D4;
  15. margin-top: 15px;
  16. }
  17. }