개발일지 21/06/21

강민정·2021년 6월 21일

학습한 내용
1. 네이버 연예 뉴스 상단 영역(CSS)

#ent-header {
width: 100%;
height: 62px;
background-color: #ffffff;
border-bottom: solid 2px #f1f1f1;

padding: 20px 25px 0;

}

#ent-header .ent-header-left ul {

}

#ent-header .ent-header-left ul li {
font-weight: 700;
}

#ent-header .ent-header-left ul li a {

}

#ent-header .ent-header-left ul li:last-child a {
color: #9f9f9f;
}

#ent-header .ent-header-left ul li a:before {
content: '';
display: inline-block;
width: 1px;
height: 12px;
background-color: #dddddd;

margin: 0 8px;

vertical-align: -1px;

}

#ent-header .ent-header-left ul li:first-child a:before {
content: none;
}

#ent-header .ent-header-center li {
font-weight: 700;
font-size: 16px;

padding: 0 15px;

}

#ent-header .ent-header-center li a {
display: inline-block;
border-bottom: solid 2px #ffffff;

padding-bottom: 2px;

}

#ent-header .ent-header-center li.on {

}

#ent-header .ent-header-center li.on a {
color: #e24587;
border-bottom: solid 2px #e24587;
}

#ent-header .ent-header-right .btn-login{
width: 45px;
height: 20px;
border: solid 1px #000000;

font-size: 12px;
line-height: 20px;
text-align: center;
margin: 0 9px;

}

#ent-header .ent-header-right .btn-menu{
width: 16px;
height: 16px;
background-color: grey;
margin: 0 9px;
}

#ent-header .ent-header-right .btn-search{
width: 25px;
height: 25px;
background-color: #000000;
margin-left: 9px;
}

  1. 네이버 연예 뉴스 왼쪽 영역 (1) (CSS)

#ent-main {

}

#ent-main .ent-container {
overflow: hidden;
}

#ent-main .ent-left {
float: left;
width: 654px;
/height: 2000px;/

padding-right: 24px;

}

#ent-main .ent-left #ent-media-headline {
padding-bottom: 20px;
border-bottom: solid 1px #f1f1f1;
}

#ent-main .ent-left #ent-media-headline ul {

}

#ent-main .ent-left #ent-media-headline li {
width: 148px;
height: 204px;
border-radius: 10px;
}

#ent-main .ent-left #ent-media-headline a {
display: block;
width: 100%;
height: 100%;
}

#ent-main .ent-left #ent-media-headline .media-top {
position: relative;
height: 144px;
}

#ent-main .ent-left #ent-media-headline .media-top img {
position: absolute;
width: 100%;
height: 100%;
}

#ent-main .ent-left #ent-media-headline .media-top .time {
position: absolute;
display: block;
height: 16px;
border-radius: 2px;
background-color: rgba(0, 0, 0, .56);

padding: 0 4px;
right: 8px;
top: 8px;

color: #ffffff;
font-size: 11px;
line-height: 16px;

}

#ent-main .ent-left #ent-media-headline .media-top .icon-play{
position: absolute;
display: block;

width: 28px;
height: 28px;
background-color: grey;
border-radius: 50%;

left: 8px;
bottom: 7px;

}

#ent-main .ent-left #ent-media-headline .media-bottom {
height: 60px;
background-color: #444a60;
}

#ent-main .ent-left #ent-media-headline .media-bottom p {
font-size: 14px;
font-weight: 700;
letter-spacing: -1px;

padding: 11px 12px 0;

color: #ffffff;

}

#ent-main .ent-left #ent-section-1 {

}

#ent-main .ent-left #ent-section-1 li {
border-bottom: solid 1px #f1f1f1;
padding: 20px 0;
}

#ent-main .ent-left #ent-section-1 li a{

}

#ent-main .ent-left #ent-section-1 li img{
width: 148px;
height: 90px;
border: solid 1px #000000;
}

#ent-main .ent-left #ent-section-1 li .ent-news-wrap {
width: 462px;
}

#ent-main .ent-left #ent-section-1 li .ent-news-wrap h3 {
margin-bottom: 8px;

font-size: 14px;
font-weight: 700;

}

#ent-main .ent-left #ent-section-1 li .ent-news-wrap p {
margin-bottom: 8px;

font-size: 12px;
color: #898989;
font-weight: 400;
line-height: 20px;

}

#ent-main .ent-left #ent-section-1 li .ent-news-wrap .bottom-wrap {

}

#ent-main .ent-left #ent-section-1 li .ent-news-wrap .bottom-wrap .source,
#ent-main .ent-left #ent-section-2 .ent-bottom .source {
font-size: 11px;
font-weight: 400;
color: #a7a7a7;
}

#ent-main .ent-left #ent-section-1 li .ent-news-wrap .bottom-wrap .count,
#ent-main .ent-left #ent-section-2 .ent-bottom .count {
display: inline-block;

width: 20px;
height: 20px;
border: solid 1px #000000;
border-radius: 5px;

text-align: center;
line-height: 20px;

font-size: 10px;

}

#ent-main .ent-left #ent-section-2 {
border-bottom: solid 1px #f1f1f1;
padding: 20px 0;
}

#ent-main .ent-left #ent-section-2 ul {

}

#ent-main .ent-left #ent-section-2 li {
width: 200px;
}

#ent-main .ent-left #ent-section-2 a {

}

#ent-main .ent-left #ent-section-2 img {
width: 200px;
height: 122px;
border: solid 1px #000000;

margin-bottom: 15px;

}

#ent-main .ent-left #ent-section-2 h3 {
font-size: 13px;
line-height: 20px;

margin-bottom: 9px;

}

#ent-main .ent-left #ent-section-2 .ent-bottom{

}

#ent-main .ent-left #ent-section-2 .ent-bottom .source {

}

#ent-main .ent-left #ent-section-2 .ent-bottom .count {

}

학습한 내용 중 어려웠던 점 또는 해결못한 것들

해결방법 작성
학습 소감

profile
TODO 개발서 만들기

0개의 댓글