diff --git a/public/static/index/mobile/css/style.css b/public/static/index/mobile/css/style.css index 291a046d..fdefbc7f 100755 --- a/public/static/index/mobile/css/style.css +++ b/public/static/index/mobile/css/style.css @@ -2314,7 +2314,10 @@ video img { margin-left: 0.4rem; margin-right: 0.4rem; } -/*详情样式*/ +//*详情样式*/ +.o_detail_title {font-size:2.25em; color: #101010; margin-top:3.125vw; font-weight: 600; margin-bottom:1.25vw; line-height: 1.2em;} +.o_detail_small {font-size:1.5em; color: #333; margin-bottom:0.7vw;} +.o_detail_text {font-size:1em;color: #737373; line-height: 1.5em;width:80%; margin-left: auto; margin-right: auto; margin-bottom: 0.7vw;} .o_detail_all { text-align: center; background-color: #fff; @@ -2342,6 +2345,59 @@ video img { margin-bottom: 1.3rem; } +.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; +} + /*两列*/ .list_two { width: 100%; diff --git a/public/static/index/pc/css/public.css b/public/static/index/pc/css/public.css index 17d443ee..ac838fef 100755 --- a/public/static/index/pc/css/public.css +++ b/public/static/index/pc/css/public.css @@ -1546,26 +1546,34 @@ div{ /* 与标签对齐 */ } /*详情样式*/ +.o_detail_title {font-size:2.25em; color: #101010; margin-top:3.125vw; font-weight: 600; margin-bottom:1.25vw; line-height: 1.2em;} +.o_detail_small {font-size:1.5em; color: #333; margin-bottom:0.7vw;} +.o_detail_text {font-size:1em;color: #737373; line-height: 1.5em;width:80%; margin-left: auto; margin-right: auto; margin-bottom: 0.7vw;} .o_detail_all { text-align: center; + background-color: #fff; + overflow: hidden; } .o_detail_title { - font-size: 2.25em; + font-size: 0.85rem; color: #101010; - padding: 4% 0 2.8%; } .o_detail_small { - font-size: 1.5em; + font-size: 0.75rem; color: #333; - padding-bottom: 1.8%; + margin-top: 0.4rem; } .o_detail_text { - font-size: 1.125em; + font-size: 0.64rem; color: #737373; - padding: 0 0 1.8%; - line-height: 1.875em; + line-height: 1rem; width: 80%; margin: auto; + margin-top: 0.5rem; +} +.o_detail_img { + margin-top: 0.3rem; + margin-bottom: 1.3rem; } .products_des {