粒子研究院前台前端
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.
 
 
 
 

158 lines
3.2 KiB

@import '../var.scss';
.block {
padding: 118px 0;
.b-title {
position: relative;
margin-bottom: 50px;
font-size: 3rem;
font-family: SFProDisplay-Bold, SFProDisplay;
font-weight: bold;
color: #333333;
line-height: 60px;
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;
text-align: center;
color: #5b5b5e;
line-height: 40px;
@include mul-ellipsis(2);
}
}
.inner {
width: 1200px;
margin: 0 auto;
}
.banner {
height: 280px;
padding: 123px 0 0 243px;
font-size: 2rem;
color: #fff;
object-fit: cover;
}
.banner-item {
position: relative;
width: 100%;
height: 100%;
img {
width: 100%;
height: 100%;
object-fit: cover;
}
.banner-name {
position: absolute;
bottom: 87px;
left: 213px;
font-size: 2rem;
font-family: SFProDisplay-Bold;
font-weight: bold;
line-height: 58px;
color: #fff;
cursor: pointer;
}
}
.single-banner {
position: relative;
color: #fff;
.banner-img {
width: 100%;
height: 24rem;
object-fit: cover;
}
.texts {
position: absolute;
top: 160px;
left: 267px;
}
.banner-title {
margin-bottom: 19px;
font-size: 2.2rem;
font-family: PingFangSC-Medium, PingFang SC;
}
.banner-des {
font-size: 1.2rem;
font-family: PingFangSC-Medium, PingFang SC;
}
}
.des {
@include mul-ellipsis(3);
}
.gray {
background-color: #f2f6f8;
}
.arrow {
transition: 0.3s;
cursor: pointer;
}
.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;
}
}
.tabs {
display: flex;
justify-content: center;
box-shadow: 0px 2px 10px 0px rgba(223, 223, 223, 0.28);
li {
padding: 1.25rem 0.95rem;
margin: 0 0.5rem;
font-size: 1.05rem;
color: #333;
border-bottom: 4px solid transparent;
text-shadow: 0px 2px 14px rgba(167, 167, 167, 0.26);
cursor: pointer;
&.active {
color: #1583ff;
border-bottom-color: #1583ff;
}
}
}
@media (max-width: 1200px) {
.wrap {
.single-banner {
.banner-img {
height: 35rem;
}
.texts {
top: 20rem;
left: 6rem;
}
}
}
.inner {
width: 90%;
}
.tabs {
overflow: hidden;
overflow-x: auto;
white-space: normal;
justify-content: normal;
display: -webkit-box;
li {
white-space: normal;
}
}
}