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
d92e0272
Commit
d92e0272
authored
Feb 16, 2022
by
김은해_이모션
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[김은해] 특장점 인포그래픽 수정 - 220216
parent
dd8fd7c0
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
201 additions
and
129 deletions
+201
-129
seller_common.css
src/assets/css/seller_common.css
+81
-2
seller_heder_modify.html
src/assets/html/seller_heder_modify.html
+36
-38
seller_heder_modify_f.html
src/assets/html/seller_heder_modify_f.html
+48
-51
seller_process1.html
src/assets/html/seller_process1.html
+36
-38
No files found.
src/assets/css/seller_common.css
View file @
d92e0272
...
...
@@ -687,6 +687,7 @@
width
:
100%
;
bottom
:
20px
;
font-size
:
1.3rem
;
left
:
0
;
}
.seller-tab-area
.fp-item-txt.processor-txt
{
...
...
@@ -749,12 +750,55 @@
letter-spacing
:
-0.46px
;
}
/* 추가 22.02.16 */
.seller-tab-area
.row-box
{
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
}
.seller-tab-area
.fp-item-desc.flip-display-desc
{
padding-right
:
30px
;
padding-left
:
30px
;
}
.seller-tab-area
.row-box.flip-display
{
max-width
:
280px
;
margin
:
0
auto
;
}
.seller-tab-area
.row-box.flip-display
.fp-item-txt.side-txt
{
margin-left
:
auto
;
width
:
60%
;
text-align
:
center
;
word-break
:
keep-all
;
}
.seller-tab-area
.row-box.flip-display
.fp-item-img.side-img
{
width
:
40%
;
}
.seller-tab-area
.fp-item-desc.fold-display-desc
{
padding-right
:
30px
;
padding-left
:
30px
;
}
.seller-tab-area
.row-box.fold-display
{
max-width
:
280px
;
margin
:
0
auto
;
}
.seller-tab-area
.row-box.fold-display
.fp-item-txt.side-txt
{
margin-left
:
auto
;
width
:
60%
;
text-align
:
center
;
word-break
:
keep-all
;
}
.seller-tab-area
.row-box.fold-display
.fp-item-img.side-img
{
width
:
40%
;
}
/* /추가 22.02.16 */
.seller-tab-area
.noti
{
font-size
:
0.9rem
;
...
...
@@ -1014,7 +1058,7 @@
}
.seller-tab-area
.w66
{
width
:
6
3
px
;
width
:
6
6
px
;
}
.seller-tab-area
.w63
{
...
...
@@ -1589,4 +1633,39 @@
.product-color
.color-chips
.c-ick-var
{
margin-right
:
8px
}
}
\ No newline at end of file
}
/* 갤럭시 폴드형 대응 22.02.16 */
@media
all
and
(
max-width
:
390px
)
{
.seller-tab-area
.fp-item-txt.side-txt
{
margin-left
:
10%
;
}
}
@media
all
and
(
max-width
:
330px
)
{
.seller-tab-area
.fp-item-txt.side-txt.long-txt
{
margin-left
:
4%
;
}
}
@media
all
and
(
max-width
:
310px
)
{
.seller-tab-area
.fp-item-txt.side-txt
{
margin-left
:
8%
;
}
}
@media
all
and
(
max-width
:
290px
)
{
.seller-tab-area
.fp-item-txt.side-txt.long-txt
{
margin-left
:
2%
;
}
.seller-tab-area
.fp-item-desc.flip-display-desc
{
padding-right
:
20px
;
padding-left
:
20px
;
}
.seller-tab-area
.fp-item-desc.fold-display-desc
{
padding-right
:
20px
;
padding-left
:
20px
;
}
}
src/assets/html/seller_heder_modify.html
View file @
d92e0272
This diff is collapsed.
Click to expand it.
src/assets/html/seller_heder_modify_f.html
View file @
d92e0272
This diff is collapsed.
Click to expand it.
src/assets/html/seller_process1.html
View file @
d92e0272
This diff is collapsed.
Click to expand it.
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