CSS语义-bg

 

 

背景色定义

 

/*--背景色--*/
.bg_norm {
    background: #0076c1 !important;
}

.bg_fff {
    background: #fff !important;
}

.bg_ccc {
    background: #ccc !important;
}

.bg_slight{
    background: #fcfcfc !important;
}

.bg_light {
    background: #f4f4f4 !important;
}

.bg_dark {
    background: #a4a4a4 !important;
}

.bg_green{
    background: #1eaa88 !important;
}

.bg_red{
    background: #d65f51 !important;
}

.bg_tp{
    background: transparent !important;
}

 

posted @ 2017-08-15 10:23  alan-alan  阅读(663)  评论(0编辑  收藏  举报