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

338 lines
4.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%;
padding-left: 20px;
max-width: 1500px;
}
.bodyTop {
width: 100%;
padding: 30px 0;
font-size: 40px;
display: flex;
align-items: center;
justify-content: center;
border-bottom: 1px solid #ccc;
}
.bodyText {
margin-left: 3%;
width: 96%;
height: 800px;
margin-top: 30px;
}
.bodyTextTop {
color: #00a587;
font-weight: bold;
font-size: 26px;
padding-top: 20px;
}
.thread {
margin: 30px 0;
width: 50px;
height: 2px;
background-color: #00a587;
}
.text-Mini {
width: 100%;
margin: 40px 0;
}
.text {
width: 100%;
margin: 40px 0;
display: flex;
}
.text1 {
display: flex;
flex-direction: column;
width: 70%;
}
.text-1 {
line-height: 3;
font-size: 16px;
color: #333;
display: flex;
flex-wrap: wrap;
font-weight: 500;
margin-bottom: 20px;
margin-left: 20px;
}
.condiTions {
width: 100%;
}
.cond {
list-style-type: decimal;
font-size: 14px;
}
.tiao {
color: #00a587;
font-weight: 600;
font-size: 14px;
padding-left: 20px;
}
.you {
display: flex;
margin-right: 5%;
width: 100%;
}
.you1 {
width: 60%;
}
.text-2 {
color: #00a587;
font-weight: 600;
font-size: 16px;
margin-left: 20px;
}
.pic1 {
max-width: 300px;
max-height: 500px;
width: 300px;
height: 500px;
}
.pic2 {
width: 500px;
height: 300px;
margin: 0 20px;
}
.bodyPic1 {
width: 80%;
margin: 0 10%;
height: auto;
margin-left: 20px;
}
.bodyPic1-max {
width: 45%;
height: 650px;
margin-top: -150px;
}
.bodyPic2-max {
width: 40%;
height: 400px;
}
.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;
}
.bodyTop-Mini {
margin-top: 20px;
padding: 30px 0px;
font-size: 30px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
}
.body-Mini {
width: 90%;
margin: 0 5%;
}
.bodyTextTop-Mini {
color: #00a587;
font-weight: bold;
font-size: 24px;
}
.thread {
margin-top: 30px;
width: 50px;
height: 2px;
background-color: #00a587;
}
.pic-Mini {
width: 100%;
text-align: center;
object-fit: cover;
}
.pic-MiniBox {
width: 90%;
height: auto;
/* padding: 20px; */
margin: 30px 5%;
background-size: contain;
text-align: center;
}
.text-1-Mini {
font-size: 14px;
color: #333;
display: flex;
flex-wrap: wrap;
font-weight: 400;
margin-bottom: 20px;
}
.tiao-Mini {
color: #00a587;
font-weight: 600;
font-size: 14px;
}
.borderBottom {
width: 0;
transition: all 0.3s;
height: 3px;
background-color: #fff;
margin: auto;
}
.barGs:hover .borderBottom {
width: 60px;
margin: auto;
}