_help.scss 823 Bytes
.helpList {
    li {
        height: 43px;
        line-height: 43px;
        border-bottom:1px solid $YOHO-goods-img-color;
        padding: 0 10px;
        a {
            display: block;
            height: 43px;
            font-size: 16px;
            font-weight: bold;
        }
        span {
            color: $YOHO-normal-color;
            font-size: 14px;
        }
    }
}

.helpDetail {
    padding: 10px;
    line-height: 1.5;
    h3,p {
        font-size: 16px;
        font-weight: bold;
    }
    p {
        text-indent: 2em;
    }
    p.normal {
        text-indent: 0;
    }
}

.confirmSave {
    background-color: $YOHO-red-color;
    color: $YOHO-white-color;
    position: absolute;
    right: 10px;
    top: 12px;
    width: 46px;
    height: 27px;
    line-height: 27px;
    text-align: center;
}