signIn.css 1.4 KB
.box {
    padding: 0 0.3rem;
}

.content_box {
    box-shadow: 0 0.1rem 0.2rem 0 rgba(84, 48, 7, 0.16);
    border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    border-radius: 0.1rem;
}

.tab_box {
    width: 100%;
}

.tab_title {
    font-size: 0.36rem;
    color: #000000;
    margin: 0.3rem 0;
    text-align: center;
}

.thead {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

.thead li {
    /*!*float: left;*!*/
    width: 14.28%;
    /*text-align: center;*/
}

.content_box tbody > tr > td {
    width: 14.28%;
    height: 40px;
    background: #FFFFFF;
    text-align: center;
}

.content_box tbody > tr > td > p {
    display: inline-block;
}

.bottom_btn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2rem 0;
}

.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.25rem rgba(2, 191, 164, 0.45);
    border-radius: 0.44rem;
    font-size: 0.36rem;
    color: #FFFFFF;
    outline: none;
    border: 0;

}

#month {
    text-align: center;
}

.sign_in > p {
    color: #fff;
    display: inline-block;
    border-radius: 50%;
    background: #1A9D89 !important;
    width: 0.48rem !important;
    height: 0.48rem !important;
    text-align: center;
    line-height: 0.48rem;
}