index.less 321 B

123456789101112131415161718
  1. @charset "utf-8";
  2. #empty {
  3. .block {
  4. padding-top: 100px;
  5. background-image: url('/assets/bg_1.svg');
  6. background-repeat: no-repeat;
  7. background-position: center 110px;
  8. background-size: 100%;
  9. }
  10. img.image {
  11. width: 300px;
  12. margin-bottom: 20px;
  13. }
  14. h3 {
  15. color: #999;
  16. margin: 20px;
  17. }
  18. }