_bind-tip.css 1.6 KB
.welcome-item{
    &:after{
         content: '';
         display: block;
         clear: both;
     }

    .welcome-body-left{
        float: left;

        .cover-content{
            text-align: center;
        }

        .img{
            display: inline-block;
            margin-top: 50px;
            width: 240px;
            max-width: 240px;
            height:200px;
            background: resolve('passport/welcome.jpg') no-repeat;
        }
    }

    .welcome-body-right{
        float: left;
        padding-top: 230px;
        margin-left: 50px;

        h2{
            margin-bottom: 20px;
            text-align: center;
            font-size: 20px;
            color: #000;

            em{
                color :#e80006;
                font-weight: normal;
            }
        }

        p{
            text-align: center;
            font-size: 14px;
            color: #000;
        }

        .welcome-a{
            padding-left: 70px;
            padding-top: 30px;

            a{
                display: inline-block;
                width: 80px;
                height: 80px;
                line-height: 80px;
                text-align: center;
                color: #fff;
                font-size: 14px;
                background-color: #e80006;
                border-radius: 50%;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                -ms-border-radius: 50%;
                cursor: pointer;
                margin-right: 70px;
            }
        }
    }
}

.jump-btn{
    float:left;
    margin-top: 15px;
    margin-left: 55px;
    color: #AAA;
}