web worker

This commit is contained in:
结发受长生
2019-09-21 23:42:10 +08:00
parent 89258be2db
commit 3bfac6eede
4 changed files with 112 additions and 2 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ html, body, #container {
min-height:100%;
scroll-behavior: smooth;
-webkit-overflow-scrolling: touch;
background: $colorBodyBg url(/api/common/randomBg) no-repeat;
background: $colorBodyBg url(/api/common/randomBg?label=background) no-repeat;
background-size: contain;
background-position: right;
// overflow-scrolling: touch;
Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

+1 -1
View File
@@ -1,5 +1,5 @@
.left-col {
background: $colorBg url(./img/left_bg.png) no-repeat;
background: $colorBg url(/api/common/randomBg?label=banner) no-repeat;
background-size: cover;
background-position: top;
width: 300px;