Commit 6fa26eba authored by 김은해_이모션's avatar 김은해_이모션

[김은해] 20220121 작업

parent 2253fd60
...@@ -566,13 +566,73 @@ ...@@ -566,13 +566,73 @@
} }
.seller-tab-area .tab-content { .seller-tab-area .tab-content {
padding: 40px 20px; padding: 20px;
background-color: #efeff1;
/* 2022.01.21 수정 */
} }
.seller-tab-area .tab-content img { .seller-tab-area .tab-content img {
max-width: 100%; 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 { .sticky-bar .layer-pay {
transition: all .3s ease; transition: all .3s ease;
box-shadow: 0 -2px 10px 0 rgba(207, 207, 207, 0.88); box-shadow: 0 -2px 10px 0 rgba(207, 207, 207, 0.88);
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment