为什么我的sass文件用的类里面有background-color: rgba(0,0,0,0.54);就报错
.gotop-pc{
width: 42px;
height: 42px;
background-color: rgba(0,0,0,0.54);
text-align: center;
line-height: 36px;
position: fixed;
bottom:143px;
right:70px;
}
删除掉background-color: rgba(0,0,0,0.54)就可以运行
芜湖不芜
相关分类