style:产品详情

This commit is contained in:
2025-07-30 16:13:37 +08:00
parent 37825f88ba
commit 09b1f9f14c
2 changed files with 72 additions and 8 deletions

View File

@@ -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 {