body { background: #ffffff; } .body { padding-bottom: 0.98rem; .top { align-items: center; overflow: hidden; .t_bg { border-radius: 0 0 100% 100%; width: 200%; height: 3.5rem; background: #525060; } .top_t { font-size: 0.44rem; font-weight: 500; color: #FFFFFF; margin: -3.2rem 0 0.2rem; } .top_card { width: 100%; height: 4.05rem; background: center no-repeat; background-size: contain; padding: 0.4rem 0.8rem 0.8rem; justify-content: space-between; align-items: flex-start; color: #FFFFFF; &.top_card_m { background-image: url(../assets/registrationCard/male-bg.png); } &.top_card_f { background-image: url(../assets/registrationCard/female-bg.png); } .top_name { font-size: 0.48rem; font-weight: 600; } .top_type { font-size: 0.24rem; } .top_num { font-size: 0.32rem; font-weight: 500; margin-bottom: 0.1rem; } .top_b { height: 0.44rem; background: #2A8BAE; border-radius: 0.08rem; padding: 0 0.04rem; flex-direction: row; justify-content: space-between; align-items: center; font-size: 0.28rem; span { min-width: 1.5rem; text-align: center; } i { width: 0.28rem; height: 0.28rem; background: center no-repeat; background-size: contain; margin: 0 0.14rem 0 0; &.hidden { background-image: url(../assets/registrationCard/hidden.png) } &.show { background-image: url(../assets/registrationCard/show.png) } } } } } .box { margin-top: -0.4rem; padding: 0 0.8rem; border-bottom: 0.3rem solid #F7F7F7; .tr { flex-direction: row; justify-content: space-between; align-items: center; height: 1.16rem; border-bottom: 0.02rem solid #F2F2F2; font-size: 0.28rem; color: #55605D; span { display: flex; align-items: center; font-weight: 500; color: #2E2E2E; i { width: 0.26rem; height: 0.26rem; background: center no-repeat; background-size: contain; margin: 0 0.07rem 0 0; &.male { background-image: url(../assets/registrationCard/male.png) } &.female { background-image: url(../assets/registrationCard/female.png) } &.icon { width: 1.14rem; height: 0.36rem; margin: 0 0 0 0.08rem; background-image: url(../assets/registrationCard/icon.png) } &.grade_icon { width: 0.4rem; height: 0.44rem; margin: 0 0.06rem 0 0; &.grade_icon_c { background-image: url(../assets/registrationCard/c.png) } &.grade_icon_e { background-image: url(../assets/registrationCard/e.png) } &.grade_icon_p { background-image: url(../assets/registrationCard/p.png) } &.grade_icon_s { background-image: url(../assets/registrationCard/s.png) } &.grade_icon_ss { background-image: url(../assets/registrationCard/ss.png) } } } } &:last-child { border-bottom: none; } } } } .b_btn { height: 0.98rem; background: #FFFFFF; position: fixed; bottom: 0; left: 0; right: 0; justify-content: center; .btn { margin: 0 1.35rem; height: 0.78rem; border-radius: 0.39rem; background: #2660FF; justify-content: center; align-items: center; font-size: 0.32rem; font-weight: 600; color: #FFFFFF; } }