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