粒子研究院前台前端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

72 lines
1.2 KiB

2 years ago
@import "../var.scss";
2 years ago
.block {
padding: 118px 0;
.b-title {
position: relative;
margin-bottom: 50px;
font-size: 50px;
2 years ago
font-family: SFProDisplay-Bold, SFProDisplay;
font-weight: bold;
color: #333333;
line-height: 60px;
2 years ago
text-align: center;
color: #1F1F1F;
&:after {
content: '';
position: absolute;
top: 70px;
left: 50%;
width: 136px;
height: 4px;
transform: translateX(-50%);
background: #1583FF;
}
}
.intro {
margin-bottom: 80px;
font-size: 30px;
text-align: center;
color: #5B5B5E;
line-height: 40px;
2 years ago
@include mul-ellipsis(2);
2 years ago
}
}
.inner {
width: 1400px;
margin: 0 auto;
2 years ago
}
.banner-item {
position: relative;
width: 100%;
height: 100%;
img {
width: 100%;
height: 100%;
}
.banner-name {
position: absolute;
bottom: 87px;
left: 213px;
font-size: 48px;
2 years ago
font-family: SFProDisplay-Bold;
font-weight: bold;
line-height: 58px;
color: #fff;
cursor: pointer;
}
}
2 years ago
.des {
2 years ago
@include mul-ellipsis(3);
2 years ago
}
2 years ago
.gray {
background-color: #F2F6F8;
}
.arrow {
2 years ago
transition: .3s;
cursor: pointer;
2 years ago
}
@media (max-width: 1410px) {
.inner {
width: 98%;
}
2 years ago
}