This commit is contained in:
kbing1981 2024-07-03 19:12:55 +08:00
parent d28d5ed41b
commit 86ae73e7ca
1 changed files with 2 additions and 1 deletions

View File

@ -1283,7 +1283,8 @@
} }
.content{ .content{
width: 100%; width: 100%;
height: 100vh; /* height: 100vh; */
padding-bottom: 20rpx;
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #f7f7f7), url('../../static/background-img.png'); background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #f7f7f7), url('../../static/background-img.png');
background-position: center center; background-position: center center;
background-repeat: no-repeat; background-repeat: no-repeat;