Commit 327464c2 by 李嘉林

背景填充

parent 00f6e028
......@@ -6,7 +6,7 @@
'position':pageCode == 14?'fixed':'',
'background-color': pageSettingData.backgroundColor,
'background-image': bacImage,
'background-size': pageSettingData.backgroundFit!='equiratioFill'?'100% auto':'',
'background-size': pageSettingData.backgroundFit!='equiratioFill'?'100% auto':'cover',
'background-repeat':pageSettingData.backgroundFit == 'repeat'? 'repeat': 'no-repeat',
'background-position':pageSettingData.backgroundFit == 'equiratioFill'?'center':'',
'background-attachment': pageSettingData.backgroundImageLock? 'fixed': 'local'}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment