粒子研究院前台前端

118 lines
2.0 KiB

2 years ago
@import "../var.scss";
2 years ago
.block {
padding: 118px 0;
.b-title {
position: relative;
margin-bottom: 50px;
font-size: 3rem;
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: 1.6rem;
2 years ago
text-align: center;
color: #5B5B5E;
line-height: 40px;
2 years ago
@include mul-ellipsis(2);
2 years ago
}
}
.inner {
width: 1200px;
2 years ago
margin: 0 auto;
2 years ago
}
.banner {
height: 280px;
padding: 123px 0 0 243px;
font-size: 2rem;
color: #fff;
}
.banner-item {
position: relative;
width: 100%;
height: 100%;
img {
width: 100%;
height: 100%;
}
.banner-name {
position: absolute;
bottom: 87px;
left: 213px;
font-size: 2rem;
2 years ago
font-family: SFProDisplay-Bold;
font-weight: bold;
line-height: 58px;
color: #fff;
cursor: pointer;
}
}
2 years ago
.single-banner {
position: relative;
color: #fff;
.banner-img {
width: 100%;
height: 480px;
}
.texts {
position: absolute;
top: 160px;
left: 267px;
}
2 years ago
&.single-banner-overview .texts {
top: 332px;
left: 278px;
}
2 years ago
.banner-title {
margin-bottom: 19px;
font-size: 2.2rem;
2 years ago
font-family: PingFangSC-Medium, PingFang SC;
}
.banner-des {
font-size: 1.2rem;
2 years ago
font-family: PingFangSC-Medium, PingFang SC;
}
}
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
}
2 years ago
.all-link {
text-align: right;
span {
display: inline-flex;
align-items: center;
font-size: 16px;
color: #707070;
cursor: pointer;
}
.icon {
width: 20px;
margin-left: 8px;
}
}
2 years ago
@media (max-width: 1410px) {
.inner {
width: 80%;
2 years ago
}
2 years ago
}