This commit is contained in:
2025-07-30 16:44:32 +08:00
parent 1f8af4d53e
commit afbfe92ebb

View File

@@ -1548,7 +1548,7 @@ 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_title {font-size:2.25em; color: #101010; margin-top:3.125vw; font-weight: 600; margin-bottom:1.25vw; line-height: 1.2em; text-align: center;background-color: #fff; overflow: hidden;}
.o_detail_small {font-size:1.5em; color: #333; margin-bottom:0.7vw;} .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_text {font-size:1em;color: #737373; line-height: 1.5em;width:80%; margin-left: auto; margin-right: auto; margin-bottom: 0.7vw;}