app.css 419 B

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