Merge branch 'bx-696-startproject' of https://git.svs-tech.pro/ksenia_mikhailova/mns-mini-zabor into bx-696-startproject
This commit is contained in:
commit
325df5988e
7
app.vue
7
app.vue
|
@ -56,6 +56,13 @@ const toggleModal = () => {
|
||||||
<p>
|
<p>
|
||||||
<button class="not-prose" @click="toggleModal">Купить прямо сейчас</button>
|
<button class="not-prose" @click="toggleModal">Купить прямо сейчас</button>
|
||||||
</p>
|
</p>
|
||||||
|
<div class="features">
|
||||||
|
<div class="feature-item">Сталь от 3 мм</div>
|
||||||
|
<div class="feature-item">Размер любой</div>
|
||||||
|
<div class="feature-item">Цвет на выбор</div>
|
||||||
|
<div class="feature-item">Цена адекватная</div>
|
||||||
|
<div class="feature-item">Всем нравится</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="siteblock-image">
|
<div class="siteblock-image">
|
||||||
|
|
|
@ -172,3 +172,18 @@ button {
|
||||||
@apply absolute w-80 z-10 bg-white flex gap-0;
|
@apply absolute w-80 z-10 bg-white flex gap-0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.features {
|
||||||
|
display: flex;
|
||||||
|
gap: 10px;
|
||||||
|
margin-top: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.feature-item {
|
||||||
|
background-color: #f5f5f5;
|
||||||
|
padding: 10px;
|
||||||
|
border-radius: 5px;
|
||||||
|
text-align: center;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
|
@ -29,7 +29,7 @@ const pbrTexture = await useTexture({
|
||||||
<template>
|
<template>
|
||||||
<TresGroup>
|
<TresGroup>
|
||||||
<Suspense>
|
<Suspense>
|
||||||
<Environment files='/hdrmaps/skukuza_golf_4k.hdr' :background="true" />
|
<Environment files='public/hdrmaps/kloppenheim_06_4k.hdr' :background="true" />
|
||||||
</Suspense>
|
</Suspense>
|
||||||
<Suspense>
|
<Suspense>
|
||||||
<TresGroup :scale="3" :rotate-y="-Math.PI * -0.5" :translate-y="-3.25">
|
<TresGroup :scale="3" :rotate-y="-Math.PI * -0.5" :translate-y="-3.25">
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue