From 7983294e2b0b2b23523ed07c49e6683caf5ba930 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=B5=9C=EC=A4=80=ED=9D=A0?= Date: Mon, 7 Aug 2023 19:15:08 +0900 Subject: [PATCH] shoppingmallv2 init... --- app/Views/front/product/index.php | 4 ++-- app/Views/front/product/index_list.php | 2 +- public/css/front/content.css | 18 +++++++++++++----- 3 files changed, 16 insertions(+), 8 deletions(-) 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; */ }
번호