forgeplus-react/src/ai/index.scss

78 lines
1.1 KiB
SCSS

@import url('../animations.scss');
.ai_resouce_page {
font-family: "alibabaReg";
color: #091221;
.ai_1600 {
width: 1600px;
margin: 0 auto;
}
.color091 {
color: #091221;
}
.color768 {
color: #76849b;
}
.color3f4 {
color: #3f4f69;
}
.color828 {
color: #8285a5;
}
.coloraeb{
color:#aebbd0;
}
.mlat {
margin-left: auto;
}
.mrat {
margin-right: auto;
}
.shrink0{
flex-shrink: 0
}
.ai_banner_title {
font-size: 52px;
font-family: "DouyinSansBold";
.carousel_text {
background-image: linear-gradient(0.27deg, #0e4aef 1.35%, #a74eff 87.93%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
}
.btn-outline {
border: 1px solid #091221;
border-radius: 22px;
color: #091221;
font-size: 15px;
padding: 11px 20px;
}
.btn-black {
background: #091221;
border-radius: 9px;
color: #ffffff;
}
.arrowRight{
.iconfont {
display: inline-block;
animation: arrow-move 1.2s ease-in-out infinite;
position: relative;
top: 2px;
}
}
}