From b25d713914a02a91d563a1149580cf3c6b3c8d0e Mon Sep 17 00:00:00 2001 From: KWON Date: Wed, 9 Jul 2025 11:18:08 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9C=84=EC=A0=AF=20=EB=B0=B0=EA=B2=BD=20?= =?UTF-8?q?=EB=B6=80=EB=AA=A8=20=EC=9A=94=EC=86=8C=20=EB=AC=B4=EC=8B=9C?= =?UTF-8?q?=ED=95=98=EA=B3=A0=20100%=20=EC=A7=80=EC=A0=95,=20=EB=B0=B0?= =?UTF-8?q?=EA=B2=BD=EC=83=89=20=EC=A7=80=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rb/rb.widget/rb.fg_banner/style.css | 5 ++-- rb/rb.widget/rb.fg_banner/widget.php | 44 ++++++++++++++++++++++++++-- 2 files changed, 45 insertions(+), 4 deletions(-) diff --git a/rb/rb.widget/rb.fg_banner/style.css b/rb/rb.widget/rb.fg_banner/style.css index 786b287f1..47b82a29e 100644 --- a/rb/rb.widget/rb.fg_banner/style.css +++ b/rb/rb.widget/rb.fg_banner/style.css @@ -1,9 +1,10 @@ @charset "utf-8"; -.fg_icon_menu {box-sizing: border-box; margin: 0px auto; width: 100%; background-color: #F3F3F3; padding-top: 50px; padding-bottom: 50px;} +.fg_icon_menu { + background-color: #F3F3F3; padding-top: 50px; padding-bottom: 50px;} .fg_icon_menu .fg_icon_menu_inner {position: relative; margin: 0px auto;} -.theme_btns {width:100%; height:120px; border-radius: 10px; border:0px; background-repeat: no-repeat; background-size: cover; background-position: 0px 0px; display: flex; align-items: center; color:#fff; font-size: 20px; padding-left: 40px; padding-right: 40px; text-align: left;} +.theme_btns {height:120px; border-radius: 10px; border:0px; background-repeat: no-repeat; background-size: cover; background-position: 0px 0px; display: flex; align-items: center; color:#fff; font-size: 20px; padding-left: 40px; padding-right: 40px; text-align: left;} .theme_btns img {border:0px !important;} .theme_btns span:nth-child(2) {margin-left: auto; height:20px;} diff --git a/rb/rb.widget/rb.fg_banner/widget.php b/rb/rb.widget/rb.fg_banner/widget.php index 99f762144..a7364b51e 100644 --- a/rb/rb.widget/rb.fg_banner/widget.php +++ b/rb/rb.widget/rb.fg_banner/widget.php @@ -2,7 +2,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 ?> - + -
+ +
@@ -60,3 +61,42 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
+ \ No newline at end of file