主题webpack升级到5
This commit is contained in:
@@ -22,10 +22,10 @@ html, body, #container {
|
||||
min-height:100%;
|
||||
scroll-behavior: smooth;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
background: $colorBodyBg url(/api/v1/common/randomBg?label=background) no-repeat;
|
||||
background-color: $colorBodyBg;
|
||||
background-repeat: no-repeat;
|
||||
background-size: contain;
|
||||
background-position: right;
|
||||
// overflow-scrolling: touch;
|
||||
&.show {
|
||||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
.left-col {
|
||||
background: $colorBg url(/api/v1/common/randomBg?label=banner) no-repeat;
|
||||
background-color: $colorBg;
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
background-position: top;
|
||||
width: 300px;
|
||||
|
||||
Reference in New Issue
Block a user