Skip to content

Commit

Permalink
更换图片源为文件托管服务
Browse files Browse the repository at this point in the history
  • Loading branch information
hanasaki-misaki committed Feb 26, 2023
1 parent ef8c600 commit d639e93
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Ver7.7/BTPanel/static/css/login.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ input {
}

.bg {
background-image: url('https://cdn.lolicon.team/i/img/img-cdn/79059953_p0%20(2).jpg');
background-image: url('https://down-cdn.lolicon.team/api/bt_panel/image/79059953_p0.jpg');
background-repeat: no-repeat;
background-size: cover;
position: fixed;
Expand Down Expand Up @@ -485,7 +485,7 @@ input {
}

.bg {
background-image: url('https://cdn.lolicon.team/i/img/img-cdn/95074685_p0.jpg')!important;
background-image: url('https://down-cdn.lolicon.team/api/bt_panel/image/FA-DPxJVgAEKV1.jpg')!important;
}

.main .login .rlogo {
Expand Down
2 changes: 1 addition & 1 deletion Ver7.7/BTPanel/templates/default/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
height: 100%;
position: fixed;
min-height: 475px;
background-image: url(https://cdn.lolicon.team/i/img/img-cdn/78888804_p0.jpg);
background-image: url(https://down-cdn.lolicon.team/api/bt_panel/image/78888804_p0.jpg);
background-repeat: no-repeat;
background-size: cover;"></div>
<div class="bt-warp bge6">
Expand Down
4 changes: 2 additions & 2 deletions Ver7.9.7/BTPanel/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -473,13 +473,13 @@
height: 100%;
position: fixed;
min-height: 475px;
background-image: url('https://cdn.lolicon.team/i/img/img-cdn/79059953_p0%20(2).jpg');
background-image: url('https://down-cdn.lolicon.team/api/bt_panel/image/79059953_p0.jpg');
background-repeat: no-repeat;
background-size: cover;
}
@media (max-width: 790px) {
.bg {
background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.43) 0%, rgba(28, 103, 146, 0.7) 100%),url('https://cdn.lolicon.team/i/img/img-cdn/95074685_p0.jpg')!important;
background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.43) 0%, rgba(28, 103, 146, 0.7) 100%),url('https://down-cdn.lolicon.team/api/bt_panel/image/FA-DPxJVgAEKV1.jpg')!important;
background-size: cover;
background-repeat: no-repeat;
}
Expand Down
2 changes: 1 addition & 1 deletion Ver7.9.7/BTPanel/templates/default/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
height: 100%;
position: fixed;
min-height: 475px;
background-image: url('https://cdn.lolicon.team/i/img/img-cdn/78888804_p0.jpg');
background-image: url('https://down-cdn.lolicon.team/api/bt_panel/image/78888804_p0.jpg');
background-repeat: no-repeat;
background-size: cover;"></div>
<div class="bt-warp bge6">
Expand Down
2 changes: 1 addition & 1 deletion Ver7.9.8/BTPanel/static/css/site.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
@ version 7.9.7
@ version 7.9.8
@ Name: customBT|甘城なつき
@ Illustrations|甘城なつき:https://www.pixiv.net/users/3036679
@ Author: Hanaski_Misaki
Expand Down
2 changes: 1 addition & 1 deletion Ver7.9.8/BTPanel/templates/default/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
height: 100%;
position: fixed;
min-height: 475px;
background-image: url('https://cdn.lolicon.team/i/img/img-cdn/78888804_p0.jpg');
background-image: url('https://down-cdn.lolicon.team/api/bt_panel/image/78888804_p0.jpg');
background-repeat: no-repeat;
background-size: cover;"></div>
<div class="bt-warp bge6">
Expand Down
4 changes: 2 additions & 2 deletions Ver7.9.8/BTPanel/templates/default/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -472,13 +472,13 @@
height: 100%;
position: fixed;
min-height: 475px;
background-image: url('https://cdn.lolicon.team/i/img/img-cdn/79059953_p0%20(2).jpg');
background-image: url('https://down-cdn.lolicon.team/api/bt_panel/image/79059953_p0.jpg');
background-repeat: no-repeat;
background-size: cover;
}
@media (max-width: 790px) {
.bg {
background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.43) 0%, rgba(28, 103, 146, 0.7) 100%),url('https://cdn.lolicon.team/i/img/img-cdn/95074685_p0.jpg')!important;
background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.43) 0%, rgba(28, 103, 146, 0.7) 100%),url('https://down-cdn.lolicon.team/api/bt_panel/image/FA-DPxJVgAEKV1.jpg')!important;
background-size: cover;
background-repeat: no-repeat;
}
Expand Down

0 comments on commit d639e93

Please sign in to comment.