修改静态文件地址

This commit is contained in:
ldxw
2020-02-01 06:17:06 +08:00
parent 66fae64fd5
commit 88415f28ac
7 changed files with 10 additions and 10 deletions
+3 -3
View File
@@ -198,7 +198,7 @@ ul {
.Weibo_icon {
display: inline-block;
background-image: url(./img/V_icon_lite.png);
background-image: url(//cdn.jsdelivr.net/gh/ldxw/CDN@v2.0.1/Noisky_files/img/V_icon_lite.png);
background-repeat: no-repeat;
}
@@ -217,7 +217,7 @@ ul {
.Weibo_icon {
display: inline-block;
background-image: url(./img/feed_icon_32x28.png);
background-image: url(//cdn.jsdelivr.net/gh/ldxw/CDN@v2.0.1/Noisky_files/img/feed_icon_32x28.png);
background-repeat: no-repeat;
}
@@ -259,7 +259,7 @@ hr {
width: 100%;
height: 100%;
max-width: none;
background: url(./img/background-image/bg-1.jpg) top left no-repeat #666666;
background: url(//cdn.jsdelivr.net/gh/ldxw/CDN@v2.0.1/Noisky_files/img/background-image/bg-1.jpg) top left no-repeat #666666;
background-size: cover;
}