144 lines
2.6 KiB
CSS
Executable File
144 lines
2.6 KiB
CSS
Executable File
.banner {
|
|
margin: auto;
|
|
min-width: 1200px;
|
|
}
|
|
.banner .swiper-pagination-bullet {
|
|
width: 30px;
|
|
height: 3px;
|
|
background: white !important;
|
|
border-radius: 0;
|
|
}
|
|
.banner .banner_img {
|
|
width: 100%;
|
|
}
|
|
.introduc_row {
|
|
height: 460px;
|
|
background: url("/static/images/DTC_05.jpg") no-repeat;
|
|
background-position: left center;
|
|
background-color: #d84848;
|
|
}
|
|
.introduc_row .introduce {
|
|
height: 460px;
|
|
}
|
|
.introduc_row .introduce .ileft {
|
|
width: 600px;
|
|
height: 400px;
|
|
padding: 30px 0;
|
|
float: left;
|
|
}
|
|
.introduc_row .introduce .ileft p {
|
|
margin: 30px auto;
|
|
font-size: 20px;
|
|
line-height: 1.5;
|
|
color: white;
|
|
}
|
|
.introduc_row .sp_btn {
|
|
width: 200px;
|
|
height: 70px;
|
|
line-height: 70px;
|
|
text-align: center;
|
|
font-size: 28px;
|
|
color: white;
|
|
border: 1px solid white;
|
|
border-radius: 35px;
|
|
}
|
|
.introduc_row .introduce .iright {
|
|
height: 360px;
|
|
width: auto;
|
|
max-width: 600px;
|
|
float: right;
|
|
margin-top: 50px;
|
|
}
|
|
.bz_row {
|
|
padding: 60px 0;
|
|
}
|
|
.bz_row .title {
|
|
font-size: 36px;
|
|
font-weight: bold;
|
|
color: #d84848;
|
|
text-align: center;
|
|
}
|
|
.bz_row .title_msg {
|
|
width: 900px;
|
|
margin: 30px auto;
|
|
font-size: 20px;
|
|
color: #666666;
|
|
line-height: 1.5;
|
|
text-align: center;
|
|
}
|
|
.bz_row .pg_list_row {
|
|
width: 1200px;
|
|
display: flex;
|
|
flex-direction: row;
|
|
flex-wrap: wrap;
|
|
justify-content: space-between;
|
|
}
|
|
.bz_row .pg_list_row .pj_list {
|
|
width: 290px;
|
|
height: 310px;
|
|
line-height: 310px;
|
|
text-align: center;
|
|
padding-top: 100px;
|
|
background: white;
|
|
border: 1px solid #d8d8d8;
|
|
position: relative;
|
|
margin: 0.1rem 0;
|
|
border-radius: 0.05rem;
|
|
overflow: hidden;
|
|
}
|
|
.bz_row .pg_list_row .pj_list .pj_title {
|
|
width: 290px;
|
|
height: 80px;
|
|
line-height: 40px;
|
|
text-align: center;
|
|
font-size: 35px;
|
|
background-color: #d84848;
|
|
color: white;
|
|
border-radius: 5px;
|
|
padding: 10px 0;
|
|
font-weight: bold;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
}
|
|
.bz_row .info {
|
|
display: inline-block;
|
|
font-size: 22px;
|
|
text-align: center;
|
|
line-height: 1.5;
|
|
vertical-align: middle;
|
|
}
|
|
.bz_row .msg {
|
|
padding: 30px 0;
|
|
margin: 30px auto;
|
|
font-size: 20px;
|
|
color: #d84848;
|
|
text-align: center;
|
|
}
|
|
.pj_row {
|
|
height: 470px;
|
|
padding: 30px 0;
|
|
background: url("/static/images/DTC_11.jpg") no-repeat;
|
|
background-position: center center;
|
|
background-size: 1920px 530px;
|
|
}
|
|
.pj_row p {
|
|
width: 900px;
|
|
font-size: 28px;
|
|
color: white;
|
|
line-height: 1.8;
|
|
text-align: center;
|
|
margin: 50px auto;
|
|
}
|
|
.pj_row .pj_btn {
|
|
width: 200px;
|
|
height: 70px;
|
|
line-height: 70px;
|
|
text-align: center;
|
|
font-size: 28px;
|
|
color: white;
|
|
border: 1px solid white;
|
|
border-radius: 35px;
|
|
margin: auto;
|
|
}
|
|
/*# sourceMappingURL=dtc.css.map */ |