|
@@ -861,7 +861,7 @@ const currentVr = computed(() => {
|
|
|
/**
|
|
|
* iframe的逻辑
|
|
|
*/
|
|
|
-const iframeSrc = `${process.env.VUE_APP_CLI_MODE === 'dev' ? 'http://192.168.0.44:8081/' : 'https://houseoss.4dkankan.com/project/yzdyh-dadu/pano/'}show.html?id=WK1730428603763576832&lang=zh&vr=${currentVr.value}`
|
|
|
+const iframeSrc = `${process.env.VUE_APP_CLI_MODE === 'dev' ? 'https://houseoss.4dkankan.com/project/yzdyh-dadu/pano/' : 'https://houseoss.4dkankan.com/project/yzdyh-dadu/pano/'}show.html?id=WK1730428603763576832&lang=zh&vr=${currentVr.value}`
|
|
|
const panoIframe = ref(null)
|
|
|
|
|
|
watch(cameraIdx, (vNew) => {
|
|
@@ -1353,10 +1353,12 @@ onMounted(() => {
|
|
|
overflow: auto;
|
|
|
transform: translate(-50%, -50%);
|
|
|
font-size: 23px;
|
|
|
- font-family: Source Han Sans CN, Source Han Sans CN;
|
|
|
+ font-family: SimSun;
|
|
|
+ // font-family: Source Han Sans CN, Source Han Sans CN;
|
|
|
font-weight: 400;
|
|
|
color: #FFFFFF;
|
|
|
- line-height: 39px;
|
|
|
+ // line-height: 39px;
|
|
|
+ line-height: 1.5;
|
|
|
letter-spacing: 7px;
|
|
|
text-shadow: 0px 15px 25px rgba(0,0,0,0.59);
|
|
|
padding-right: 10px;
|