diff --git a/src/assets/css/theme-style.css b/src/assets/css/theme-style.css index 485382a..ea87b01 100644 --- a/src/assets/css/theme-style.css +++ b/src/assets/css/theme-style.css @@ -74,7 +74,21 @@ body a{ display:block; list-style:none; } - +/* top-nav */ +/* .top-nav:before, +.top-nav:after { + content: " "; + display: table; + list-style:none; +} */ +/* .top-nav:after { */ + /* clear: both; */ +/* } */ +/* nav { + position: relative; + float: right; + list-style:none; +} */ nav ul { padding: 0; float: right; diff --git a/src/assets/css1/style.css b/src/assets/css1/style.css index 4883c26..9dd46ac 100644 --- a/src/assets/css1/style.css +++ b/src/assets/css1/style.css @@ -1,30 +1,3 @@ -/** -* [Table of contents] - 1 root css - 2 selection css - 3 default css - 4 header css - 5 banner css - 6 owl css - 7 footer css -/** - - -/* [01] ROOT STARTS Here */ -:root { - /* Font style */ - /* --primary-font: 'Gilroy'; */ - /* --secondary-font: 'Gilroy'; */ -} - -/* [01] ROOT STARTS End */ - -/* [02] TYPOGRAPY STARTS Here */ - -/* [02] TYPOGRAPY ENDS Here */ - -/* [03] RESET DEFAULT STYLE STARTS Here */ - * { outline: none !important; } @@ -53,16 +26,6 @@ html { overflow-x: hidden; } -body { - font-size: 15px; - line-height: 170%; - font-weight: 300; - background: #fff; - color: #2b3a66; - /* font-family: var(--primary-font); */ - font-family: -apple-system, Helvetica Neue, Arial, PingFang SC, lucida grande, lucida sans unicode, lucida, helvetica, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif; -} - .btn.focus, .btn:focus { box-shadow: none !important; diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index b40dd56..9c0504f 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -3,6 +3,7 @@ import { getConfig } from '../../utils/config' import '../assets/css/bootstrap.css' import '../assets/css/theme-style.css' const config = getConfig(Astro) +const {desc = '霍尔果斯飞驰广告传媒有限公司是一家充满活力和创新精神的互联网企业,专注于为客户提供卓越的数字化解决方案。我们秉承以客户为中心的理念,致力于通过创新技术和策略,助力企业实现数字化转型与品牌升级,共同开创更加美好的未来。', title = '霍尔果斯霍尔果斯飞驰广告传媒有限公司', keyword = '霍尔果斯霍尔果斯飞驰广告传媒有限公司'} = Astro.props --- @@ -12,18 +13,16 @@ const config = getConfig(Astro) - - -