Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
TDS_Myshop_Main
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_Main
Commits
31681235
Commit
31681235
authored
May 19, 2022
by
임지연
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[임지연/이모션]플로팅 버튼 수정 2022.05.19
parent
39f0beda
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
47 additions
and
2 deletions
+47
-2
spr_img@2x_v2.png
images/spr_img@2x_v2.png
+0
-0
index.html
index.html
+42
-0
tdirect.css
tdirect.css
+5
-2
No files found.
images/spr_img@2x_v2.png
0 → 100644
View file @
31681235
251 KB
index.html
View file @
31681235
...
...
@@ -1076,6 +1076,41 @@
</div>
</div>
<!-- [D] 2022.05.19 변경
tds 기존 소스 참고 -->
<!-- sticky 빠른메뉴 -->
<div
class=
"sticky-shortcut"
>
<h3
class=
"g-invisible"
>
빠른메뉴
</h3>
<div
class=
"shortcut-menus"
>
<a
href=
"javascript:window.open('https://m.shop.tworld.co.kr/common-campaign?cmpId=000029');"
>
<button
type=
"button"
class=
"btn-counsel-phone"
>
<span
class=
"ico-counsel-phone"
></span>
<span
class=
"text"
>
전화상담
</span>
</button>
</a>
<a
href=
"javascript:window.open('https://chat.tworld.co.kr:17443/sharedfront/jsp/view/liveChatCheck.jsp?domainId=MOBILE');"
>
<button
type=
"button"
class=
"btn-counsel-chat"
>
<span
class=
"ico-counsel-chat"
></span>
<span
class=
"text"
>
1:1채팅
</span>
</button>
</a>
<a
href=
"javascript:window.open('https://chat.tworld.co.kr:17443/sharedfront/jsp/view/liveChatKakaoCheck.jsp?domainId=MOBILE');"
>
<button
type=
"button"
class=
"btn-kakaotalk"
>
<span
class=
"ico-kakaotalk"
></span>
<span
class=
"text"
>
카카오톡
</span>
</button>
</a>
</div>
<button
type=
"button"
class=
"btn-counsel-toggle"
>
<span
class=
"ico-counsel-toggle"
>
상담메뉴 접기/펴기 토글
</span>
</button>
<a
href=
"#top"
class=
"btn-top"
><span
class=
"ico-top"
>
맨위로
</span></a>
</div>
<div
class=
"sticky-shortcut-dimmed"
style=
"display: none;"
></div>
<!-- //sticky 빠른메뉴 -->
<script>
// 메뉴
var
swiper_menu
=
new
Swiper
(
'.swiper-container-menu'
,
{
...
...
@@ -1144,6 +1179,13 @@
$
(
'#list-type1'
).
show
();
}
})
// 2022.05.19 플로팅베너 기존 소스
$
(
'.btn-counsel-toggle'
).
on
(
'click'
,
function
()
{
$
(
'.sticky-shortcut'
).
toggleClass
(
'active'
);
$
(
'body'
).
toggleClass
(
'js-noscroll'
);
$
(
'.sticky-shortcut-dimmed'
).
toggle
();
});
</script>
</body>
...
...
tdirect.css
View file @
31681235
...
...
@@ -3369,9 +3369,12 @@ html {
}
.btn-counsel-toggle .ico-counsel-toggle {
width: 31px;
/*
width: 31px;
height: 29px;
background-position: 0 -375px;
background-position: 0 -375px; */
width: 22px;
height: 40px;
background-position: -4px -370px;
background-size: 460px 428px;
position: absolute;
top: 0;
...
...
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