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

@@ -463,3 +463,77 @@
padding: 20px !important;
}
}
.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;
}
.GreenBtn {
background: #4bad52;
border: none;
border-radius: 8px;
color: #fff;
cursor: pointer;
font-size: 14px;
letter-spacing: .5px;
text-align: center;
-webkit-transition: all .4s ease-out;
transition: all .4s ease-out;
}
.GreenBtn:hover {
background: #7aba4a;
}
.GreenBtn .ICO {
left: 6px;
position: relative;
}
.EASE {
-webkit-transition: all .4s ease-out;
transition: all .4s ease-out;
}
.ICO {
background-position: 50%;
background-repeat: no-repeat;
background-size: 100% 100%;
}
.ic-down {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAYCAMAAADJYP15AAAAAXNSR0IArs4c6QAAAHhQTFRFAAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////xqjkrAAAACd0Uk5TAAIGChUWIywtLjNES1Zpa3Z3eHl6e3x9hYiTm526u7/G0uzu9fj5nSjk/AAAAHxJREFUKM+1zEcOwjAABdEBTHESQi+mm+J//xuyIBJJbCQWMMu3GHjXJVV576fYafhHHn3Bg71pcL7rAIzlTY2LcO0BsHm5kwWKcMuqzVreVFxTWMkbnGxTYSFvnGxLYS5/0LKtMJOkSGGaVJhcMn7c9hR1zOEcoh7lh8UTxpYPktza7JUAAAAASUVORK5CYII=);
margin: 0 10px 0 0;
width: 11px;
}
.ic-arow, .ic-down {
display: inline-block;
height: 12px;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 410 KiB