style:产品详情样式

This commit is contained in:
2025-07-30 15:35:16 +08:00
parent 2ecc51d8a9
commit 585da730ea
2 changed files with 57 additions and 10 deletions

View File

@@ -1567,11 +1567,56 @@ div{
width: 80%;
margin: auto;
}
.star {
position: absolute;
top: 0;
width: 40%;
height: 15px;
background-image: url(../images/star_orange.png);
background-position: 0 0;
}
.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;
}