Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
TDS_Myshop_Detail
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
김정순_이모션
TDS_Myshop_Detail
Commits
12ab4ab6
Commit
12ab4ab6
authored
May 16, 2022
by
김은해_이모션
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[김은해] 카카오톡 채팅 연결하기 수정 - 220516
parent
1f60b480
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
94 additions
and
6 deletions
+94
-6
seller_common.css
src/assets/css/seller_common.css
+10
-3
seller_heder_modify.html
src/assets/html/seller_heder_modify.html
+28
-1
seller_heder_modify_f.html
src/assets/html/seller_heder_modify_f.html
+28
-1
seller_process1.html
src/assets/html/seller_process1.html
+28
-1
icon_chat@2x.png
src/assets/img/seller/icon_chat@2x.png
+0
-0
No files found.
src/assets/css/seller_common.css
View file @
12ab4ab6
...
...
@@ -284,15 +284,22 @@
}
.seller-detail-header
.link-kakako-chat
{
display
:
block
;
width
:
100%
;
height
:
44px
;
padding
:
14px
0
13px
0
;
border-radius
:
4px
;
box-shadow
:
-4px
-6px
10px
0
rgba
(
255
,
255
,
255
,
0.83
),
4px
7px
10px
0
#d3d3d3
;
background-color
:
#efeff1
;
font-size
:
1.3rem
;
}
.seller-detail-header
.link-kakako-chat
:before
{
content
:
''
;
display
:
inline-block
;
width
:
20
px
;
height
:
18
px
;
background
:
url(../img/seller/ico
_kakao
@2x.png)
no-repeat
0
0
;
width
:
17
px
;
height
:
17
px
;
background
:
url(../img/seller/ico
n_chat
@2x.png)
no-repeat
0
0
;
background-size
:
100%
100%
;
vertical-align
:
top
;
margin-right
:
4px
;
...
...
src/assets/html/seller_heder_modify.html
View file @
12ab4ab6
...
...
@@ -61,7 +61,7 @@
<!-- //Swiper -->
</div>
<!-- //key visual -->
<
a
href=
"#none"
class=
"link-kakako-chat"
target=
"_blank"
>
카카오톡 채팅 연결하기
</a>
<
button
type=
"button"
class=
"link-kakako-chat"
target=
"_blank"
data-modal=
".modal-chat"
>
1:1 채팅 구매 상담 | 09시 ~ 24시
</button>
</div>
<!-- s: 색상선택 -->
...
...
@@ -1234,6 +1234,33 @@
</div>
<!-- 우편번호 검색 레이어 팝업 -->
<!-- 1:1 채팅 구매상담 모달 팝업 -->
<!-- [D] 오픈시 div.modal에 display:block, body에 j-noscroll클래스 추가 -->
<div
class=
"modal modal-chat"
role=
"dialog"
aria-modal=
"true"
style=
"display:none;"
>
<div
class=
"modal-dialog"
role=
"document"
>
<div
class=
"modal-body"
>
<div
class=
"modal-header"
>
<h1
class=
"modal-title"
>
알림
</h1>
</div>
<div
class=
"modal-content"
>
<p
class=
"paragraph"
>
3G/LTE/5G 망 사용 시
<br
/>
데이터 요금이 발생됩니다.
</p>
</div>
<div
class=
"modal-footer"
>
<span
class=
"group-l"
>
<button
type=
"button"
class=
"btn-default-text js-modal-close"
>
취소
</button>
</span>
<span
class=
"group-r"
>
<button
type=
"button"
class=
"btn-secondary-text"
>
확인
</button>
</span>
</div>
</div>
</div>
<div
class=
"dimmed"
></div>
</div>
<!-- //1:1 채팅 구매상담 모달 팝업 -->
<script
src=
"../js/jquery.min.js"
></script>
<script
src=
"../js/swiper.min.js"
></script>
<script
src=
"../js/tdirect-ui.js"
></script>
...
...
src/assets/html/seller_heder_modify_f.html
View file @
12ab4ab6
...
...
@@ -61,7 +61,7 @@
<!-- //Swiper -->
</div>
<!-- //key visual -->
<
a
href=
"#none"
class=
"link-kakako-chat"
target=
"_blank"
>
카카오톡 채팅 연결하기
</a>
<
button
type=
"button"
class=
"link-kakako-chat"
target=
"_blank"
data-modal=
".modal-chat"
>
1:1 채팅 구매 상담 | 09시 ~ 24시
</button>
</div>
<!-- s: 색상선택 -->
...
...
@@ -1339,6 +1339,33 @@
</div>
<!-- 우편번호 검색 레이어 팝업 -->
<!-- 1:1 채팅 구매상담 모달 팝업 -->
<!-- [D] 오픈시 div.modal에 display:block, body에 j-noscroll클래스 추가 -->
<div
class=
"modal modal-chat"
role=
"dialog"
aria-modal=
"true"
style=
"display:none;"
>
<div
class=
"modal-dialog"
role=
"document"
>
<div
class=
"modal-body"
>
<div
class=
"modal-header"
>
<h1
class=
"modal-title"
>
알림
</h1>
</div>
<div
class=
"modal-content"
>
<p
class=
"paragraph"
>
3G/LTE/5G 망 사용 시
<br
/>
데이터 요금이 발생됩니다.
</p>
</div>
<div
class=
"modal-footer"
>
<span
class=
"group-l"
>
<button
type=
"button"
class=
"btn-default-text js-modal-close"
>
취소
</button>
</span>
<span
class=
"group-r"
>
<button
type=
"button"
class=
"btn-secondary-text"
>
확인
</button>
</span>
</div>
</div>
</div>
<div
class=
"dimmed"
></div>
</div>
<!-- //1:1 채팅 구매상담 모달 팝업 -->
<script
src=
"../js/jquery.min.js"
></script>
<script
src=
"../js/swiper.min.js"
></script>
<script
src=
"../js/tdirect-ui.js"
></script>
...
...
src/assets/html/seller_process1.html
View file @
12ab4ab6
...
...
@@ -57,7 +57,7 @@
<!-- //Swiper -->
</div>
<!-- //key visual -->
<
a
href=
"#none"
class=
"link-kakako-chat"
target=
"_blank"
>
카카오톡 채팅 연결하기
</a>
<
button
type=
"button"
class=
"link-kakako-chat"
target=
"_blank"
data-modal=
".modal-chat"
>
1:1 채팅 구매 상담 | 09시 ~ 24시
</button>
</div>
<!-- s: 색상선택 -->
...
...
@@ -1282,6 +1282,33 @@
</div>
<!-- 우편번호 검색 레이어 팝업 -->
<!-- 1:1 채팅 구매상담 모달 팝업 -->
<!-- [D] 오픈시 div.modal에 display:block, body에 j-noscroll클래스 추가 -->
<div
class=
"modal modal-chat"
role=
"dialog"
aria-modal=
"true"
style=
"display:none;"
>
<div
class=
"modal-dialog"
role=
"document"
>
<div
class=
"modal-body"
>
<div
class=
"modal-header"
>
<h1
class=
"modal-title"
>
알림
</h1>
</div>
<div
class=
"modal-content"
>
<p
class=
"paragraph"
>
3G/LTE/5G 망 사용 시
<br
/>
데이터 요금이 발생됩니다.
</p>
</div>
<div
class=
"modal-footer"
>
<span
class=
"group-l"
>
<button
type=
"button"
class=
"btn-default-text js-modal-close"
>
취소
</button>
</span>
<span
class=
"group-r"
>
<button
type=
"button"
class=
"btn-secondary-text"
>
확인
</button>
</span>
</div>
</div>
</div>
<div
class=
"dimmed"
></div>
</div>
<!-- //1:1 채팅 구매상담 모달 팝업 -->
<script
src=
"../js/jquery.min.js"
></script>
<script
src=
"../js/swiper.min.js"
></script>
<script
src=
"../js/tdirect-ui.js"
></script>
...
...
src/assets/img/seller/icon_chat@2x.png
0 → 100644
View file @
12ab4ab6
461 Bytes
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment