diff --git a/frontend/src/assets/css/catalog.css b/frontend/src/assets/css/catalog.css index f57a2df..8110559 100644 --- a/frontend/src/assets/css/catalog.css +++ b/frontend/src/assets/css/catalog.css @@ -199,7 +199,8 @@ h1, h2, h3, h4, h5, h6 { .suggestions__title { font-size: 25px; - padding-left: 10%; + /*padding-left: 10%;*/ + margin: 0% 12%; } .suggestions__images { @@ -253,6 +254,7 @@ h1, h2, h3, h4, h5, h6 { .podlozhka { position: relative; + width: 369px; } .podlozhka:hover .sugg__img { @@ -306,7 +308,7 @@ h1, h2, h3, h4, h5, h6 { display: flex; justify-content: space-between; align-items: left; - margin: 2% 40% 2% 10%; + margin: 2% 12%; } .parametrs { @@ -391,6 +393,7 @@ h1, h2, h3, h4, h5, h6 { .parametrs__block ul { + padding:0; margin:0; list-style: none; @@ -399,23 +402,32 @@ h1, h2, h3, h4, h5, h6 { /* применяем inline-block позиционирование к элементам навигации */ .parametrs__block ul li { - margin: 0px -7px 0 0; + + margin: 0px 28px 0 0; display:inline-block; - background-color: #E64A19; + border-radius: 0px; + background-color: #1A89C9; } /* стилизуем ссылки */ .parametrs__block a { + display:block; - padding:0 10px; + padding:0 20px; color:#FFF; font-size:20px; line-height: 60px; text-decoration:none; } +.parametrs__block b { + display:block; + padding:0 20px; +} + /* изменяем цвет фона при наведении курсора */ .parametrs__block a:hover { + background-color: #000000; } @@ -433,7 +445,7 @@ h1, h2, h3, h4, h5, h6 { /* первый уровень выпадающего списка */ .parametrs__block ul ul li { z-index: 100; - min-width:170px; + min-width: 200px; float:none; display:list-item; position: relative; diff --git a/frontend/src/assets/css/profile.css b/frontend/src/assets/css/profile.css index ec13cef..858a405 100644 --- a/frontend/src/assets/css/profile.css +++ b/frontend/src/assets/css/profile.css @@ -70,7 +70,7 @@ h1, h2, h3, h4, h5, h6 { padding-left: 20%; margin: 0 auto; - background: url("@/assets/images/1.1.jpg") center + background: url("@/assets/images/user_standart.png") center no-repeat; background-size: cover; } diff --git a/frontend/src/assets/images/user_standart.png b/frontend/src/assets/images/user_standart.png new file mode 100644 index 0000000..4353808 Binary files /dev/null and b/frontend/src/assets/images/user_standart.png differ diff --git a/frontend/src/components/ProfileAbout.vue b/frontend/src/components/ProfileAbout.vue index 3c58152..6f55361 100644 --- a/frontend/src/components/ProfileAbout.vue +++ b/frontend/src/components/ProfileAbout.vue @@ -2,9 +2,9 @@

Обо мне

- - - + + +

Имя Фамилия:

{{ name }}

diff --git a/frontend/src/components/ProfileAddOffer.vue b/frontend/src/components/ProfileAddOffer.vue index 8000e6c..5453f87 100644 --- a/frontend/src/components/ProfileAddOffer.vue +++ b/frontend/src/components/ProfileAddOffer.vue @@ -39,7 +39,12 @@

Кол-во комнат:

- +

Площадь:

diff --git a/frontend/src/services/images.js b/frontend/src/services/images.js new file mode 100644 index 0000000..68d8dc3 --- /dev/null +++ b/frontend/src/services/images.js @@ -0,0 +1,4 @@ +export const getURL = (path) => { + const image = path.replace('public/', ''); + return `http://tusur.tk:9080/storage/${image}`; +}; \ No newline at end of file diff --git a/frontend/src/views/CatalogView.vue b/frontend/src/views/CatalogView.vue index 9ed2d15..394f1b7 100644 --- a/frontend/src/views/CatalogView.vue +++ b/frontend/src/views/CatalogView.vue @@ -34,23 +34,35 @@
diff --git a/frontend/src/views/MainView.vue b/frontend/src/views/MainView.vue index 1603f33..12eaa5e 100644 --- a/frontend/src/views/MainView.vue +++ b/frontend/src/views/MainView.vue @@ -18,7 +18,9 @@ 1 580 000₽
- посмотреть + + посмотреть +
@@ -36,24 +38,24 @@ -
-
-

Интересные предложения

-
-
+ + + + + -
-
-

{{offer.name}}}

{{ offer.price }}₽

-
+ + + + -
-
-

Это подборка лучших вариантов, найденных

-

нашими сотрудниками.

-

Вдруг ваше будущее жилье здесь?

-
-
+ + + + + + +