From d64ff91dd0b64f4979592a849cc7f82675fdfee5 Mon Sep 17 00:00:00 2001 From: liangjiami <2249412933@qq.com> Date: Wed, 30 Jul 2025 15:24:58 +0800 Subject: [PATCH] =?UTF-8?q?style:=E8=AF=A6=E6=83=85=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/static/index/pc/css/public.css | 30 +++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/public/static/index/pc/css/public.css b/public/static/index/pc/css/public.css index e827a57e..f29463fc 100755 --- a/public/static/index/pc/css/public.css +++ b/public/static/index/pc/css/public.css @@ -1544,4 +1544,34 @@ div{ width: 100px; margin: -2px 0; /* 与标签对齐 */ +} +/*详情样式*/ +.o_detail_all { + text-align: center; +} +.o_detail_title { + font-size: 2.25em; + color: #101010; + padding: 4% 0 2.8%; +} +.o_detail_small { + font-size: 1.5em; + color: #333; + padding-bottom: 1.8%; +} +.o_detail_text { + font-size: 1.125em; + color: #737373; + padding: 0 0 1.8%; + line-height: 1.875em; + 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