app.css 417 B

123456789101112131415161718
  1. .body {
  2. background: url("@/static/img/bg.png") no-repeat center;
  3. background-size: 100% 100%;
  4. background-attachment: fixed;
  5. background-repeat: repeat-y;
  6. }
  7. /* page,
  8. body {
  9. font-size: 28upx;
  10. color: #333333;
  11. font-family: Helvetica Neue, Helvetica, sans-serif;
  12. background: url("@/static/img/bg.png") no-repeat center;
  13. background-size: 100% 100%;
  14. background-attachment: fixed;
  15. background-repeat: repeat-y;
  16. } */