1
0

客户案例详情

This commit is contained in:
2025-12-16 11:48:54 +08:00
parent 2adcea4e1d
commit 89e822efcd
5 changed files with 376 additions and 22 deletions

View File

@@ -925,6 +925,30 @@ img {
}
}
.theme-accordion-s1 .panel-heading.classiccase a {
background: linear-gradient(90deg, #0066ff 0%, #007bff61 88%);
font-size: 16px;
font-size: 1rem;
font-weight: 600;
color: #fff;
display: block;
padding: 18px 25px;
position: relative;
}
.theme-accordion-s1 .panel-heading.classiccase a:before {
content: "" !important;
}
@media (max-width: 991px) {
.theme-accordion-s1 .panel-heading.classiccase a:before {
font-size: 18px;
font-size: 1.125rem;
right: 20px;
}
}
.theme-accordion-s1 .panel-heading a:before {
font-family: Helvetica, 'Microsoft Yahei', '微软雅黑', Arial, sans-serif;
content: "\e64b";
@@ -1276,6 +1300,104 @@ img {
margin-top: 8px;
}
/*** related-products-widget ***/
.service-sidebar .related-products-widget {
background: #fff;
padding: 20px;
box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}
.service-sidebar .related-products-widget .widget-title {
font-size: 18px;
font-weight: 600;
color: #333;
margin: 0 0 20px 0;
padding-bottom: 10px;
border-bottom: 1px solid #e8e8e8;
}
.service-sidebar .related-products-widget .widget-title-decorated {
font-size: 18px;
font-weight: 600;
color: #333;
margin: 0 0 20px 0;
padding-bottom: 10px;
border-bottom: 0px solid #e8e8e8;
position: relative;
}
.service-sidebar .related-products-widget .widget-title-decorated:before {
content: "";
background-color: #5bc0de;
width: 4px;
height: 16px;
position: absolute;
left: -20px;
top: 2px;
}
.service-sidebar .related-product-card {
background: #fff;
overflow: hidden;
margin-bottom: 16px;
}
.service-sidebar .related-product-card:last-child {
margin-bottom: 0;
}
.service-sidebar .related-product-card .product-image {
width: 100%;
height: 140px;
overflow: hidden;
}
.service-sidebar .related-product-card .product-image img {
width: 100%;
height: 100%;
object-fit: cover;
}
.service-sidebar .related-product-card .product-info {
padding: 15px;
}
.service-sidebar .related-product-card .product-title {
font-size: 16px;
font-weight: 600;
color: #1481ff;
margin: 0 0 8px 0;
display: inline-block;
}
.service-sidebar .related-product-card .product-tag {
display: inline-block;
background: #e6f2ff;
color: #1481ff;
font-size: 12px;
padding: 2px 8px;
border-radius: 4px;
margin-left: 8px;
vertical-align: middle;
}
.service-sidebar .related-product-card .product-desc {
font-size: 13px;
color: #666;
line-height: 1.6;
margin: 10px 0 0 0;
}
@media (max-width: 991px) {
.service-sidebar .related-products-widget {
padding: 15px;
}
.service-sidebar .related-product-card .product-image {
height: 120px;
}
}
/*------------------------------------
blog sidebar
------------------------------------*/
@@ -7247,3 +7369,24 @@ img {
.product-card.hidden {
display: none;
}
/* 面包屑导航样式 */
.page-path {
padding: 8px 15px;
margin-bottom: 20px;
list-style: none;
background-color: transparent;
border-radius: 4px;
font-size: 14px;
color: #666;
}
.page-path a {
color: #337ab7;
text-decoration: none;
}
.page-path a:hover {
color: #23527c;
text-decoration: none;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 449 KiB