Commit 36d91f1d by 李嘉林

背景优化

parent 599c4d9e
<template>
<div ref="ThemeDataPlant" class="ThemeDataPlant" :style="{
'--background-color': pageSettingData.backgroundColor,
'position': pageCode == 14 ? 'fixed' : '',
'background-color': imgRgb,
'background-image': bacImage,
......@@ -84,7 +85,7 @@ export default {
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(rgba(0, 0, 0, 0) 20%, rgba(255, 255, 255, 1) 80%);
background: linear-gradient(rgba(0, 0, 0, 0) 40%, var(--background-color) 60%);
}
transition: background-color .5s;
......
......@@ -29,7 +29,7 @@
<span class="tag-i">#</span><span class="tagName">{{ item.tagName }}</span>
</div>
</div>
<image :src="info.coverUrl" mode="widthFix" lazy-load></image>
<image :src="info.coverUrl" mode="aspectFill" lazy-load></image>
</div>
<div class="infoText">
<p
......
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