Fix(AI):[#3602]色块是原来的背景图,苹果手机不支持背景图固定不动,故改为渐变背景色
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user