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
942d3942
Commit
942d3942
authored
Feb 03, 2022
by
임지연_이모션
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[임지연/이모션]자급제 가입자 정보 팝업 수정
parent
35ccd722
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
104 additions
and
23 deletions
+104
-23
seller_common.css
src/assets/css/seller_common.css
+6
-0
seller_subscriber_info.html
src/assets/html/seller_subscriber_info.html
+1
-23
seller_subscriber_info2.html
src/assets/html/seller_subscriber_info2.html
+97
-0
No files found.
src/assets/css/seller_common.css
View file @
942d3942
...
...
@@ -1142,6 +1142,12 @@
color
:
#222
;
padding-bottom
:
4rem
;
}
.subscrib-txt-msg
.link.seller-txt-style
{
font-size
:
1.5rem
;
}
.subscrib-txt-msg
.link.seller-txt-style
:hover
{
text-decoration
:
underline
;
}
.bottom-btn-bar
{
position
:
fixed
;
right
:
0
;
...
...
src/assets/html/seller_subscriber_info.html
View file @
942d3942
...
...
@@ -26,7 +26,7 @@
<main
role=
"main"
class=
"popup-content"
>
<p
class=
"subscrib-txt-msg"
>
신청서로 이동하기 전 가입자 정보를 확인해 주세요
</p>
<p
class=
"subscrib-txt-msg"
>
신청서로 이동하기 전 가입자 정보를 확인해 주세요
.
</p>
<!-- [D] Case: 비회원 -->
<div
class=
"opt-group"
>
<h2
class=
"opt-group-tit"
>
가입자명
</h2>
...
...
@@ -49,28 +49,6 @@
</div>
</div>
</div>
<!-- [D] Case: 회원(서비스관리번호有) -->
<div
class=
"opt-group"
>
<h2
class=
"opt-group-tit"
>
가입자명
</h2>
<div
class=
"opt-group-con"
>
<div
class=
"form-group"
>
<span
class=
"c-input"
>
<input
type=
"text"
placeholder=
"가입하실 분의 이름을 입력하세요"
title=
"가입하실 분의 이름을 입력하세요"
value=
"최부열"
class=
"input"
>
</span>
</div>
</div>
</div>
<div
class=
"opt-group"
>
<h2
class=
"opt-group-tit"
>
휴대폰번호
</h2>
<div
class=
"opt-group-con"
>
<div
class=
"form-group"
>
<span
class=
"c-input"
>
<input
type=
"text"
placeholder=
"‘-’ 없이 숫자만 입력해 주세요"
title=
"‘-’ 없이 숫자만 입력해 주세요"
maxlength=
"11"
onfocus=
"this.value=''"
value=
"010-8912-1706"
class=
"input"
numberOnly
>
</span>
</div>
</div>
</div>
<!-- [D] Case: 언택트플랜 case (비회원 or 회원&다른번호 입력)-->
<div
class=
"opt-group"
>
<h2
class=
"opt-group-tit"
>
가입자명
</h2>
...
...
src/assets/html/seller_subscriber_info2.html
0 → 100644
View file @
942d3942
<!--
가입자 정보 화면
-가입자 정보 변경 전/선택
-->
<!DOCTYPE html>
<html
lang=
"ko"
>
<head>
<meta
charset=
"UTF-8"
>
<meta
name=
"viewport"
content=
"width=device-width,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0,user-scalable=no,viewport-fit=cover"
>
<title>
[상품 Mobile] detail | SK텔레콤 공식 온라인 쇼핑몰 T월드 다이렉트
</title>
<link
rel=
"shortcut icon"
type=
"image/x-icon"
href=
"../img/favicon.ico"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../css/seller.css"
>
<script>
document
.
documentElement
.
dataset
.
userAgent
=
navigator
.
userAgent
;
</script>
</head>
<body>
<!-- popup -->
<div
class=
"popup pop-seller seller_subscriber_info"
>
<div
class=
"popup-body"
>
<div
class=
"popup-header"
>
<h1
class=
"popup-title"
>
가입자 정보
</h1>
</div>
<main
role=
"main"
class=
"popup-content"
>
<p
class=
"subscrib-txt-msg"
>
신청서로 이동하기 전 가입자 정보를 확인해 주세요.
<br>
<a
href=
"#none"
class=
"link seller-txt-style"
>
가입자 정보 변경
</a>
이 필요하신가요?
<br>
이미 적용된 할인 혜택이 바뀔 수 있습니다.
</p>
<!-- [D] Case: 가입자 정보 변경 전 -->
<div
class=
"opt-group"
>
<h2
class=
"opt-group-tit"
>
가입자명
</h2>
<div
class=
"opt-group-con"
>
<div
class=
"form-group"
>
<span
class=
"c-input"
>
최부열
</span>
</div>
</div>
</div>
<div
class=
"opt-group"
>
<h2
class=
"opt-group-tit"
>
휴대폰번호
</h2>
<div
class=
"opt-group-con"
>
<div
class=
"form-group"
>
<span
class=
"c-input"
>
010-8912-1706
</span>
</div>
</div>
</div>
<!-- [D] Case: 가입자 정보 변경 선택 -->
<div
class=
"opt-group"
>
<h2
class=
"opt-group-tit"
>
가입자명
</h2>
<div
class=
"opt-group-con"
>
<div
class=
"form-group"
>
<span
class=
"c-input"
>
<input
type=
"text"
placeholder=
"가입하실 분의 이름을 입력하세요"
title=
"가입하실 분의 이름을 입력하세요"
value=
"최부열"
class=
"input"
>
</span>
</div>
</div>
</div>
<div
class=
"opt-group"
>
<h2
class=
"opt-group-tit"
>
휴대폰번호
</h2>
<div
class=
"opt-group-con"
>
<div
class=
"form-group"
>
<span
class=
"c-input"
>
<input
type=
"text"
placeholder=
"‘-’ 없이 숫자만 입력해 주세요"
title=
"‘-’ 없이 숫자만 입력해 주세요"
maxlength=
"11"
onfocus=
"this.value=''"
value=
"010-8912-1706"
class=
"input"
numberOnly
>
</span>
</div>
</div>
</div>
</main>
<!-- s: 하단 버튼 바 -->
<div
class=
"popup-footer"
>
<!-- [D] 활성/비활성 여부는 클래스 disabled 추가/삭제로 컨트롤 -->
<div
class=
"btn-area"
>
<button
type=
"button"
class=
"btn-middle-light"
>
취소
</button>
<button
type=
"button"
class=
"btn-primary"
>
확인
</button>
</div>
</div>
<!-- //e: 하단 버튼 바 -->
</div>
</div>
<script
src=
"../js/jquery.min.js"
></script>
<script
src=
"../js/swiper.min.js"
></script>
<script
src=
"../js/tdirect-ui.js"
></script>
</body>
</html>
\ No newline at end of file
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