fuwu.css 1.02 KB
.xc-page{
    width: 100%;
    height: 100%;
}
.xc-page .items{
    display: inline-block;
    width: 45.3%;
    height:3.3rem;
    margin-left: 0.16rem;
    border:0.01rem solid #d8d8d8;
    box-shadow:0.05rem 0.05rem  0.1rem 0.06rem #eee;
    margin-top:0.16rem;
    border-radius:0.1rem;
    padding-top: 0.15rem;
}
.xc-page .items .items-img{
    width: 0.8rem;
    height:0.8rem;

}
.xc-page .items .items-name{
    font-weight: 600;
    height: 0.7rem;
    padding: 0 0.08rem;
    font-size: 0.3rem;
    margin-top: 0.05rem;

}
.xc-page .items .items-frequency{
    margin-top:0.38rem;
    color:#adadad;
    font-size: 0.24rem;
}
.xc-page .items .items-time{
    color:#adadad;
    margin-top:0.03rem;
    font-size: 0.24rem;

}
.xc-page .items .items-use{
    border-radius:0.15rem;
    width: 1.3rem;
    height: 0.35rem;
    margin: auto;
    margin-top:0.1rem;
    font-size: 0.2rem;

}
.on{
    background: #fe658b;
}
.sn{
    background: #c9c9c9;
}
.three-level-word{
    font-size:0.16rem;
}
.four-level-word{
    font-size:0.13rem;
}