first commit
This commit is contained in:
274
衣莎项目/源码/衣莎官网源码/css/page/Join.css
Normal file
274
衣莎项目/源码/衣莎官网源码/css/page/Join.css
Normal file
@@ -0,0 +1,274 @@
|
||||
@import "../pubilc/_mian.css";
|
||||
|
||||
.wheel{
|
||||
height: 350px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* 内容 */
|
||||
.joining-title{
|
||||
margin-top: 60px;
|
||||
text-align: center;
|
||||
}
|
||||
.joining-title h5{
|
||||
font-family: MicrosoftYaHei-Bold;
|
||||
font-size: 22px;
|
||||
font-weight: 700;
|
||||
font-stretch: normal;
|
||||
line-height: 39px;
|
||||
letter-spacing: 0px;
|
||||
color: #333333;
|
||||
}
|
||||
.joining-title p{
|
||||
font-family: MicrosoftYaHei;
|
||||
font-size: 16px;
|
||||
font-weight: normal;
|
||||
font-stretch: normal;
|
||||
line-height: 39px;
|
||||
letter-spacing: 0px;
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
.joining-img{
|
||||
margin-top: 60px;
|
||||
}
|
||||
.jimg{
|
||||
width: 1190px;
|
||||
margin: 0 auto 80px;
|
||||
}
|
||||
.jimg-l,.jimg-r{
|
||||
width: 50%;
|
||||
height: 410px;
|
||||
float: left;
|
||||
}
|
||||
.jimg:nth-child(2n) .jimg-l,.jimg-r{
|
||||
float: right;
|
||||
}
|
||||
|
||||
.jimg-r{
|
||||
padding-left: 77px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.jimg-text h5{
|
||||
font-family: MicrosoftYaHei;
|
||||
font-size: 28px;
|
||||
font-weight: normal;
|
||||
font-stretch: normal;
|
||||
line-height: 39px;
|
||||
letter-spacing: 0px;
|
||||
color: #333333;
|
||||
}
|
||||
.jimg-text span{
|
||||
margin-top: 30px;
|
||||
display: block;
|
||||
width: 40px;
|
||||
height: 2px;
|
||||
background-color: #28a658;
|
||||
}
|
||||
.jimg-text div{
|
||||
margin-top: 30px;
|
||||
}
|
||||
.jimg-text ul li{
|
||||
margin-left: 20px;
|
||||
box-sizing: border-box;
|
||||
list-style: disc !important;
|
||||
font-family: MicrosoftYaHei;
|
||||
font-size: 16px;
|
||||
font-weight: normal;
|
||||
font-stretch: normal;
|
||||
line-height: 45px;
|
||||
letter-spacing: 0px;
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
|
||||
.joinfo_t h5{
|
||||
text-align: center;
|
||||
font-family: MicrosoftYaHei-Bold;
|
||||
font-size: 22px;
|
||||
font-weight: normal;
|
||||
font-stretch: normal;
|
||||
line-height: 39px;
|
||||
letter-spacing: 0px;
|
||||
color: #333333;
|
||||
}
|
||||
.joinfo_p{
|
||||
width: 1190px;
|
||||
margin: 60px auto 0;
|
||||
}
|
||||
.bigLi{
|
||||
cursor: auto;
|
||||
}
|
||||
.joinfo_p ul{
|
||||
width: 100%;
|
||||
}
|
||||
.joinfo_p ul li{
|
||||
position: relative;
|
||||
width: 380px;
|
||||
height: 365px;
|
||||
overflow: hidden;
|
||||
transform:all .3s;
|
||||
}
|
||||
.joinfo_p ul li img{
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
.joinfo_p ul li p{
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
height: 65px;
|
||||
background-color: #ffffff;
|
||||
opacity: 0.8;
|
||||
font-family: MicrosoftYaHei-Bold;
|
||||
font-size: 22px;
|
||||
font-weight: normal;
|
||||
font-stretch: normal;
|
||||
line-height: 65px;
|
||||
letter-spacing: 0px;
|
||||
color: #333333;
|
||||
}
|
||||
.process-cen{
|
||||
margin-top: 55px;
|
||||
width: 100%;
|
||||
height: 241px;
|
||||
line-height: 241px;
|
||||
text-align: center;
|
||||
position: relative;
|
||||
background: url("./../../img/5u3gfeqw.png") no-repeat center;
|
||||
}
|
||||
.process-cen img{
|
||||
vertical-align: middle;
|
||||
}
|
||||
.process-p{
|
||||
margin-top: 98px;
|
||||
}
|
||||
.process-p1{
|
||||
padding: 0 1px;
|
||||
width: 250px;
|
||||
margin: 63px auto 0;
|
||||
}
|
||||
.process-p h2{
|
||||
font-family: MicrosoftYaHei;
|
||||
font-size: 42px;
|
||||
font-weight: normal;
|
||||
font-stretch: normal;
|
||||
line-height: 39px;
|
||||
letter-spacing: 0px;
|
||||
color: #28a658;
|
||||
text-align: center;
|
||||
}
|
||||
.process-p p{
|
||||
font-family: MicrosoftYaHei;
|
||||
font-size: 16px;
|
||||
font-weight: 700;
|
||||
font-stretch: normal;
|
||||
line-height: 39px;
|
||||
letter-spacing: 0px;
|
||||
color: #333333;
|
||||
}
|
||||
/* .process-p p:nth-child(1){
|
||||
|
||||
} */
|
||||
.process-p p span{
|
||||
font-family: MicrosoftYaHei-Bold;
|
||||
font-size: 22px;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
|
||||
/* 我要加盟 */
|
||||
.myjoin{
|
||||
height: 685px;
|
||||
width: 100%;
|
||||
background: url("./../../img/ergWGwqefd.png") no-repeat center;
|
||||
}
|
||||
.myjoin-cen{
|
||||
width: 396px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
.myFrom{
|
||||
margin-bottom: 20px;
|
||||
width: 396px;
|
||||
height: 49px;
|
||||
background-color: #ffffff;
|
||||
position: relative;
|
||||
}
|
||||
.fromImg{
|
||||
width: 10%;
|
||||
height: 21px;
|
||||
float: left;
|
||||
border-right: 1px #cccccc solid;
|
||||
text-align: center;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.fromInput{
|
||||
width: 90%;
|
||||
height: 21px;
|
||||
float: right;
|
||||
padding: 1px 0 1px 10px;
|
||||
box-sizing: border-box;
|
||||
margin-top: -3px;
|
||||
}
|
||||
.fromInput input{
|
||||
height: 100%;
|
||||
width: 95%;
|
||||
border: 0;
|
||||
outline:none;
|
||||
color: #333333;
|
||||
|
||||
}
|
||||
.fromText{
|
||||
padding-top: 10px;
|
||||
height: 129px;
|
||||
background-color: #ffffff;
|
||||
width: 396px;
|
||||
}
|
||||
.fromTem{
|
||||
width: 90%;
|
||||
height: 120px;
|
||||
float: right;
|
||||
padding: 1px 0 1px 10px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.fromTem textarea{
|
||||
height: 100%;
|
||||
width: 95%;
|
||||
border: 0;
|
||||
outline:none;
|
||||
color: #333333;
|
||||
resize:none;
|
||||
margin-top: -3px;
|
||||
}
|
||||
.goButton{
|
||||
margin-top: 20px;
|
||||
width: 396px;
|
||||
height: 49px;
|
||||
background-color: #28a658;
|
||||
text-align: center;
|
||||
line-height: 49px;
|
||||
font-family: MicrosoftYaHei;
|
||||
font-size: 19px;
|
||||
font-weight: normal;
|
||||
font-stretch: normal;
|
||||
letter-spacing: 0px;
|
||||
color: #ffffff;
|
||||
cursor: pointer;
|
||||
-moz-user-select: none;
|
||||
-khtml-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
.goButton:hover{
|
||||
background-color: #25c060;
|
||||
}
|
||||
.myFrom::before{
|
||||
position: absolute;
|
||||
right: -38px;
|
||||
content: "*";
|
||||
color: red;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
font-size: 24px;
|
||||
}
|
||||
Reference in New Issue
Block a user