diff --git a/app/Views/front/product/index.php b/app/Views/front/product/index.php index 9e9fce3..48dc85c 100644 --- a/app/Views/front/product/index.php +++ b/app/Views/front/product/index.php @@ -21,9 +21,9 @@ - +
- +
getPhotoFileName('middle') ?> diff --git a/app/Views/front/product/index_list.php b/app/Views/front/product/index_list.php index b7c238e..62e034d 100644 --- a/app/Views/front/product/index_list.php +++ b/app/Views/front/product/index_list.php @@ -21,7 +21,7 @@ - + diff --git a/public/css/front/content.css b/public/css/front/content.css index 4bb6837..5f8be73 100644 --- a/public/css/front/content.css +++ b/public/css/front/content.css @@ -6,20 +6,28 @@ div#content{ /* div#content div.top{ border:1px solid red; } */ + +/* index block 전용 */ +div#content table#block tr:first-child { + border-top:2px solid black; + border-bottom:1px solid silver; +} +div#content table#block tr td{ + text-align:left; +} +/* index block 전용 */ + div#content table { white-space: nowrap; /* overflow-x: auto; padding-top:5px; padding-bottom:5px; */ } -div#content table tr#table_tr_border{ - border-top:2px solid black; - border-bottom:1px solid silver; -} div#content table thead th{ text-align:center; font-size: 16px; - font-weight: bolder; + border-top:2px solid black; + border-bottom:1px solid silver; background-color:#eeeeee; /* border:1px solid silver; */ }
번호