< data-vue-ssr-id="36edca5e:0">
.ai-tools-container_S4Ind {
display: flex;
flex-direction: column;
align-items: center;
position: relative;
width: 100%;
padding-bottom: 40px;
color: #333;
transition: opacity 0.2s cubic-bezier(0.650.050.361);
overflow: hidden;
user-select: none;
-webkit-font-smoothing: antialiased;
/* 标准抗锯齿 */
-moz-osx-font-smoothing: grayscale;
/* 针对Mac的字体平滑 */
--dashboard-bg: #f5f7ff;
--dashboard-hover-bg: #ebeffe;
}
.ai-tools-container_S4Ind.hidden_3af7x {
opacity: 0;
pointer-events: none;
user-select: none;
}
.ai-tools-container_S4Ind .top-gap_2SZEA {
transition: padding 0.12s linear;
}
.ai-tools-container_S4Ind .ai-dashboard {
display: grid;
grid-template-columns: repeat(3340px);
grid-template-rows: repeat(2266px);
gap: 6px;
justify-content: center;
align-content: center;
transition: background 0.36s cubic-bezier(0.650.050.361);
border-radius: 21px;
margin-top: 12px;
}
.ai-tools-container_S4Ind .ai-dashboard .module_1t6NN {
transition: transform 0.36s cubic-bezier(0.250.460.450.94);
transform-origin: center bottom;
will-change: transform;
transform: translateZ(0);
}
.ai-tools-container_S4Ind .video-change_1ePRC {
font-size: 14px;
line-height: 14px;
color: #9195A3;
cursor: pointer;
user-select: none;
transform: translateZ(0);
}
.ai-tools-container_S4Ind .video-change_1ePRC i {
margin-right: 3px;
display: inline-block;
}
.ai-tools-container_S4Ind .video-change_1ePRC:hover {
color: #4E6EF2;
}
.ai-tools-container_S4Ind .rotate_329Sr {
animation: rotate_329Sr 0.2s linear forwards;
-webkit-animation: rotate_329Sr 0.2s linear forwards;
-moz-animation: rotate_329Sr 0.2s linear forwards;
-o-animation: rotate_329Sr 0.2s linear forwards;
}
@keyframes rotate_329Sr {
0% {
transform: rotateZ(0deg);
}
100% {
transform: rotateZ(180deg);
}
}
@-webkit-keyframes rotate_329Sr {
0% {
transform: rotateZ(0deg);
}
100% {
transform: rotateZ(180deg);
}
}
@-moz-keyframes rotate_329Sr {
0% {
transform: rotateZ(0deg);
}
100% {
transform: rotateZ(180deg);
}
}
@-o-keyframes rotate_329Sr {
0% {
transform: rotateZ(0deg);
}
100% {
transform: rotateZ(180deg);
}
}
/** cosmic polyfill */
.ai-tools-container_S4Ind .cos-line-clamp-1 {
display: block;
-webkit-box-orient: inline-axis;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.ai-tools-container_S4Ind .cos-line-clamp-2 {
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
white-space: normal;
-webkit-line-clamp: 2;
}
>