Joywork/complexes/css/6e3852248c5747f7.css
2026-05-22 21:21:54 +03:00

667 lines
27 KiB
CSS

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** 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/widgets/homePage/planLayout/planRoomsWindow.vue?vue&type=style&index=0&id=6dd755bb&scoped=true&lang=scss ***!
\*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.p-confirm-popup[data-v-6dd755bb]:before {
border-bottom-color: #4caf50;
}
.p-confirm-popup[data-v-6dd755bb]:after {
border-bottom-color: #4caf50;
}
.p-confirm-popup.p-confirm-popup-flipped[data-v-6dd755bb]:before {
border-top-color: #4caf50;
}
.p-confirm-popup.p-confirm-popup-flipped[data-v-6dd755bb]:after {
border-top-color: #4caf50;
}
.planRoomsWindow[data-v-6dd755bb] {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100vh;
background: rgba(0, 0, 0, 0.3);
display: flex;
justify-content: center;
align-items: center;
opacity: 0;
padding: 0px 60px;
visibility: hidden;
transition: 0.5s all ease-in-out;
}
.planRoomsWindow.open[data-v-6dd755bb] {
z-index: 10000;
opacity: 1;
visibility: visible;
transition: 0.5s all ease-in-out;
}
.planRoomsWindow__wrapper[data-v-6dd755bb] {
min-width: 900px;
width: auto;
height: auto;
padding: 50px;
background-color: white;
border-radius: 4px;
max-width: 100vw;
max-height: calc(100vh - 100px);
overflow: auto;
}
.planRoomsWindow__title[data-v-6dd755bb] {
font-size: 20px;
display: flex;
gap: 10px;
justify-content: space-between;
margin-bottom: 50px;
}
.planRoomsWindow__table[data-v-6dd755bb] {
width: 100%;
height: auto;
display: flex;
justify-content: flex-start;
align-items: flex-start;
-moz-column-gap: 30px;
column-gap: 30px;
max-height: calc(100vh - 380px);
overflow: auto;
}
.planRoomsWindow__table .table__numberRows[data-v-6dd755bb] {
width: auto;
height: auto;
display: flex;
flex-direction: column-reverse;
justify-content: flex-start;
align-items: center;
row-gap: 10px;
padding-top: 10px;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.planRoomsWindow__table .table__numberRows .row[data-v-6dd755bb] {
font-size: 14px;
--tw-text-opacity: 1;
color: rgb(117 117 117 / var(--tw-text-opacity));
}
.planRoomsWindow__table .table__numberRows .row .cell[data-v-6dd755bb] {
padding: 4px 12px;
display: flex;
justify-content: center;
align-items: center;
}
.planRoomsWindow__table .table__content[data-v-6dd755bb] {
height: 100%;
display: flex;
justify-content: space-between;
align-items: flex-end;
-moz-column-gap: 42px;
column-gap: 42px;
padding: 20px;
width: calc(100% - 100px);
overflow: auto;
}
.planRoomsWindow__table .table__content .selectionBox[data-v-6dd755bb] {
position: absolute;
background-color: rgba(52, 152, 219, 0.5);
border: 1px dashed #3498db;
z-index: 999;
pointer-events: none;
display: none;
}
.planRoomsWindow__table .table__content .overlay[data-v-6dd755bb] {
position: absolute;
width: auto;
height: auto;
padding: 10px;
border-radius: 10px;
border: 1px solid;
--tw-border-opacity: 1;
border-color: rgb(76 175 80 / var(--tw-border-opacity));
z-index: 2;
background-color: #ffffff;
display: none;
justify-content: flex-start;
align-items: center;
-moz-column-gap: 10px;
column-gap: 10px;
}
.planRoomsWindow__table .table__content .section[data-v-6dd755bb] {
width: auto;
height: 100%;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
row-gap: 10px;
}
.planRoomsWindow__table .table__content .section .row[data-v-6dd755bb] {
height: 29px !important;
display: flex;
justify-content: flex-start;
align-items: flex-start;
-moz-column-gap: 10px;
column-gap: 10px;
}
.planRoomsWindow__table .table__content .section .row .cell[data-v-6dd755bb] {
position: relative;
display: flex;
justify-content: center;
align-items: center;
color: #ffffff;
opacity: 0.5;
padding: 4px 12px;
border-radius: 4px;
width: 40px;
font-size: 14px;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.planRoomsWindow__table .table__content .section .row .cell:hover .overlay[data-v-6dd755bb] {
opacity: 1;
visibility: visible;
transition: 0.3s all ease-in-out;
}
.planRoomsWindow__table .table__content .section .row .cell.selected[data-v-6dd755bb] {
opacity: 1;
}
.planRoomsWindow__table .table__content .section .row .cell .overlay[data-v-6dd755bb] {
position: absolute;
left: -10px;
top: calc(100% + 6px);
width: -moz-max-content;
width: max-content;
height: -moz-max-content;
height: max-content;
border-radius: 6px;
border: 1px solid #4caf50;
background: #ffffff;
padding: 10px;
opacity: 0;
visibility: hidden;
transition: 0.3s all ease-in-out;
z-index: 20;
}
.planRoomsWindow__table .table__content .section .row .cell .overlay[data-v-6dd755bb]::before {
content: "";
position: absolute; /* Абсолютное позиционирование */
left: 18px;
top: -16px; /* Положение треугольника */
border: 8px solid transparent; /* Прозрачные границы */
border-bottom: 8px solid #4caf50; /* Добавляем треугольник */
}
.planRoomsWindow__table .table__content .section .row .cell .overlay__content[data-v-6dd755bb] {
width: 100%;
height: 100%;
display: grid;
grid-template-columns: 24px 1fr;
grid-gap: 10px 4px;
}
.planRoomsWindow__table .table__content .section .row .cell .overlay__countRooms[data-v-6dd755bb] {
width: 24px;
height: 24px;
border-radius: 50px;
background: #4caf50;
display: flex;
justify-content: center;
align-items: center;
}
.planRoomsWindow__table .table__content .section .row .cell .overlay__square[data-v-6dd755bb] {
color: #333;
font-size: 14px;
grid-row: 1;
grid-column: 2;
align-self: center;
}
.planRoomsWindow__table .table__content .section .row .cell .overlay__number[data-v-6dd755bb] {
color: #757575;
font-size: 12px;
}
.planRoomsWindow__btns[data-v-6dd755bb] {
margin-top: 50px;
}
@media screen and (max-width: 1600px) {
.planRoomsWindow__wrapper[data-v-6dd755bb] {
min-width: 700px;
padding: 30px;
}
.planRoomsWindow__title[data-v-6dd755bb] {
font-size: 16px;
margin-bottom: 30px;
}
.planRoomsWindow__btns[data-v-6dd755bb] {
margin-top: 30px;
}
}
.chessTile__section[data-v-6dd755bb] {
margin-bottom: 15px;
}
.cell__countRoom[data-v-6dd755bb] {
min-width: 24px;
width: 24px;
min-height: 24px;
font-size: 12px;
}
.cell__desc[data-v-6dd755bb] {
display: flex;
justify-content: flex-start;
align-items: center;
font-size: 12px;
}
.cell__price[data-v-6dd755bb] {
font-size: 16px;
max-width: none;
font-weight: 700;
overflow: hidden;
text-overflow: ellipsis;
text-wrap: nowrap;
}
.cell__number[data-v-6dd755bb] {
text-wrap: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 60px;
color: #757575;
font-size: 11px;
}
.items-height[data-v-6dd755bb] {
height: 100%;
}
.cell-styles[data-v-6dd755bb] {
display: flex;
opacity: 0.5;
width: 225px;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
padding: 10px;
justify-content: space-between;
}
.selected[data-v-6dd755bb] {
opacity: 1;
}
.overlay[data-v-6dd755bb] {
position: absolute;
width: auto;
height: auto;
padding: 10px;
border-radius: 10px;
border: 1px solid;
z-index: 2;
background-color: #ffffff;
display: none;
justify-content: flex-start;
align-items: center;
-moz-column-gap: 10px;
column-gap: 10px;
}
.selectionBox[data-v-6dd755bb] {
position: absolute;
background-color: rgba(52, 152, 219, 0.5);
border: 1px dashed #3498db;
pointer-events: none;
z-index: 1000;
display: none;
}
.user-none[data-v-6dd755bb] {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** 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/widgets/homePage/planLayout/planEditWindow/planEditWindow-image.vue?vue&type=style&index=0&id=7f809839&scoped=true&lang=scss ***!
\*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.editImage[data-v-7f809839] {
width: 100%;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
}
.editImage__listImages[data-v-7f809839] {
width: 100%;
height: auto;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
margin-bottom: 30px;
row-gap: 30px;
}
.editImage__listImages .imageItem[data-v-7f809839] {
width: 100%;
height: auto;
display: flex;
justify-content: flex-start;
align-items: center;
border-radius: 6px;
border: 1px solid #dedede;
padding: 18px 14px;
-moz-column-gap: 26px;
column-gap: 26px;
}
.editImage__listImages .imageItem__iconDrag[data-v-7f809839] {
width: 16px;
height: 16px;
cursor: grab;
}
.editImage__listImages .imageItem__iconDrag svg[data-v-7f809839] {
width: 100%;
height: 100%;
}
.editImage__listImages .imageItem__img[data-v-7f809839] {
width: 56px;
height: auto;
}
.editImage__listImages .imageItem__img img[data-v-7f809839] {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.editImage__listImages .imageItem__field[data-v-7f809839] {
width: auto;
height: auto;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
}
.editImage__listImages .imageItem__field input[data-v-7f809839] {
width: 350px;
}
.editImage__listImages .imageItem__info[data-v-7f809839] {
display: flex;
justify-content: flex-start;
align-items: center;
margin: 0 50px;
}
.editImage__listImages .imageItem__info svg[data-v-7f809839] {
margin-right: 6px;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** 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/widgets/homePage/planLayout/planEditWindow/planEditWindow-3d.vue?vue&type=style&index=0&id=41886ca3&lang=scss ***!
\**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.planEditWindow3dOverlay {
border: 1px solid #3a8efa;
}
.planEditWindow3dOverlay:before {
border-bottom-color: #3a8efa;
}
.planEditWindow3dOverlay:after {
border-bottom-color: #3a8efa;
}
.planEditWindow3dOverlay.p-confirm-popup-flipped:before {
border-top-color: #3a8efa;
}
.planEditWindow3dOverlay.p-confirm-popup-flipped:after {
border-top-color: #3a8efa;
}
.planEditWindow3d__checkboxWrapper {
width: auto;
display: flex;
justify-content: flex-start;
align-items: center;
}
.planEditWindow3d__checkboxWrapper label {
margin-left: 20px;
margin-right: 10px;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** 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/entities/changeSideWorld.vue?vue&type=style&index=0&id=fadb7e94&scoped=true&lang=scss ***!
\**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.compass[data-v-fadb7e94] {
width: 100%;
height: auto;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
row-gap: 20px;
}
.compass .compassImage[data-v-fadb7e94] {
position: relative;
width: 200px;
height: 200px;
}
.compass .compassImage svg[data-v-fadb7e94] {
width: 100%;
height: 100%;
}
.compass .compassImage .point[data-v-fadb7e94] {
position: absolute;
top: calc(50% - 12.5px);
right: -12.5px;
width: 25px;
height: 25px;
border-radius: 100%;
background-color: #3a8efa;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** 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/widgets/homePage/planLayout/planEditWindow/planEditWindow-sideWorld.vue?vue&type=style&index=0&id=eae5cf4e&scoped=true&lang=scss ***!
\*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.planEditWindowSideWorld__checkboxWrapper[data-v-eae5cf4e] {
display: flex;
justify-content: flex-start;
align-items: center;
}
.planEditWindowSideWorld__checkboxWrapper label[data-v-eae5cf4e] {
margin-left: 20px;
}
.planEditWindowSideWorld__content[data-v-eae5cf4e] {
display: flex;
width: 100%;
height: auto;
gap: 40px;
padding: 20px;
}
.planEditWindowSideWorld__imagePlan[data-v-eae5cf4e] {
gap: 40px;
justify-content: end;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** 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/widgets/homePage/planLayout/planEditWindow/planEditWindow.vue?vue&type=style&index=0&id=a01c27aa&scoped=true&lang=scss ***!
\*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.planEditWindow[data-v-a01c27aa] {
position: fixed;
width: 100%;
height: 100vh;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.3);
display: flex;
justify-content: center;
align-items: center;
overflow-y: scroll;
padding: 30px 0;
opacity: 0;
visibility: hidden;
transition: 0.5s all ease-in-out;
}
.planEditWindow.open[data-v-a01c27aa] {
opacity: 1;
visibility: visible;
transition: 0.5s all ease-in-out;
z-index: 10000;
}
.planEditWindow .tab-images div[data-pc-section=panelcontainer][data-v-a01c27aa] {
background: #222 !important;
}
.planEditWindow__wrapper[data-v-a01c27aa] {
min-width: 900px;
width: auto;
height: auto;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
background-color: #ffffff;
padding: 50px;
}
.planEditWindow__head[data-v-a01c27aa] {
width: 100%;
height: auto;
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 30px;
}
.planEditWindow__title[data-v-a01c27aa] {
font-size: 20px;
font-weight: 600;
}
.planEditWindow__close[data-v-a01c27aa] {
width: 30px;
height: 30px;
}
.planEditWindow__close svg[data-v-a01c27aa] {
width: 100%;
height: 100%;
}
.planEditWindow__content[data-v-a01c27aa] {
width: 100%;
height: auto;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
}
.planEditWindow__codePlan[data-v-a01c27aa] {
width: 100%;
height: auto;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
margin-bottom: 30px;
}
@media screen and (max-width: 1600px) {
.planEditWindow__wrapper[data-v-a01c27aa] {
min-width: 700px;
padding: 30px;
}
.planEditWindow__close[data-v-a01c27aa] {
width: 20px;
height: 20px;
}
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/widgets/homePage/planLayout/planEditWindow/planEditWindow.vue?vue&type=style&index=1&id=a01c27aa&lang=css ***!
\**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.tab-images-content {
max-height: 480px;
overflow: auto;
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** 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/widgets/homePage/planLayout/planRoomsTable.vue?vue&type=style&index=0&id=3794345a&lang=scss ***!
\****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.planRooms__table .p-highlight {
color: black !important;
}
.p-overlaypanel:before {
border-bottom-color: #4caf50;
}
.p-overlaypanel:after {
border-bottom-color: #4caf50;
}
.p-overlaypanel.p-overlaypanel-flipped:before {
border-top-color: #4caf50;
}
.p-overlaypanel.p-overlaypanel-flipped:after {
border-top-color: #4caf50;
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** 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/widgets/homePage/planFloors/planFloorTable.vue?vue&type=style&index=0&id=7f59f562&lang=scss ***!
\****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.planRooms__table .p-highlight {
color: black !important;
}
.p-overlaypanel:before {
border-bottom-color: #4caf50;
}
.p-overlaypanel:after {
border-bottom-color: #4caf50;
}
.p-overlaypanel.p-overlaypanel-flipped:before {
border-top-color: #4caf50;
}
.p-overlaypanel.p-overlaypanel-flipped:after {
border-top-color: #4caf50;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** 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/HomePage/PlanLayoutPage.vue?vue&type=style&index=0&id=07016aa2&scoped=true&lang=scss ***!
\***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.defaultPage[data-v-07016aa2] {
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
padding: 30px;
overflow-y: auto;
}
.titlePage[data-v-07016aa2] {
font-size: 32px;
line-height: 120%;
font-weight: 400;
}
.tabWidget[data-v-07016aa2] {
width: 100%;
height: auto;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
}
.tabWidget__nav[data-v-07016aa2] {
width: 100%;
height: auto;
display: flex;
justify-content: flex-start;
align-items: flex-start;
border-bottom-width: 1px;
--tw-border-opacity: 1;
border-color: rgb(222 222 222 / var(--tw-border-opacity));
-moz-column-gap: 40px;
column-gap: 40px;
}
.tabWidget__nav .nav__item[data-v-07016aa2] {
display: flex;
justify-content: flex-start;
align-items: flex-start;
padding-bottom: 23px;
font-size: 16px;
margin-bottom: -1px;
}
.tabWidget__nav .nav__item.active[data-v-07016aa2] {
font-weight: 700;
border-bottom: 3px solid;
--tw-border-opacity: 1;
border-color: rgb(76 175 80 / var(--tw-border-opacity));
}
@media screen and (max-width: 1600px) {
.tabWidget[data-v-07016aa2] {
-moz-column-gap: 30px;
column-gap: 30px;
}
.tabWidget .nav__item[data-v-07016aa2] {
padding-bottom: 18px;
font-size: 14px;
}
.tabWidget .nav__item.active[data-v-07016aa2] {
border-bottom-width: 2px;
}
}
.planLayoutPage__title[data-v-07016aa2] {
margin-bottom: 50px;
}
@media screen and (max-width: 1600px) {
.planLayoutPage__title[data-v-07016aa2] {
margin-bottom: 30px;
}
}