|
@@ -1,5 +1,5 @@
|
|
|
<template>
|
|
|
- <div id="drawer-container" :class="{hiddenzhangxiang:!isZhankai&&isTour}" @touchstart.stop @click.stop>
|
|
|
+ <div id="drawer-container" :class="{hiddenzhangxiang:!isZhankai&&isTour,heping: g_isLandscape}" @touchstart.stop @click.stop>
|
|
|
<div title="暂停" class="stoptour strmactive">
|
|
|
<template v-if="!isMobile">
|
|
|
<div @click.stop="stop()">
|
|
@@ -147,7 +147,7 @@ export default {
|
|
|
}
|
|
|
|
|
|
|
|
|
-@media screen and (max-width: 600px) {
|
|
|
+@media screen and (max-width: 1000px) {
|
|
|
#drawer-container {
|
|
|
height: auto !important;
|
|
|
overflow: inherit !important;
|
|
@@ -244,5 +244,17 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
+ #drawer-container.heping{
|
|
|
+ #drawer {
|
|
|
+
|
|
|
+ .frame-container {
|
|
|
+ background-image: url("~@/assets/images/proj2022/mobile/daolan_heng@2x.png") !important;
|
|
|
+ .frame {
|
|
|
+ transform: translateX(10vw);
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
</style>
|