houde_web_api/public/static/css/companyIntro.css
2023-04-16 23:05:17 +08:00

327 lines
4.7 KiB
CSS

/* 公司简介 */
body {
margin: 0;
padding: 0;
}
.topPic {
width: 100%;
}
.barGs:hover {
/* border-bottom: #fff 3px solid; */
padding-bottom: 15px;
/* border-right: none; */
}
.barTop {
display: flex;
width: 90%;
height: auto;
background-color: #00a587;
padding-left: 5%;
padding-top: 20px;
position: relative;
top: -75px;
margin-left: 10%;
}
.barTop2 {
position: absolute;
left: -10px;
width: 100%;
}
.barName {
width: 30%;
height: 100%;
line-height: 2;
margin-left: 30px;
}
.barHeadline {
font-size: 40px;
font-weight: bold;
color: #fff;
line-height: 1.6;
font-family: "Microsoft YaHei", ;
}
.barHeadline2 {
font-size: 30px;
color: #fff;
padding-bottom: 20px;
}
.barSize {
width: 200px;
height: 30px;
position: absolute;
display: flex;
right: 0;
margin-top: 20px;
}
.barSize img {
width: 20px;
height: 20px;
}
.barMap {
font-size: 14px;
color: #fff;
}
.bar {
margin-top: 50px;
display: flex;
/* width: 600px; */
height: 30px;
position: absolute;
right: 0;
top: 30px;
}
.barGs {
line-height: 40px;
/* display: flex;
justify-content: center;
text-align: center; */
margin: 0 20px;
height: 40px;
color: #fff;
font-size: 15px;
/* border-right: #e2e2e2 2px solid; */
}
.body {
margin: 20px auto 100px auto;
width: 90%;
max-width: 2000px;
display: flex;
flex-direction: column;
align-items: center;
}
.bodyTop {
font-size: 40px;
display: flex;
align-items: center;
justify-content: center;
/* border-bottom: 1px solid #ccc; */
padding: 20px 0;
}
.you {
justify-content: center;
align-items: start;
}
.boxBody {
margin-left: 3.3%;
width: 45%;
}
.bodyName-1 {
color: #00a587;
font-size: 27px;
font-weight: bold;
width: 100%;
/*height: 50px;*/
margin-bottom: 20px;
}
.bodyName-2 {
color: #00a587;
font-weight: bold;
font-size: 22px;
width: 100%;
margin: 35px 0;
}
.bodyName-3 {
margin-top: 30px;
width: 100%;
line-height: 3;
font-size: 17px;
display: flex;
white-space: pre-wrap;
/*padding-bottom: 50px;*/
font-family: "Microsoft YaHei", ;
}
.boxPic {
width: 45%;
height: 500px;
margin: 10px 10px 10px 60px;
}
.boxPic img {
width: 100%;
height: 80%;
object-fit: fill;
}
.boxPic-1 {
width: 45%;
height: 300px;
margin-left: 3.3%;
}
.bodyPic-1 {
width: 45%;
height: 350px;
margin: 10px 0px 0px 90px;
}
.bodyName-4 {
margin-top: 20px;
color: #000;
font-size: 30px;
font-weight: bold;
height: 50px;
margin-bottom: 25px;
}
.xian {
background-color: #00a587;
width: 100px;
height: 2px;
}
.bodyPic-2 {
height: 350px;
margin: 20px 90px 0px 0px;
}
.barTop-xiao {
width: 100%;
background-color: #00a587;
padding: 20px 30px;
}
.barName-Mini {
color: #fff;
font-size: 700;
font-size: 30px;
border-bottom: #ccc 1px solid;
padding-left: 30px;
}
.bar-Mini {
display: flex;
margin: 20px 0px;
}
.barGs-Mini {
line-height: 20px;
display: flex;
justify-content: center;
text-align: center;
width: 70px;
height: 20px;
color: #fff;
border-right: #e2e2e2 2px solid;
}
.barGs-sm {
line-height: 20px;
display: flex;
justify-content: center;
text-align: center;
width: 90px;
height: 20px;
color: #fff;
border-right: #e2e2e2 2px solid;
}
.body-Mini {
width: 100%;
}
.bodyTop-Mini {
font-size: 30px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
margin-top: 20px;
}
.bodyName-1-Mini {
color: #00a587;
font-size: 28px;
font-weight: bold;
width: 100%;
padding-bottom: 20px;
}
.bodyName-2-Mini {
color: #00a587;
font-weight: bold;
font-size: 18px;
width: 100%;
/* padding-bottom: 40px; */
}
.bodyName-3-Mini {
margin: 30px 0;
width: 100%;
font-size: 16px;
line-height: 28px;
}
.bodyPic-1-Mini {
width: 90%;
margin: 10px 0;
}
.bodyName-4-Mini {
padding: 50px 0 30px 0;
color: #000;
font-size: 22px;
font-weight: bold;
width: 90%;
}
.body-Mini img {
height: 100%;
max-width: 100%;
margin: 30px 0;
}
.comp a {
text-decoration: none !important;
}
.boxPic-Mini {
width: 100%;
}
.boxPic-Mini img {
width: 100%;
height: 100%;
}
.boxBody-Mini {
width: 100%;
margin-top: 30px;
}
.borderBottom {
width: 0;
transition: all 0.3s;
height: 3px;
background-color: #fff;
margin: auto;
}
.barGs:hover .borderBottom {
width: 60px;
margin: auto;
}