CSS 질문합니다.

CSS 질문합니다.

QA

CSS 질문합니다.

답변 3

본문

안녕하세요 초보 퍼블리셔입니다

작업하는 도중 모르겠어서 질문 드립니다 ㅠㅠ..

 

https://caselee88.connectvalue.net/contents/fanPage/lecture/lectureView.asp?lecture_num=379

이페이지에 있는 댓글 영역에서

첫번째 글은 css 가 잘 먹었으나 

두번째글부터 스타일이 먹지 않았네요 ,,뭐가 문제일까요 ,,? 답변 부탁드립니다!

 

 

이 질문에 댓글 쓰기 :

답변 3

1.두번째 부터 <li></li>안에 넣으셔야 합니다.

3543907947_1593154720.4925.png

 

2.css 추가(connectvalue.css) ->2181 다음에

.commentArea .commentList ul  {border-top:1px solid #e6e7e9;}
.commentArea .commentList ul  .comment {padding:30px 0;}
.commentArea .commentList ul  .comment .img {float:left;width:42px;}
.commentArea .commentList ul  .comment .img img {width:32px;border-radius:32px;}
.commentArea .commentList ul  .comment .inputWrap {overflow:hidden; box-sizing: border-box;}
.commentArea .commentList ul  .comment .inputWrap .info {padding-top:5px;}
.commentArea .commentList ul  .comment .inputWrap .info .user {padding-right:12px;}
.commentArea .commentList ul  .comment .inputWrap .info .user b {font-size:16px;color:#20244b;font-weight:500;}
.commentArea .commentList ul  .comment .inputWrap .info .user span {font-size:15px;color:#777777;}
.commentArea .commentList ul  .comment .inputWrap .info .user .bg {display:none;}
.commentArea .commentList ul  .comment .inputWrap .info .date {position:relative;padding:0 12px;font-size:15px;font-weight:300;color:#777777;}
.commentArea .commentList ul  .comment .inputWrap .info .date:before{content:"";display: block;position:absolute;top:50%;left:0;width:1px;height:14px;margin-top:-7px;background:#e6e7e9;}
.commentArea .commentList ul  .comment .inputWrap .reple {margin-top:12px;font-size:16px;color:#333333;}
.commentArea .commentList ul  .comment .inputWrap .menu {margin-top:25px;}

 

답변을 작성하시기 전에 로그인 해주세요.
QA 내용 검색
질문등록
filter #css ×
전체 2,078
© SIRSOFT
현재 페이지 제일 처음으로