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

183 lines
2.7 KiB
CSS

/* 企业文化 */
body {
margin: 0;
padding: 0;
}
.topPic {
width: 100%;
/* margin: 0 50px; */
text-align: center;
}
.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;
}
.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; */
}
.bodyHead {
display: flex;
text-align: center;
justify-content: center;
font-size: 40px;
/* border-bottom: 1px solid #ccc; */
padding: 20px;
}
.bodyPic {
align-items: center;
width: 80%;
max-width: 100%;
margin: 20px 10%;
}
.body {
width: 90%;
margin: 20px 5%;
}
.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;
}
.bodyTop-Mini {
font-size: 30px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
margin-top: 20px;
}
.borderBottom {
width: 0;
transition: all 0.3s;
height: 3px;
background-color: #fff;
margin: auto;
}
.barGs:hover .borderBottom {
width: 60px;
margin: auto;
}