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.
117 lines
2.3 KiB
117 lines
2.3 KiB
.business-container {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
padding: 60px 0 60px;
|
|
}
|
|
.business-container .text {
|
|
font-size: 16px;
|
|
font-weight: 400;
|
|
color: #666666;
|
|
line-height: 30px;
|
|
}
|
|
.business-container .business-text {
|
|
flex: 1;
|
|
margin-right: 60px;
|
|
}
|
|
.business-container .business-text .text p:first-child {
|
|
margin-bottom: 30px;
|
|
}
|
|
.business-flow {
|
|
padding: 60px 0 80px;
|
|
background: rgba(255, 255, 255, 0.918);
|
|
background: linear-gradient(rgba(0, 0, 0, 0.11), rgba(0, 0, 0, 0.11)),
|
|
url(../images/zhibo/img-3.jpg) no-repeat center / cover;
|
|
}
|
|
.business-container .img {
|
|
font-size: 0;
|
|
}
|
|
.flow-list {
|
|
display: grid;
|
|
grid-template-columns: repeat(6, 1fr);
|
|
grid-gap: 15px;
|
|
}
|
|
.flow-list .flow-box:first-child,
|
|
.flow-list .flow-box:nth-child(2) {
|
|
grid-column: span 3;
|
|
}
|
|
|
|
.flow-list .flow-box {
|
|
background: #fff;
|
|
grid-column: span 2;
|
|
position: relative;
|
|
padding: 35px 40px;
|
|
}
|
|
.flow-list .flow-box .flow-head {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.flow-list .flow-box .flow-head p {
|
|
font-size: 22px;
|
|
font-weight: 400;
|
|
color: #333333;
|
|
}
|
|
.flow-list .flow-box .flow-head img {
|
|
height: 34px;
|
|
}
|
|
.flow-list .flow-box .text {
|
|
font-size: 16px;
|
|
font-weight: 400;
|
|
line-height: 28px;
|
|
color: #666666;
|
|
margin-right: 18%;
|
|
text-align: justify;
|
|
margin-top: 30px;
|
|
}
|
|
.flow-list .flow-box .num {
|
|
position: absolute;
|
|
font-family: 'SpaceGrotesk-Medium';
|
|
font-size: 48px;
|
|
font-weight: bold;
|
|
color: #666666;
|
|
opacity: 0.1;
|
|
right: 30px;
|
|
bottom: 20px;
|
|
line-height: 1em;
|
|
}
|
|
@media (max-width: 1024px) {
|
|
.business-container .img {
|
|
width: 50%;
|
|
}
|
|
}
|
|
@media (max-width: 768px) {
|
|
.business-container {
|
|
padding: 40px 0;
|
|
display: block;
|
|
}
|
|
.business-container .business-text {
|
|
margin-right: 0;
|
|
}
|
|
.business-container .text {
|
|
font-size: 14px;
|
|
line-height: 26px;
|
|
}
|
|
.business-container .business-text .text p:first-child {
|
|
margin-bottom: 15px;
|
|
}
|
|
.business-container .img {
|
|
width: 100%;
|
|
margin-top: 20px;
|
|
}
|
|
.business-flow {
|
|
padding: 40px 0;
|
|
}
|
|
.flow-list {
|
|
grid-template-columns: repeat(1, 1fr);
|
|
grid-gap: 15px 0;
|
|
}
|
|
.flow-list .flow-box {
|
|
padding: 20px;
|
|
}
|
|
.flow-list .flow-box .text {
|
|
font-size: 14px;
|
|
line-height: 24px;
|
|
margin-top: 20px;
|
|
margin-right: 0;
|
|
}
|
|
}
|