|
@@ -59,6 +59,7 @@
|
|
width: expandedAgeNameList.has(ageName) ? getHiddenContentWidth(paintingGroup, ageName) : '0',
|
|
width: expandedAgeNameList.has(ageName) ? getHiddenContentWidth(paintingGroup, ageName) : '0',
|
|
}"
|
|
}"
|
|
>
|
|
>
|
|
|
|
+ <div class="shadow" />
|
|
<div
|
|
<div
|
|
v-if="ageName === '宋'"
|
|
v-if="ageName === '宋'"
|
|
class="special-desc"
|
|
class="special-desc"
|
|
@@ -373,6 +374,15 @@ const unwatch = watch(menuElScrollLeft, (v) => {
|
|
background-image: url(@/assets/images/bg-paper.jpg);
|
|
background-image: url(@/assets/images/bg-paper.jpg);
|
|
background-size: auto 100%;
|
|
background-size: auto 100%;
|
|
background-repeat: repeat;
|
|
background-repeat: repeat;
|
|
|
|
+ position: relative;
|
|
|
|
+ >.shadow{
|
|
|
|
+ position: absolute;
|
|
|
|
+ bottom: 0;
|
|
|
|
+ left: 0;
|
|
|
|
+ width: 100%;
|
|
|
|
+ height: calc(223 / v-bind('windowSizeWhenDesignForRef') * v-bind('windowSizeInCssForRef'));
|
|
|
|
+ background: linear-gradient( 360deg, rgba(0, 0, 0, 0.2) 0%, rgba(0,0,0,0) 100%);
|
|
|
|
+ }
|
|
>.special-desc{
|
|
>.special-desc{
|
|
flex: 0 0 auto;
|
|
flex: 0 0 auto;
|
|
align-self: center;
|
|
align-self: center;
|