|
@@ -3,6 +3,12 @@
|
|
class="painting-list"
|
|
class="painting-list"
|
|
>
|
|
>
|
|
<!-- 背景序列帧 -->
|
|
<!-- 背景序列帧 -->
|
|
|
|
+ <img
|
|
|
|
+ class="bg-serial-frames-top-left"
|
|
|
|
+ src="@/assets/images/serial-frame-painting-list-top-left.png"
|
|
|
|
+ alt=""
|
|
|
|
+ draggable="false"
|
|
|
|
+ >
|
|
<SerialFrames
|
|
<SerialFrames
|
|
class="bg-serial-frames-top"
|
|
class="bg-serial-frames-top"
|
|
:image-src="require(`@/assets/images/serial-frame-painting-list-top.png`)"
|
|
:image-src="require(`@/assets/images/serial-frame-painting-list-top.png`)"
|
|
@@ -11,14 +17,12 @@
|
|
:frame-number="33"
|
|
:frame-number="33"
|
|
:frame-duration="55"
|
|
:frame-duration="55"
|
|
/>
|
|
/>
|
|
- <SerialFrames
|
|
|
|
|
|
+ <img
|
|
class="bg-serial-frames-bottom"
|
|
class="bg-serial-frames-bottom"
|
|
- :image-src="require(`@/assets/images/serial-frame-painting-list-bottom.png`)"
|
|
|
|
- :total-width="13194"
|
|
|
|
- :height="865"
|
|
|
|
- :frame-number="33"
|
|
|
|
- :frame-duration="55"
|
|
|
|
- />
|
|
|
|
|
|
+ src="@/assets/images/serial-frame-painting-list-bottom.png"
|
|
|
|
+ alt=""
|
|
|
|
+ draggable="false"
|
|
|
|
+ >
|
|
|
|
|
|
<ul
|
|
<ul
|
|
ref="menuEl"
|
|
ref="menuEl"
|
|
@@ -343,9 +347,9 @@ const isShowPaintingStyleDesc = ref(false)
|
|
</script>
|
|
</script>
|
|
|
|
|
|
<style lang="less" scoped>
|
|
<style lang="less" scoped>
|
|
-// ::-webkit-scrollbar {
|
|
|
|
-// display:none;
|
|
|
|
-// }
|
|
|
|
|
|
+::-webkit-scrollbar {
|
|
|
|
+ display:none;
|
|
|
|
+}
|
|
|
|
|
|
.painting-list{
|
|
.painting-list{
|
|
position: absolute;
|
|
position: absolute;
|
|
@@ -354,19 +358,31 @@ const isShowPaintingStyleDesc = ref(false)
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 100%;
|
|
height: 100%;
|
|
background-color: rgba(121, 143, 108, 1);
|
|
background-color: rgba(121, 143, 108, 1);
|
|
|
|
+ >img.bg-serial-frames-top-left{
|
|
|
|
+ position: absolute;
|
|
|
|
+ top: 0;
|
|
|
|
+ left: 0;
|
|
|
|
+ height: calc(250 / v-bind('windowHeightDesign') * v-bind('windowHeight') * 1px);
|
|
|
|
+ transform: translate(0, -40%);
|
|
|
|
+ z-index: 1;
|
|
|
|
+ }
|
|
>.bg-serial-frames-top{
|
|
>.bg-serial-frames-top{
|
|
position: absolute;
|
|
position: absolute;
|
|
top: 0;
|
|
top: 0;
|
|
right: 0;
|
|
right: 0;
|
|
- transform: translate(0, 0) scale(0.8);
|
|
|
|
|
|
+ height: calc(692 / v-bind('windowHeightDesign') * v-bind('windowHeight') * 1px);
|
|
|
|
+ transform: translate(10%, -5%);
|
|
transform-origin: top right;
|
|
transform-origin: top right;
|
|
|
|
+ z-index: 1;
|
|
}
|
|
}
|
|
>.bg-serial-frames-bottom{
|
|
>.bg-serial-frames-bottom{
|
|
position: absolute;
|
|
position: absolute;
|
|
bottom: 0;
|
|
bottom: 0;
|
|
right: 175px;
|
|
right: 175px;
|
|
|
|
+ height: calc(300 / v-bind('windowHeightDesign') * v-bind('windowHeight') * 1px);
|
|
transform: translate(0, 10%) scale(1);
|
|
transform: translate(0, 10%) scale(1);
|
|
transform-origin: bottom left;
|
|
transform-origin: bottom left;
|
|
|
|
+ z-index: 1;
|
|
}
|
|
}
|
|
>ul{
|
|
>ul{
|
|
position: absolute;
|
|
position: absolute;
|
|
@@ -633,6 +649,9 @@ const isShowPaintingStyleDesc = ref(false)
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+ >.button-back{
|
|
|
|
+ z-index: 2;
|
|
|
|
+ }
|
|
>.operation-tip{
|
|
>.operation-tip{
|
|
position: absolute;
|
|
position: absolute;
|
|
left: 43px;
|
|
left: 43px;
|