替换为服务官方图标
This commit is contained in:
@@ -95,6 +95,12 @@
|
||||
box-shadow 160ms ease;
|
||||
}
|
||||
|
||||
.quick-link img {
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
object-fit: contain;
|
||||
}
|
||||
|
||||
.quick-link:hover,
|
||||
.quick-link:focus-visible {
|
||||
transform: translateY(-2px);
|
||||
@@ -534,6 +540,28 @@
|
||||
font-weight: 900;
|
||||
}
|
||||
|
||||
.service-icon img {
|
||||
width: 58px;
|
||||
height: 58px;
|
||||
object-fit: contain;
|
||||
}
|
||||
|
||||
.card-blue .service-icon img {
|
||||
width: 64px;
|
||||
height: 64px;
|
||||
}
|
||||
|
||||
.card-purple .service-icon img {
|
||||
width: 62px;
|
||||
height: 62px;
|
||||
}
|
||||
|
||||
.card-deepseek .service-icon img {
|
||||
width: 56px;
|
||||
height: 56px;
|
||||
border-radius: 12px;
|
||||
}
|
||||
|
||||
.service-title {
|
||||
color: #14213c;
|
||||
font-size: 1.5rem;
|
||||
|
||||
Reference in New Issue
Block a user