diff --git a/app.vue b/app.vue index 0d015a9..1b70018 100644 --- a/app.vue +++ b/app.vue @@ -56,6 +56,13 @@ const toggleModal = () => {

+
+
Сталь от 3 мм
+
Размер любой
+
Цвет на выбор
+
Цена адекватная
+
Всем нравится
+
diff --git a/assets/main.scss b/assets/main.scss index 00df88b..e71a6c3 100644 --- a/assets/main.scss +++ b/assets/main.scss @@ -171,4 +171,19 @@ button { &-changer { @apply absolute w-80 z-10 bg-white flex gap-0; } -} \ No newline at end of file +} + +.features { + display: flex; + gap: 10px; + margin-top: 20px; + } + + .feature-item { + background-color: #f5f5f5; + padding: 10px; + border-radius: 5px; + text-align: center; + + } + \ No newline at end of file diff --git a/components/model/parametric.vue b/components/model/parametric.vue index b3d02c1..49340e0 100644 --- a/components/model/parametric.vue +++ b/components/model/parametric.vue @@ -29,7 +29,7 @@ const pbrTexture = await useTexture({