result.css 1.34 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%;
    padding-top: .52rem;
    background: #F7F8FA;
    padding: .24rem;
    padding-bottom: 1.2rem;
    display: none;
}

.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;
}