/**
去边距
 */
.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

/**
块大小
 */
.width-100 {
    width: 100% !important;
}
.height-100 {
    height: 100% !important;
}

/**
字体
 */
.font-size-10 {
    font-size: 10px !important;
}
.font-size-12 {
    font-size: 12px !important;
}
.font-size-14 {
    font-size: 14px !important;
}
.font-size-16 {
    font-size: 16px !important;
}
.font-size-18 {
    font-size: 18px !important;
}
.font-size-21 {
    font-size: 21px !important;
}
.font-size-24 {
    font-size: 24px !important;
}
.font-size-28 {
    font-size: 28px !important;
}
.font-size-32 {
    font-size: 32px !important;
}
.font-size-36 {
    font-size: 36px !important;
}
.font-size-42 {
    font-size: 42px !important;
}
.font-size-48 {
    font-size: 48px !important;
}

/**
行距
 */
.line-height-2 {
    line-height: 2 !important;
}
.line-height-3 {
    line-height: 3 !important;
}
.line-height-4 {
    line-height: 4 !important;
}
