Tcode平台改造升级-解决方案页面开发

This commit is contained in:
fmk1023
2025-12-04 14:58:14 +08:00
parent c7de332275
commit 63d4751838
9 changed files with 805 additions and 37 deletions

View File

@@ -184,34 +184,4 @@ body {
font-weight: 400;
word-break: break-word;
}
.LNK:link, .LNK:visited {
color: #fff;
}
img {
-webkit-transition: all .2s ease-out .1s;
transition: all .2s ease-out .1s;
}
img:hover {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: matrix(1.02, 0, 0, 1.02, 0, 0);
transform: matrix(1.02, 0, 0, 1.02, 0, 0);
}
.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.swiper-button-prev, .swiper-button-next {
color: white !important;
}
</style>