#record_info { } #record_info .header { position: fixed; top: 0; left: 0; right: 0; width: 100%; height: .4rem; line-height: .4rem; text-align: center; background: transparent; z-index: 11; } .header .left { position: absolute; top: 50%; transform: translate(0, -55%); left: .12rem; width: .19rem; height: .19rem; vertical-align: middle; } .header .set{ position: absolute; right: .14rem; top: 50%; transform: translate(0, -55%); width: .19rem; height: .19rem; vertical-align: middle; } .header div { font-size: .16rem; color: #fff; } .back_card { height: 1.82rem; background:linear-gradient(90deg,rgba(255,160,116,1) 0%,rgba(255,159,116,1) 0%,rgba(241,54,115,1) 100%); position: fixed; top: 0; left: 0; right: 0; z-index: 10; } .card { width: 3.6rem; height: 1.82rem; } .inset { width: 3.31rem; height: 1.51rem; margin: 0 auto; background:rgba(255,255,255,1); box-shadow: 0px 1px 8px 0px rgba(234,94,94,0.5); border-radius: .12rem; opacity:0.95; position: fixed; left: 50%; transform: translate(-50%, 0); top: .52rem; z-index: 11; } .inset .official { color: #EA5E5E; font-size: .14rem; margin-top: .2rem; margin-left: .28rem; font-weight:bold; } .inset .down { height: .67rem; margin-top: .2rem; display: flex; justify-content: space-around; } .inset .down .line { height: .43rem; border: .01rem #EA5E5E dashed; display: inline-block; margin-top: .13rem; opacity:0.3; } .inset .down .black { color: #513D3D; width: 1.65rem; font-weight:bold; display: inline-block; text-align: center; } .inset .down .black .now { font-size: .14rem; } .inset .down .black .now .num { font-size: .31rem; } .inset .down .black .day { font-size: .14rem; } .inset .down .black .present { font-size: .12rem; } .inset .down .red { width: 1.65rem; color: #EA5E5E; font-weight:bold; display: inline-block; text-align: center; } .inset .down .red .now { font-size: .14rem; } .inset .down .red .now .num { font-size: .31rem; } .inset .down .red .present { font-size: .12rem; } .detial { padding-top: .45rem; background: #fff; } .info { width: 3.11rem; margin: 0 auto; height: .46rem; padding-top: .14rem; padding-bottom: .09rem; background: rgba(255,255,255,1); position: relative; border-bottom: 0.01rem #F2F2F2 solid; } .info .title { font-size: .14rem; font-weight: bold; color: #424242; } .info .time { margin-top: .05rem; color: #7F7F7F; font-size: .12rem; font-weight:400; } .info .status { position: absolute; right: 0; top: 50%; transform: translate(0, -55%); vertical-align: middle; font-size: .12rem; } .info .status text { vertical-align: middle; color: #D6D6D6; } .info .status .arrow_text { color: #F5A623; } .info .status .arrow { vertical-align: text-top; width: .19rem; height: .19rem; } .info .status .reissue { display: inline-block; width: .53rem; height: .23rem; line-height: .23rem; text-align: center; background: #FFB473; border-radius: .12rem; color: #fff; } .alert_mask .mask_pop { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: #000; opacity: 0.5; filter: alpha(opacity=50); z-index: 100; } .alert_mask .mask_warp { width: 2.4rem; height: 2.55rem; background: #fff; position: fixed; top: 50%; left: 50%; border-radius: 0.24rem; transform: translate(-50%,-50%); z-index: 101; } .alert_mask .mask_warp .wrong { position: absolute; width: 2.42rem; height: 0.67rem; top: -.13rem; } .alert_mask .alert_tit { text-align: center; color: #513D3D; font-weight:bold; font-size: .14rem; margin-top: .61rem; } .alert_mask .alert_info { font-size: .12rem; width: 1.92rem; color: #424242; margin: 0 auto; margin-top: .13rem; line-height: .21rem; } .alert_mask .alert_info .warn { color: #EA5E5E; } .btn_rei { width: 1.92rem; text-align: center; height: .36rem; line-height: .36rem; color: #FFFFFF; font-size: .14rem; background: #FFB473; margin: .3rem auto 0; border-radius: .18rem; } .copy_inner { text-align: center; margin-top: .1rem; font-size: .1rem; } body { -webkit-text-size-adjust: 100% ; background: #fff; }