아래의 히트상품 부분의 css 를 변경하려고 합니다. /shop/index.php 의 css 는 어디에서 변경을 할 수 있나요?

아래의 히트상품 부분의 css 를 변경하려고 합니다. /shop/index.php 의 css 는 어디에서 변경을 할 수 있나요?

QA

아래의 히트상품 부분의 css 를 변경하려고 합니다. /shop/index.php 의 css 는 어디에서 변경을 할 수 있나요?

답변 1

본문

아래의 히트상품 부분의 css 를 변경하려고 합니다.

/shop/index.php 의 css 는 어디에서 변경을 할 수 있나요?

 

그리고 상품이 반복적으로 출력이 되려면 

for 문이 있는 부분은 어디인가요 ? 

 

감사합니다 


<!-- 히트상품 시작 { -->

<section id="idx_hit" class="sct_wrap">

    <?php
    $list = new item_list();
    $list->set_type(1);
    $list->set_view('it_img', true);
    $list->set_view('it_id', false);
    $list->set_view('it_name', true);
    $list->set_view('it_basic', true);
    $list->set_view('it_cust_price', true);
    $list->set_view('it_price', true);
    $list->set_view('it_icon', true);
    $list->set_view('sns', true);
    $list->set_view('star', true);
    echo $list->run();
    ?>

</section>

<!-- } 히트상품 끝 -->
 

이 질문에 댓글 쓰기 :

답변 1

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