joinous.css 1.3 KB

.joinous-bg{
    width: 100%;
    height: 540px;
    background: url(../images/leaguetopbar_BG.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.joinous-bg-title{
    margin: 191px auto 0;
    font-size: 44px;
    color: #fff;
}
.joinous-title-btn{
    margin: 20px auto 0;
    width: 188px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    background-color: #32be97;
    border-radius: 20px;
    cursor: pointer;
}
.join-title{
    font-size: 36px;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
    text-align: center;
}
.business-type-title{
    font-size: 20px;
    color: #545454;
    margin-bottom: 10px;
}
.business-type-des{
    font-size: 14px;
    color: #888990;
    width: 196px;
    margin: 0 auto;
}
.teamwork-wrap li div{
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(50,50,50,.1);
    margin-bottom: 15px;
    text-align: center;
    color: #ff0202;
    font-size: 32px;
    height: 100px;
    line-height: 100px;
    background-color: #fff;
}
.teamwork-wrap li:nth-of-type(2n+0) div {
    color: #1f2b3d;
}
.inrroduce-container li{
    margin: 10px 0 20px;
    font-size: 18px;
    height: 36px;
    line-height: 20px;
    color: #666;
}