diff --git a/assets/main.scss b/assets/main.scss index 8ecb5fc..bd8ac3e 100644 --- a/assets/main.scss +++ b/assets/main.scss @@ -174,7 +174,10 @@ a[href^="#"] { @apply py-10; &_imgbg { - @apply py-0 bg-no-repeat bg-cover bg-bottom h-[50vh] min-h-[600px]; + @apply relative py-0 bg-no-repeat bg-[auto_100%] bg-center h-[50vh] min-h-[300px] bg-transparent overflow-hidden; + img { + @apply absolute top-0 right-0 bottom-0 left-0 blur-lg w-full -z-10 scale-110; + } } &_calc { diff --git a/components/model/bench-table.vue b/components/model/bench-table.vue index 7db9f72..7b09302 100644 --- a/components/model/bench-table.vue +++ b/components/model/bench-table.vue @@ -1,14 +1,38 @@ + + \ No newline at end of file diff --git a/components/model/bench.vue b/components/model/bench.vue index acad288..b82fa0c 100644 --- a/components/model/bench.vue +++ b/components/model/bench.vue @@ -1,14 +1,38 @@ + + \ No newline at end of file diff --git a/components/model/scene.vue b/components/model/scene.vue index 3a3fb0d..8e2b29c 100644 --- a/components/model/scene.vue +++ b/components/model/scene.vue @@ -14,32 +14,34 @@ const props = defineProps({ } }) -const camera = ref() -const controls = ref() - const controlsState = reactive({ - minDistance: 2, - maxDistance: 10, + // minDistance: 2, + // maxDistance: 10, enablePan: false, enableZoom: false, maxPolarAngle: Math.PI / 2 - 0.2 }) + +const toggleModal = () => {} diff --git a/pages/index.vue b/pages/index.vue index a70c865..c9daddd 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -46,7 +46,7 @@ const delivery = computed(() =>
@@ -63,40 +63,40 @@ const delivery = computed(() => >
-
- +