/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\ !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/shared/layouts/ApartmentLayout.vue?vue&type=style&index=0&id=1ebff1c5&lang=scss ***! \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ .viewLayout { width: 100%; height: 100vh; overflow: auto; margin-bottom: 30px; background-color: #ffffff; } .viewLayout .header { width: 100%; background-color: #ffffff; } .viewLayout .header__top { width: 100%; height: 74px; display: flex; justify-content: flex-start; align-items: center; padding-left: 35px; } .viewLayout .header__title { font-size: 32px; } .viewLayout .header__bottom { width: 100%; height: 64px; border-top: 1px solid #f3f3f3; display: flex; justify-content: space-between; align-items: center; padding: 0 35px; } .viewLayout .navbar { width: 100%; height: 100%; padding: 18px 0; background-color: #212121; display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; grid-row: span 2; grid-column: 1; } .viewLayout .navbar__logo { width: 74px; height: 74px; background-color: #fbe6d3; margin-bottom: 20px; } .viewLayout main { position: relative; height: 100%; padding: 0 !important; display: flex; justify-content: flex-start; align-items: flex-start; } /*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\ !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/pages/Apartment.vue?vue&type=style&index=0&id=169cfc3e&scoped=true&lang=scss ***! \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ .apartment-show[data-v-169cfc3e] { width: 100%; height: 100%; } .apartment-show.openFull[data-v-169cfc3e] { width: 100%; } .apartment-show__content[data-v-169cfc3e] { width: 100%; height: 100%; padding: 50px; } .apartment-show__head[data-v-169cfc3e] { display: flex; justify-content: space-between; align-items: center; margin-bottom: 30px; } .apartment-show__title[data-v-169cfc3e] { font-weight: 700; } .apartment-show__info[data-v-169cfc3e] { width: 100%; height: auto; display: flex; justify-content: flex-start; align-items: center; -moz-column-gap: 30px; column-gap: 30px; margin-bottom: 30px; } .apartment-show__status[data-v-169cfc3e] { --tw-bg-opacity: 1; background-color: rgb(76 175 80 / var(--tw-bg-opacity)); --tw-text-opacity: 1; color: rgb(255 255 255 / var(--tw-text-opacity)); border-start-start-radius: 0.375rem; border-end-start-radius: 0.375rem; font-weight: 700; padding: 8px 10px; margin-left: auto; } .apartment-show__image[data-v-169cfc3e] { width: 100%; min-width: 500px; position: relative; margin-bottom: 30px; } .apartment-show__image .image[data-v-169cfc3e] { display: flex; justify-content: center; align-items: center; } .apartment-show__image .image img[data-v-169cfc3e] { max-height: 500px; -o-object-fit: contain; object-fit: contain; } .apartment-show__image .image__loop[data-v-169cfc3e] { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(255, 255, 255, 0.5); display: flex; justify-content: center; align-items: center; opacity: 0; visibility: hidden; transition: 0.5s all ease-in-out; } .apartment-show__image .image__loop svg[data-v-169cfc3e] { width: 140px; height: 140px; } .apartment-show__image:hover .image__loop[data-v-169cfc3e] { opacity: 1; visibility: visible; transition: 0.5s all ease-in-out; cursor: pointer; } .apartment-show__btns[data-v-169cfc3e] { width: 100%; height: auto; display: flex; flex-direction: column; justify-content: center; align-items: center; margin-bottom: 30px; gap: 10px; } .apartment-show__price[data-v-169cfc3e] { font-size: 28px; font-weight: 700; margin-bottom: 8px; } .apartment-show__priceSqure[data-v-169cfc3e] { font-size: 18px; --tw-text-opacity: 1; color: rgb(117 117 117 / var(--tw-text-opacity)); margin-bottom: 30px; } .apartment-show__settings[data-v-169cfc3e] { width: 100%; height: auto; display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; } .apartment-show__settings .settings__title[data-v-169cfc3e] { font-size: 18px; line-height: 100%; font-weight: 700; margin-bottom: 10px; } .apartment-show__settings .settings__table[data-v-169cfc3e] { width: 100%; height: auto; display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; } .apartment-show__settings .settings__table .row[data-v-169cfc3e] { width: 100%; height: auto; display: grid; grid-template-columns: 250px 1fr; border-bottom-width: 1px; --tw-border-opacity: 1; border-color: rgb(222 222 222 / var(--tw-border-opacity)); } .apartment-show__settings .settings__table .row .cell[data-v-169cfc3e] { display: flex; justify-content: flex-start; align-items: flex-start; padding: 11px 30px; --tw-text-opacity: 1; color: rgb(0 0 0 / var(--tw-text-opacity)); font-size: 14px; font-weight: 300; } .apartment-show__settings .settings__table .row .cell[data-v-169cfc3e]:first-child { padding: 11px 0; border-right-width: 1px; --tw-border-opacity: 1; border-color: rgb(222 222 222 / var(--tw-border-opacity)); --tw-text-opacity: 1; color: rgb(117 117 117 / var(--tw-text-opacity)); } @media screen and (max-width: 1600px) { .apartment-show.open[data-v-169cfc3e] { visibility: visible; width: 550px; transition: 0.5s all ease-in-out; } .apartment-show__head[data-v-169cfc3e] { margin-bottom: 24px; } .apartment-show__title[data-v-169cfc3e] { font-size: 24px; line-height: 100%; } .apartment-show__status[data-v-169cfc3e] { padding: 6px 8px; } .apartment-show__image[data-v-169cfc3e] { margin-bottom: 24px; } .apartment-show__btns[data-v-169cfc3e] { margin-bottom: 30px; } .apartment-show__price[data-v-169cfc3e] { font-size: 22px; margin-bottom: 4px; } .apartment-show__priceSqure[data-v-169cfc3e] { font-size: 14px; margin-bottom: 30px; } }