.container {
    margin: 0 auto;
    font-size: 9px;
    border: 1px solid red;
    color: red;
    padding-left: 0.4166666666666667rem;
}
.container:after
 {
    content: ' ';
    width: 0.625rem;
    height: 0.6458333333333334rem;
    line-height: 10px; /*  px */
    border: 1px solid blue;
}

p {
    line-height: 6px;/*px*/
    border-right: 2px solid green;
}
.article {
    font-size: 9px; display: block;margin-bottom: 0.2916666666666667rem;
}
.article .amount,
.article .count

{
    color: red;font-size:8px;margin-left: 2px;/*no*/display: inline-block;
    /*
     * 我是注释
     */
    padding: 4px; /* no */
}
