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

256 lines
3.6 KiB
CSS

招商政策
/* join 通用css样式 */
body {
margin: 0;
padding: 0;
}
.topPic {
width: 100%;
}
.barTop {
display: flex;
width: 90%;
height: auto;
background-color: #00a587;
padding-left: 5%;
padding-top: 20px;
position: relative;
top: -75px;
margin-left: 10%;
}
.barGs:hover {
/* border-bottom: #fff 3px solid; */
padding-bottom: 15px;
/* border-right: none; */
}
a {
text-decoration: none
}
.barTop2 {
position: absolute;
left: -10px;
width: 100%;
}
.barName {
width: 30%;
height: 100%;
line-height: 2;
}
.barHeadline {
font-size: 40px;
font-weight: bold;
color: #fff;
line-height: 1.6;
}
.barHeadline2 {
font-size: 30px;
color: #fff;
padding-bottom: 20px;
}
.barSize {
width: 220px;
height: 30px;
position: absolute;
display: flex;
right: 0;
padding-top: 30px;
}
.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: 0px auto;
width: 100%;
margin: 0 auto;
max-width: 1500px;
}
.bodyTop {
width: 94%;
margin-left: 3%;
padding: 30px 0;
font-size: 40px;
display: flex;
align-items: center;
justify-content: center;
/* border-bottom: 1px solid #ccc; */
}
.bodyText {
width: 94%;
height: auto;
margin-top: 10px;
}
.bodyTextTop {
color: #00a587;
font-weight: bold;
font-size: 24px;
/*padding-left: 10px;*/
}
.thread {
margin-top: 30px;
width: 50px;
height: 2px;
background-color: #00a587;
/*padding-left: 10px;*/
}
.bodyTextTop,
.thread {
margin-left: 30px;
}
.text {
width: 100%;
margin: 20px 0;
display: flex;
flex-direction: row;
}
.text-Mini {
width: 100%;
margin: 20px 0;
}
.text-1 {
line-height: 2;
font-size: 14px;
color: #333;
flex-wrap: wrap;
font-weight: 500;
list-style-type: decimal;
padding-bottom: 20px;
}
.bodyPic {
width: 100%;
height: 100%;
margin-left: 10%;
padding-top: 10px;
}
.boxPic {
width: 600px;
height: 400px;
position: relative;
top: -100px;
}
.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: 90px;
height: 20px;
color: #fff;
border-right: #e2e2e2 2px solid;
}
.bodyPic-Mini {
width: 90%;
height: 400px;
margin-left: 9%;
margin-bottom: 30px;
background-size: contain;
object-fit: contain;
}
.bodyTop-Mini {
margin-top: 20px;
padding: 30px 0px;
font-size: 30px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
}
.text-1-max {
font-size: 16px;
font-weight: 500;
margin-bottom: 20px;
list-style-type: decimal;
line-height: 40px;
}
.borderBottom {
width: 0;
transition: all 0.3s;
height: 3px;
background-color: #fff;
margin: auto;
}
.barGs:hover .borderBottom {
width: 60px;
margin: auto;
}