rgba兼容IE

This commit is contained in:
结发受长生 2019-08-29 15:34:30 +08:00
parent bb08f3d7c3
commit 476ae437b0
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
border-width: 1px;
border-style: solid;
border-color: #fff #ddd;
background: #{$colorBg}cc;
background: adjust-color($colorBg, $alpha: -0.2);
@extend %trans;
img{
max-width: 100%;

View File

@ -46,7 +46,7 @@ body.night {
}
// 文章区域
.article{
background: #{$articleBg_night}cc;
background: adjust-color($articleBg_night, $alpha: -0.2);
border-color: $borderColor_night;
color: $textColor_night;
.article-title { // 主标题