From 585da730ea11143083923982173c2c73af5d6b3e Mon Sep 17 00:00:00 2001 From: liangjiami <2249412933@qq.com> Date: Wed, 30 Jul 2025 15:35:16 +0800 Subject: [PATCH] =?UTF-8?q?style:=E4=BA=A7=E5=93=81=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/index/view/pc/product/detail.html | 6 ++- public/static/index/pc/css/public.css | 61 +++++++++++++++++++++++---- 2 files changed, 57 insertions(+), 10 deletions(-) diff --git a/app/index/view/pc/product/detail.html b/app/index/view/pc/product/detail.html index 7b061f50..0a339e34 100644 --- a/app/index/view/pc/product/detail.html +++ b/app/index/view/pc/product/detail.html @@ -133,8 +133,10 @@ {/notempty} -
- {$product.detail|default=''|raw} +
+
+ {$product.detail|default=''|raw} +
diff --git a/public/static/index/pc/css/public.css b/public/static/index/pc/css/public.css index f29463fc..fc0a4d2e 100755 --- a/public/static/index/pc/css/public.css +++ b/public/static/index/pc/css/public.css @@ -1567,11 +1567,56 @@ div{ width: 80%; margin: auto; } -.star { - position: absolute; - top: 0; - width: 40%; - height: 15px; - background-image: url(../images/star_orange.png); - background-position: 0 0; -} \ No newline at end of file + +.products_des { + width: 100%; + margin-bottom: 50px; +} +.products_des img { + width: 100%; +} +.de_t_n { + font-size: 1.5em; + color: #333; +} +.detail_title { + text-align: center; + padding: 2% 0; +} +.detail_title p { + line-height: 2em; +} +.detail_con_a { + margin: auto; + overflow: hidden; +} +.lj_detail_text, +.lj_detail_texts { + font-size: 0.875em; +} +.lj_detail_text p { + line-height: 1.6em; + padding: 0.5% 0; +} +/*seo-pro*/ +.seo-pro h3 { + font-size: 1.5em; + text-align: center; + color: #333; + margin: 2% 0 1%; + line-height: 1.2; + font-weight: 400; +} +.seo-pro p { + text-align: center; + margin: 0 0 11px; +} +.seo-pro a { + color: #333; + text-decoration: none; +} +.sa_blue, +.sa_blue a, +.seo-pro a:hover { + color: #009fdf; +}