@@ -275,6 +275,7 @@ const handleExitFullScreen = () => {
justify-content: center;
position: absolute;
opacity: 0;
+ transition: opacity 0.3s cubic-bezier(.4, 0, .2, 1);
&:hover {
opacity: 1;
}
@@ -283,7 +284,8 @@ const handleExitFullScreen = () => {
svg {
width: 80px;
height: 80px;
- color: #907a6b;
+ color: #666;
+ opacity: 0.9;
pointer-events: auto;
cursor: pointer;
@@ -27,10 +27,7 @@ const props = defineProps({
});
const url = computed(
- () =>
- `https://sit-qiushoubwg.4dage.com/scene/index.html#/?m=${
- props.id || "1196"
- }`
+ () => `https://sit-qiushoubwg.4dage.com/scene/index.html#/?m=${props.id}`
);
const handleBack = () => {
console.log("handleBack");