123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264 |
- #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;
- }
|