企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
``` @-webkit-keyframes imgscale{ 0%{-webkit-transform:scale(1);transform:scale(1);} 50%{-webkit-transform:scale(1.3);transform:scale(1.3);} 100%{-webkit-transform:scale(1);transform:scale(1);} } /*banner背景放大*/ .area-yq .do-area-bg .do-area-bg-conter{animation-name: imgscale;animation-duration: 30s;animation-timing-function: linear;animation-iteration-count:infinite;} .do-content-grid .do-element-media-conter, .do-content-grid .do-media-image-box, .do-content-list .do-media-image-box, .do-element-image .do-element-image-content{overflow: visible;} ```