style:详情样式

This commit is contained in:
2025-07-30 15:24:58 +08:00
parent 910a07ea47
commit ad7148ccfc

View File

@@ -1544,4 +1544,34 @@ div{
width: 100px; width: 100px;
margin: -2px 0; 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;
} }