File: /www/wwwroot/www.ycfawu.com/wp-content/themes/twentytwentythree/assets/css/pc.dingzhi.css
* { margin: 0; padding: 0; list-style: none; }
section {
padding-bottom: 50px;
}
.w_1200 {
width: 1200px;
margin: 0 auto;
}
.pc {
display: none;
}
.pc .content img {
width: 100%; display: block;
}
.wap .mianbao {
color: #fff;
font-size: 14px;
padding: 5px 10px;
background-color: #2d3556;
}
.wap img {
width: 100%; display: block;
}
section .title {
padding: 50px 0;
text-align: center;
}
section.part3 {
background-repeat: no-repeat;
background-color: #eee;
background-image: url(<?php echo get_parent_theme_file_uri('assets/images/dingzhi2/part3_bg.jpg'); ?>);
}
section.part3 ul {
display: flex;
justify-content: space-between;
}
section.part3 ul li {
width: 365px;
height: 426px;
background-size: cover;
padding-top: 60px;
box-sizing: border-box;
}
section.part3 ul li h3 {
color: #efc782;
font-size: 28px;
text-align: center;
}
section.part3 ul li p {
color: #fff;
font-size: 20px;
line-height: 2;
padding: 20px 50px;
}
section.part5 ul {
display: flex;
justify-content: space-around;
}
section.part5 ul li {
border-radius: 8px;
overflow: hidden;
box-shadow: 0 0 20px 0px #ccc;
}
section.part5 ul li img {
display: block;
}
section.part8 h1 {
line-height: 80px;
font-size: 40px;
}
section.part8 ul li {
font-size: 30px;
padding: 90px 20px 0px;
border-right: 1px solid #000;
background-repeat: no-repeat;
background-image: url(<?php echo get_parent_theme_file_uri('assets/images/dingzhi2/part8_icon.png'); ?>);
background-position-y: 0px;
}
section.part8 ul li:last-of-type {
border-right: none;
}
section.part9 ul {
display: flex;
justify-content: space-between;
}
section.part9 ul li {
width: 23%;
text-align: center;
padding: 150px 0 30px;
background-color: #fff;
border-top: 3px solid #d8b679;
background-repeat: no-repeat;
border-radius: 4px 4px 20px 20px;
background-image: url(<?php echo get_parent_theme_file_uri('assets/images/dingzhi2/part9_icon.png'); ?>);
background-position-y: 25px;
}
section.part9 ul li p {
padding: 5px 10px;
border-radius: 30px;
display: inline-block;
border: 1px solid #ccc;
}
section.part9 ul li hr {
width: 50px;
margin: 10px auto;
border-width: 3px;
border-bottom: none;
border-right: none;
border-color: #d8b579;
}
.swiper2 .swiper-slide {
display: flex;
color: #d49f46;
text-align: left;
align-items: center;
}
.swiper2 .swiper-slide h3 {
font-size: 42px;
font-weight: normal;
}
.swiper2 .swiper-slide hr {
width: 100px;
margin: 20px 0;
border-color: #d49f46;
border-top: none;
border-width: 2px;
}
.swiper2 .swiper-slide p {
font-size: 20px;
line-height: 1.5;
}
@media(max-width: 1200px) {
body {
width: 100%;
max-width: 750px;
margin: 0 auto;
}
body .wap {
display: block;
}
}
@media(min-width: 1200px) {
body .pc {
display: block;
}
body .wap {
display: none;
}
}