joinous.css 2.37 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;
}
.form-group-height {
    height: 34px;
    width: 400px;
    margin: 15px auto 0;
    color: #626c72;
}
.width30 {
    width: 100px;
    float: left;
    text-align: right;
    margin-right: 10px;
    line-height: 34px;
}
.width65 {
    float: left;
    width: 220px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
}
.btn {
    text-align: center;
    width: 60px;
    background-color: #2abb9a;
    font-size: 14px;
    color: #fff !important;
}
.modal-footer {
    border-top: none !important;
    text-align: center;
}
.write_rule {
    height: 34px;
    color: #f00;
    font-size: 14px;
    line-height: 34px;
    margin-top: 10px;
    text-align: center;
}
.ITD-modal-dialog {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)!important;
    -webkit-transform: translate(-50%,-50%)!important;
    -moz-transform: translate(-50%,-50%)!important;
    -ms-transform: translate(-50%,-50%)!important;
    -o-transform: translate(-50%,-50%)!important;
}