퍼블리싱 수정 - 커뮤니티용 wrap class 추가

dev_bert
정이솔 3 years ago
parent 43d5d01b6c
commit 90d68b074d

@ -12907,6 +12907,14 @@ main.sona_cont_measurement {
} }
/* 220222 추가 */ /* 220222 추가 */
.wrap_community {
max-width: 1024px;
margin: 0 auto;
padding-top: 50px;
padding-bottom: 0.001rem;
background-color: #FFFFFF;
}
.header_wrapper .header_title{ .header_wrapper .header_title{
position: absolute; position: absolute;
top: 50%; top: 50%;
@ -15210,6 +15218,18 @@ main.sona_cont_measurement {
border-bottom: none; border-bottom: none;
} }
.m_set_recode_order .side_cont {
display: flex;
}
.m_set_recode_order .eye {
}
.m_set_recode_order .eye img {
}
.m_set_recode_order .line-wrapper { .m_set_recode_order .line-wrapper {
height: 25px; height: 25px;
width: 25px; width: 25px;

@ -21,7 +21,7 @@
<body> <body>
<!-- wrap --> <!-- wrap -->
<div class="wrap" id="community_all"> <div class="wrap_community" id="community_all">
<!-- header_sub --> <!-- header_sub -->
<header class="header_wrapper"> <header class="header_wrapper">

@ -20,7 +20,7 @@
<body> <body>
<!-- wrap --> <!-- wrap -->
<div class="wrap" id="community_review"> <div class="wrap_community" id="community_review">
<!-- header_sub --> <!-- header_sub -->
<header class="header_wrapper"> <header class="header_wrapper">

@ -20,7 +20,7 @@
<body> <body>
<!-- wrap --> <!-- wrap -->
<div class="wrap" id="community_vote"> <div class="wrap_community" id="community_vote">
<!-- header_sub --> <!-- header_sub -->
<header class="header_wrapper"> <header class="header_wrapper">

@ -81,31 +81,31 @@
<li> <li>
<a href="#" class="bg_pink"> <a href="#" class="bg_pink">
<p>중기 이유식 우리 아기 무얼 먹일 수 있을까?</p> <img src="../../img/community/community_ex_img.png" alt="">
</a> </a>
</li> </li>
<li> <li>
<a href="#" class="bg_green"> <a href="#" class="bg_green">
<p>후기 이유식 우리 아기 무얼 먹일 수 있을까?</p> <img src="../../img/community/community_ex_img.png" alt="">
</a> </a>
</li> </li>
<li> <li>
<a href="#" class="bg_yellow"> <a href="#" class="bg_yellow">
<p>완료기 이유식 우리 아기 무얼 먹일 수 있을까?</p> <img src="../../img/community/community_ex_img.png" alt="">
</a> </a>
</li> </li>
<li> <li>
<a href="#" class="bg_blue"> <a href="#" class="bg_blue">
<p>후기 이유식 우리 아기 무얼 먹일 수 있을까?</p> <img src="../../img/community/community_ex_img.png" alt="">
</a> </a>
</li> </li>
<li> <li>
<a href="#" class="bg_purple"> <a href="#" class="bg_purple">
<p>완료기 이유식 우리 아기 무얼 먹일 수 있을까?</p> <img src="../../img/community/community_ex_img.png" alt="">
</a> </a>
</li> </li>
</ul> </ul>

@ -21,7 +21,7 @@
<body> <body>
<!-- wrap --> <!-- wrap -->
<div class="wrap" id="community_all"> <div class="wrap_community" id="community_all">
<!-- header_sub --> <!-- header_sub -->
<header class="header_wrapper"> <header class="header_wrapper">

@ -20,7 +20,7 @@
<body> <body>
<!-- wrap --> <!-- wrap -->
<div class="wrap" id="community_all"> <div class="wrap_community" id="community_all">
<!-- header_sub --> <!-- header_sub -->
<header class="header_wrapper"> <header class="header_wrapper">

Loading…
Cancel
Save