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
6fa26eba
Commit
6fa26eba
authored
Jan 21, 2022
by
김은해_이모션
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[김은해] 20220121 작업
parent
2253fd60
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
305 additions
and
3 deletions
+305
-3
seller_common.css
src/assets/css/seller_common.css
+61
-1
seller_heder_modify.html
src/assets/html/seller_heder_modify.html
+244
-2
No files found.
src/assets/css/seller_common.css
View file @
6fa26eba
...
...
@@ -566,13 +566,73 @@
}
.seller-tab-area
.tab-content
{
padding
:
40px
20px
;
padding
:
20px
;
background-color
:
#efeff1
;
/* 2022.01.21 수정 */
}
.seller-tab-area
.tab-content
img
{
max-width
:
100%
;
}
/* 2022.01.21 특장점 추가 */
.seller-tab-area
.feature-point-tit
{
border-radius
:
4px
;
border
:
1px
solid
#c7c7c7
;
text-align
:
center
;
line-height
:
40px
;
font-size
:
1.5rem
;
color
:
#666
;
}
.seller-tab-area
.feature-point-item
{
margin-bottom
:
1.2rem
;
}
.seller-tab-area
.fp-item-group
{
display
:
flex
;
flex-wrap
:
wrap
;
align-items
:
flex-start
;
margin-top
:
0.4rem
;
}
.seller-tab-area
.group-box
{
width
:
calc
(
50%
-
0.4rem
);
margin-top
:
0.8rem
;
}
.seller-tab-area
.group-box
:nth-child
(
odd
)
{
margin-right
:
0.8rem
;
}
.seller-tab-area
.group-box.wide-group-box
{
width
:
100%
;
}
.seller-tab-area
.group-box.wide-group-box
:nth-child
(
odd
)
{
margin-right
:
0
;
}
.seller-tab-area
.group-box.front-camera
{
margin
:
0.8rem
0
0
0.8rem
;
}
.seller-tab-area
.fp-item-desc
{
background-color
:
#fafafa
;
text-align
:
center
;
max-height
:
160px
;
padding
:
1.5rem
0
2rem
;
}
.seller-tab-area
.fp-item-tit
{
font-size
:
1.3rem
;
}
.sticky-bar
.layer-pay
{
transition
:
all
.3s
ease
;
box-shadow
:
0
-2px
10px
0
rgba
(
207
,
207
,
207
,
0.88
);
...
...
src/assets/html/seller_heder_modify.html
View file @
6fa26eba
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