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
ffcf0cb6
Commit
ffcf0cb6
authored
May 19, 2022
by
임지연
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[임지연/이모션]플로팅 버튼 수정 2022.05.19
parent
12ab4ab6
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
112 additions
and
3 deletions
+112
-3
tdirect.css
src/assets/css/tdirect.css
+5
-2
index.html
src/assets/html/index.html
+3
-1
seller_heder_modify.html
src/assets/html/seller_heder_modify.html
+34
-0
seller_heder_modify_f.html
src/assets/html/seller_heder_modify_f.html
+35
-0
seller_process1.html
src/assets/html/seller_process1.html
+35
-0
spr_img@2x_v2.png
src/assets/img/spr_img@2x_v2.png
+0
-0
No files found.
src/assets/css/tdirect.css
View file @
ffcf0cb6
...
...
@@ -3383,9 +3383,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;
...
...
src/assets/html/index.html
View file @
ffcf0cb6
...
...
@@ -54,9 +54,11 @@ document.createElement("footer");
<h2
class=
"sec_h"
>
MY
</h2>
<ul>
<li><a
href=
"./seller_process1.html"
>
seller 모듈화 상세
<span>
/ ./seller_process1.html
</span></a></li>
<li><a
href=
"./seller_process1.html"
>
seller 모듈화 상세
+ 빠른메뉴
<span>
/ ./seller_process1.html
</span></a></li>
<li><a
href=
"./seller_process2.html"
>
seller 모듈화 가입조건
<span>
/ ./seller_process2.html
</span></a></li>
<li><a
href=
"./seller_process3.html"
>
seller 모듈화 주문확인
<span>
/ ./seller_process3.html
</span></a></li>
<li><a
href=
"./seller_heder_modify.html"
>
상품 상세페이지(특장점) 기본 + 빠른메뉴
<span>
/ ./seller_heder_modify.htmll
</span></a></li>
<li><a
href=
"./seller_heder_modify_f.html"
>
상품 상세페이지(특장점) f_280 + 빠른메뉴
<span>
/ ./seller_heder_modify_f.html
</span></a></li>
<li><a
href=
"./seller_pop_post_search.html"
>
[팝업] 우편번호 검색
<span>
/ ./seller_pop_post_search.html
</span></a></li>
<li><a
href=
"./seller_pop_info_delivery.html"
>
[팝업] 바로도착/행복배송 안내
<span>
/ ./seller_pop_info_delivery.html
</span></a></li>
<li><a
href=
"./seller_pop_coupon.html"
>
[팝업] 쿠폰 등록 및 적용
<span>
/ ./seller_pop_coupon.html
</span></a></li>
...
...
src/assets/html/seller_heder_modify.html
View file @
ffcf0cb6
...
...
@@ -1102,6 +1102,40 @@
</div>
<!-- s: 01-15 수정 -->
<!-- //e: 하단 스티키 바 -->
<!-- [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>
</div>
<div
class=
"sticky-shortcut-dimmed"
style=
"display: none;"
></div>
<!-- //sticky 빠른메뉴 -->
</div>
<!-- 바로도착/행복배송 안내 레이어 팝업 -->
...
...
src/assets/html/seller_heder_modify_f.html
View file @
ffcf0cb6
...
...
@@ -1207,6 +1207,41 @@
</div>
<!-- s: 01-15 수정 -->
<!-- //e: 하단 스티키 바 -->
<!-- [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>
</div>
<div
class=
"sticky-shortcut-dimmed"
style=
"display: none;"
></div>
<!-- //sticky 빠른메뉴 -->
</div>
<!-- 바로도착/행복배송 안내 레이어 팝업 -->
...
...
src/assets/html/seller_process1.html
View file @
ffcf0cb6
...
...
@@ -1150,6 +1150,41 @@
</div>
<!-- s: 01-15 수정 -->
<!-- //e: 하단 스티키 바 -->
<!-- [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>
</div>
<div
class=
"sticky-shortcut-dimmed"
style=
"display: none;"
></div>
<!-- //sticky 빠른메뉴 -->
</div>
<!-- 바로도착/행복배송 안내 레이어 팝업 -->
...
...
src/assets/img/spr_img@2x_v2.png
View replaced file @
12ab4ab6
View file @
ffcf0cb6
250 KB
|
W:
|
H:
251 KB
|
W:
|
H:
2-up
Swipe
Onion skin
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