인덱스 게시판 3행 구성
-
고른빨핑
- 0건
- 181회
- 18-07-31 07:41
theme/basic/css/default.css
184-185
.lt_wr{width:32%}
.lt_wr:nth-child(3n+1){clear:both}
수정
theme/basic/index.php
29
if ($i%3==1) $lt_style = "margin-left:2%;margin-right:2%";
수정, 추가
창이 작아지니, 내용을 모두 담아내는 것이 불편해집니다.
37
echo latest('theme/basic', $row['bo_table'], 6, 20);
제목을 좀 줄이고
theme/basic/skin/latest/basic/latest.skin.php
43
<span class="lt_date"><?php //echo $list[$i]['datetime2'] ?></span>
날짜를 감춥니다.
theme/basic/skin/latest/basic/style.css
9
.lat li {position:relative;line-height:18px;padding:3px 0;padding-right:10px;padding-left:10px;position:relative}
패딩을 수정합니다.
결과입니다.
등록된 댓글이 없습니다.