hookehuyr

✨ feat: 背景图样式调整

...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
17 * 不使用渐变色背景 17 * 不使用渐变色背景
18 */ 18 */
19 height: 100%; 19 height: 100%;
20 + min-height: 100vh;
20 background-image: url('@images/bg-yellow-duan@2x.png'); 21 background-image: url('@images/bg-yellow-duan@2x.png');
21 // background-size: cover; 22 // background-size: cover;
22 // background: linear-gradient(360deg, #FDD347 0%, #FFED6D 100%) ; 23 // background: linear-gradient(360deg, #FDD347 0%, #FFED6D 100%) ;
......