app.css 424 B

1234567891011121314151617
  1. .body {
  2. /* background: url("/static/img/背景.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: #333333;
  11. font-family: Helvetica Neue, Helvetica, sans-serif;
  12. background: url("@/static/img/wenhuazhan-bj.png") no-repeat center;
  13. background-size: 100% 100%;
  14. background-attachment: fixed;
  15. background-repeat: repeat-y; */
  16. }