register.css 3.2 KB
.banner_box {
    width: 100%;
    height: 2.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    left: 0;
    top: 0;
    z-index: 5;
}

.banner_box img {
    width: 100%;
    height: 100%;
}

.content_box {
    padding: 0 0.3rem;
}

.content_item {
    width: 100%;
    padding: 0 0.3rem;
    box-sizing: border-box;
}

.sub_item {
    box-shadow: 0 0.08rem 0.16rem 0 rgba(6, 33, 65, 0.08);
    position: relative;
    z-index: 100;
    border-radius: 0.1rem;
    margin-top: -1rem;
    box-sizing: border-box;
    background: #fff;
}

.item_list {
    padding: 0.3rem 0;
    border-bottom: 1px solid #EBEBEB;
    box-sizing: border-box;
}

.item_list:last-child {
    border: 0;
}

.list_title {
    font-size: 0.24rem;
    color: #0E9782;
}

.list_input {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.list_input input {
    width: 100%;
    border: 0;
    outline: none;
    font-size: 0.28rem;
}

.list_button input {
    width: 77%;
}

.list_button button {
    border: 0;
    outline: none;
    font-size: 0.28rem;
    color: #0C9681 !important;
    background: #fff;
}

.icon-xiala {
    font-size: 0.3rem;
    color: #999;
}

.list_select {
    display: flex;
    align-items: center;
    justify-content: center;
}

.select_item {
    width: 20%;
    position: relative;
    margin-right: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-daosanjiao {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.23rem;
    color: #5C5C5C;
}

.select_item select {
    width: 100%;
    /*padding-right: 17px;*/
    border: 0;
    outline: none;
    font-size: 0.28rem;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: -webkit-box;
    /* -webkit-box-orient: vertical; */
    /* -webkit-line-clamp: 1; */
    overflow: hidden;
    background: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.select_item:last-child {
    margin-right: 0;
}

.register_btn {
    width: 2.4rem;
    height: 0.88rem;
    background: linear-gradient(0deg, rgba(2, 191, 164, 1), rgba(4, 191, 162, 1));
    box-shadow: 0 0.15rem 0.2rem rgba(2, 191, 164, 0.45);
    border-radius: 0.44rem;
    font-size: 0.36rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.mask_box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 500;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
}

.success {
    background:url("../images/abg02@2x.png") no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.popup_box {
    width: 5rem;
    background: #fff;
    border-radius: 0.1rem;
    line-height: 0.8rem;
    color: #1A9D89;
    padding: 0.5rem 0.3rem;
    font-size: 0.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.success_box{
    background: none;
    font-size: 0.32rem;
    color: #1A9D89;
    text-align: center;
    line-height: 0.5rem;
    margin-top: 3.5rem;
}
.success_info{
    font-size: 0.24rem;
    margin-top:0.3rem
}