From 61491cd2c8d9a470fdb0656f1ca2bd336cc32930 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EC=B0=BD=EC=88=98?= Date: Thu, 8 May 2025 16:52:05 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A7=80=EB=B6=95=EC=9E=AC=20=EC=A0=81?= =?UTF-8?q?=ED=95=A9=EC=84=B1=20=EC=83=81=EC=84=B8=20=ED=8C=9D=EC=97=85=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/PublishList/PublishList.tsx | 1 + .../RoofComplianceDetailPop.tsx | 172 +++++++++++++++++- src/styles/components/_pop-contents.scss | 77 +++++++- src/styles/layout/_pop-common.scss | 1 - 4 files changed, 243 insertions(+), 8 deletions(-) diff --git a/src/components/PublishList/PublishList.tsx b/src/components/PublishList/PublishList.tsx index 8e0c822..f5d2a83 100644 --- a/src/components/PublishList/PublishList.tsx +++ b/src/components/PublishList/PublishList.tsx @@ -195,6 +195,7 @@ export default function PublishList (){ RoofCompliancePage.tsx + 지붕재 적합성 상세 팝업 포함 diff --git a/src/components/roofcompliance/RoofComplianceDetailPop.tsx b/src/components/roofcompliance/RoofComplianceDetailPop.tsx index 2c8e001..e33562d 100644 --- a/src/components/roofcompliance/RoofComplianceDetailPop.tsx +++ b/src/components/roofcompliance/RoofComplianceDetailPop.tsx @@ -15,14 +15,174 @@ export default function RoofComplianceDetailPop(){
-
-
-
アースティ40
-
- +
+
+
+
アースティ40
+
+ +
+
+
+
+
屋根技研 支持瓦
+
㈱ダイトー
+
+
+
屋根材
+
+
+
+
金具タイプ
+
木ねじ打ち込み式
+
+
+
+
+
屋根技研 支持瓦
+
+ + +
+
+
Dで設置可
+
+
備考
+
入手困難
+
+
+
+
+
屋根技研支持金具
+
+ + +
+
+
設置不可
+
+
備考
+
入手困難
+
+
+
+
+
屋根技研YGアンカー
+
+ +
+
+
お問い合わせください
+
+
備考
+
入手困難
+
+
+
+
+
ダイドーハント支持瓦Ⅱ
+
+ +
+
+
Ⅳ (D) で設置可
+
+
備考
+
入手困難
+
+
+
-
+
+
+
アースティ40
+
+ +
+
+
+
+
屋根技研 支持瓦
+
㈱ダイトー
+
+
+
屋根材
+
+
+
+
金具タイプ
+
木ねじ打ち込み式
+
+
+
+
+
屋根技研 支持瓦
+
+ + +
+
+
Dで設置可
+
+
備考
+
入手困難
+
+
+
+
+
屋根技研支持金具
+
+ + +
+
+
設置不可
+
+
備考
+
入手困難
+
+
+
+
+
屋根技研YGアンカー
+
+ +
+
+
お問い合わせください
+
+
備考
+
入手困難
+
+
+
+
+
ダイドーハント支持瓦Ⅱ
+
+ +
+
+
Ⅳ (D) で設置可
+
+
備考
+
入手困難
+
+
+
+
+
+
+
+
+ +
+
+ +
+
+ +
diff --git a/src/styles/components/_pop-contents.scss b/src/styles/components/_pop-contents.scss index 3eb796b..e154adf 100644 --- a/src/styles/components/_pop-contents.scss +++ b/src/styles/components/_pop-contents.scss @@ -36,8 +36,83 @@ } // 지붕재 적합성 상세 +.compliance-check-bx{ + &.act{ + .compliance-check-pop-contents{ + display: block; + } + } +} .compliance-check-pop-contents{ - padding: 14px; + display: none; + padding: 14px 14px 10px 14px; border-top: 1px solid #ECECEC; margin-top: 10px; +} +.check-pop-data-wrap{ + margin-bottom: 24px; + .check-pop-data-tit{ + position: relative; + padding-left: 10px; + margin-bottom: 8px; + @include defaultFont($font-s-13, $font-w-500, $font-c); + &::before{ + content: ''; + position: absolute; + top: 50%; + left: 0; + transform: translateY(-50%); + width: 4px; + height: 4px; + background-color: #2E3A59; + border-radius: 50%; + } + } + .check-pop-data-txt{ + padding-left: 10px; + @include defaultFont($font-s-13, $font-w-400, $font-c); + } +} + +.check-pop-data-table{ + border-top: 1px solid #2E3A59; + &:last-child{ + .pop-data-table-footer{ + border-bottom: 1px solid #2E3A59; + } + } +} +.pop-data-table-head{ + @include flex(0px); + align-items: center; + padding: 10px; + border-top: 1px solid #2E3A59; + border-bottom: 1px solid #2E3A59; + .pop-data-table-head-name{ + @include defaultFont($font-s-13, $font-w-500, $font-c); + } + .pop-data-table-head-icon{ + margin-left: auto; + @include flex(0px); + } +} +.pop-data-table-body{ + padding: 11px 10px; + border-bottom: 1px solid #2E3A59; + @include defaultFont($font-s-13, $font-w-400, $font-c); +} +.pop-data-table-footer{ + @include flex(0px); + .pop-data-table-footer-unit{ + flex: 1; + padding: 10px; + @include defaultFont($font-s-13, $font-w-500, $font-c); + border-right: 1px solid #2E3A59; + } + .pop-data-table-footer-data{ + flex: none; + width: 104px; + padding: 10px; + @include defaultFont($font-s-13, $font-w-400, $font-c); + } } \ No newline at end of file diff --git a/src/styles/layout/_pop-common.scss b/src/styles/layout/_pop-common.scss index 365d2b3..e90529a 100644 --- a/src/styles/layout/_pop-common.scss +++ b/src/styles/layout/_pop-common.scss @@ -22,7 +22,6 @@ .modal-content{ flex:1; position: relative; - margin: 0 16px; background-clip: padding-box; background-color: $white-fff; border-radius: 16px;