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