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