123456789101112131415161718 |
- .body {
- background: url("@/static/img/bg.png") no-repeat center;
- background-size: 100% 100%;
- background-attachment: fixed;
- background-repeat: repeat-y;
- }
- /* page,
- body {
- font-size: 28upx;
- color: #333333;
- font-family: Helvetica Neue, Helvetica, sans-serif;
- background: url("@/static/img/bg.png") no-repeat center;
- background-size: 100% 100%;
- background-attachment: fixed;
- background-repeat: repeat-y;
- } */
|