|
@@ -1141,7 +1141,7 @@ onMounted(() => {
|
|
|
|
|
|
position: absolute;
|
|
|
top: calc(
|
|
|
- 245px * v-bind("windowHeight") / v-bind("windowHeightDesign")
|
|
|
+ 200px * v-bind("windowHeight") / v-bind("windowHeightDesign")
|
|
|
);
|
|
|
left: calc(
|
|
|
216px * v-bind("windowHeight") / v-bind("windowHeightDesign")
|
|
@@ -1150,7 +1150,7 @@ onMounted(() => {
|
|
|
> .watch-detail {
|
|
|
position: absolute;
|
|
|
top: calc(
|
|
|
- 132px * v-bind("windowHeight") / v-bind("windowHeightDesign")
|
|
|
+ 208px * v-bind("windowHeight") / v-bind("windowHeightDesign")
|
|
|
);
|
|
|
left: 0;
|
|
|
background-image: url(@/assets/images/fade-chapter-btn-bg-big.png);
|