index.css 4.3 KB
.container {
    position: fixed;
    left: 0;
    top: 0;
    background: url("../images/bj.png");
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    padding: 0 0.44rem;
    padding-top: 0.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.free_box {
    position: fixed;
    left: 0;
    top: 0;
    background: url("../images/bg4.png");
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    padding: 0 0.44rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 0.7rem;
}

.doc_img {
    width: 6.69rem;
    height: 4.14rem;
}

.logo_font {
    width: 1.92rem;
    height: 0.58rem;
}

.label_info_font {
    margin: 0.1rem 0 0.2rem 0;
}

.success_font {
    font-size: 0.24rem;
    color: #FFFFFF;
    margin-top: 0.2rem;
}

.success_font:last-child {
    margin-bottom: 0.2rem;
}

.music_img {
    position: relative;
    /*border:1px solid red;*/
}

.music_icon {
    width: 0.6rem;
    height: 0.6rem;
    position: absolute;
    right: 0rem;
    top: 0rem;
}

.englist_img {
    width: 2.54rem;
    height: 0.43rem;
    position: absolute;
    right: 0rem;
    top: 0.8rem;
}

.click_btn {
    width: 3.62rem;
    height: 0.79rem;
}

.btn_info {
    width: 3.62rem;
    height: 0.79rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 0.3rem;
    color: #fff;
}

.info_img img {
    width: 6.57rem;
    height: 3.4rem;
    margin-top: 1.7rem;
    box-sizing: border-box;
}

.btn_font {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.3rem;
    color: #fff;
}

.label_info {
    width: 100%;
    padding: 0.35rem 0.3rem;
    background: rgba(255, 104, 90, 0.5);
    font-size: 0.3rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin-top: 1.7rem;
}

.title {
    font-size: 0.3rem;
    color: #FDDA9D;
    text-align: center;
    margin-top: 0.35rem;
    margin-bottom: 0.1rem;
}

.doctor_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.1rem;
}

.doctor_list {
    width: 1.94rem;
    background: #fff;
}

.doctor_content {
    padding: 0.1rem;
    font-size: 0.18rem;
    color: #000000;
}

.doctor_list img {
    width: 1.94rem;
    height: 2.2rem;
}

.user_name {
    font-size: 0.22rem;
    color: #D0442B;
}

.bottom_title {
    font-size: 0.26rem;
    color: #FDDA9D;
    text-align: center;
    margin-top: 0.25rem;
}

/*  */
.code_box {
    /*margin: 0 auto;*/
    margin-top: 0.42rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.code_box img {
    width: 3.5rem;
    height: 3.5rem;
}

.code_box div {
    font-size: 0.24rem;
    color: #FFFFFF;
    margin-top: 0.32rem;
}

/*   */
.rule_box {
    width: 100%;
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    border-radius: 0.1rem;
    background: #fff;
    border: 2px solid #EAC68A;
    padding: 0.6rem 0.35rem 0.45rem 0.35rem;
    margin-top: 1.7rem;
    position: relative;
    font-size: 0.26rem;
    color: #333333;
}

.rule_img {
    width: 0.87rem;
    height: 0.69rem;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: -0.3rem;
}

.rule_title {
    font-size: 0.42rem;
    color: #000;
    text-align: center;
}

.rule_content {
    line-height: 0.4rem;
    text-align: center;
}

.rule_content text {
    color: #EA5148;
}

.plan_step {
    font-size: 0.36rem;
    color: #EA5148;
    text-align: center;
    margin-top: 0.8rem;
}

.rule_info {
    font-size: 0.26rem;
    color: #333333;
    margin-top: 0.2rem;
}

.rule_label_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.38rem;
}

.rule_item img {
    width: 2.69rem;
    height: 2.98rem;
}

.rule_hint {
    font-size: 0.3rem;
    color: #EA5148;
    text-align: center;
    margin-top: 0.48rem;
}

/*  */
.class_btn {
    font-size: 0.24rem;
    margin-top: 0.2rem;
}

.class_font {
    font-size: 0.24rem;
}

.class_title {
    font-size: 0.22rem;
    margin-top: 0.1rem;
}