Fix(AI):[#3602]色块是原来的背景图,苹果手机不支持背景图固定不动,故改为渐变背景色

This commit is contained in:
lifizer
2025-04-08 22:18:42 +08:00
parent 52f2c2b003
commit ff471b6017
+6 -5
View File
@@ -10,11 +10,12 @@ page {
.fix-tabbar-page {
position: relative;
min-height: 100vh;
background-color: #fff;
background-size: 100% 100vh;
background-image: url(https://wxapp.xdd618.com/api/file/pic/aiChat/bg.png);
background-repeat: no-repeat;
background-attachment: fixed;
background: linear-gradient(155deg, rgba(61, 76, 241, 0.15) 0%, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 75%, rgba(61, 76, 241, 0.15) 100%);
// background-color: #fff;
// background-size: 100% 100vh;
// background-image: url(https://wxapp.xdd618.com/api/file/pic/aiChat/bg.png);
// background-repeat: no-repeat;
// background-attachment: fixed;
.fix-tabbar-header {
position: fixed;
top: 0;