|
@@ -132,6 +132,9 @@ const backFu = () => {
|
|
|
</script>
|
|
|
|
|
|
<template>
|
|
|
+ <div style="opacity: 0; pointer-events: none;font-family: KingHwa_OldSong;position: absolute;top:0;left:0;z-index: -1;">
|
|
|
+ 123
|
|
|
+ </div>
|
|
|
<div
|
|
|
class="home"
|
|
|
@touchstart="handletouchstart($event)"
|
|
@@ -540,7 +543,7 @@ div {
|
|
|
-webkit-backface-visibility: hidden;
|
|
|
backface-visibility: hidden;
|
|
|
// transition: opacity 1.5s, top 1.5s, transform 1.5s;
|
|
|
- transition: transform 1.5s, opacity 1.5s, top 1.5s, width 1.5s, height 1.5s;
|
|
|
+ transition: opacity 1.5s, top 1.5s, width 1.5s, height 1.5s;
|
|
|
}
|
|
|
|
|
|
::-webkit-scrollbar {
|