result.css 1.7 KB
html{
    font-size: calc(100vw/7.5) ;
}
html,body{
    width: 100%;
    height: 100%;
}
*{
    margin: 0;
    padding: 0;
}
div{
    line-height: 1;
    box-sizing: border-box;
}

.pageDiv{
    width: 100%;
    height: 100%;
    background: #F7F8FA;
    padding: .24rem;
    padding-bottom: 1.2rem;
    padding-top: 1.04rem;
    display: none;
}

.topDiv{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    text-align: center;
    color: #333;
    font-size: .36rem;
    font-weight: bold;
    z-index: 999999;
    height: .8rem;
    line-height: .8rem;
}
.topDiv img{
    width: .48rem;
    height: .48rem;
    position: absolute;
    left: .12rem;
    top: .16rem;
}

.infoTop{
    background: #fff;
    border-radius: .08rem;
    background: #FFF;
    padding: .48rem .32rem;
    margin-bottom: .48rem;
    padding-top: .8rem;
}
.infoTop .icon{
    width: 1.28rem;
    height: 1.28rem;
    display: block;
    margin: auto;
}
.infoTop .status{
    color: #333;
    font-weight: bold;
    font-size: .4rem;
    margin-bottom: .8rem;
    text-align: center;
    margin-top: .32rem;
}
.infoTop .detail .detli{
    display: flex;
    color: #333;
    font-size: .32rem;
    margin-bottom: .28rem;
    justify-content: space-between;
}
.infoTop .detail .detli .detL{
    color: #666;
    margin-right: .4rem;
    width: 1.5rem;
    flex-shrink: 0;
}
.infoTop .detail .detli .detR{
    text-align: right;
    line-height: 1.2;
}

.botButt{
    width: 3.38rem;
    height: .88rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: .08rem;
    background: #568FFE;
    font-weight: 500;
    font-size: .34rem;
    z-index: 9;
    margin: auto;
}