scss BG - 图像

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了scss BG - 图像相关的知识,希望对你有一定的参考价值。

BG -- images
------------


A [Pen](https://codepen.io/atos/pen/zeJGWy) by [atos](https://codepen.io/atos) on [CodePen](https://codepen.io).

[License](https://codepen.io/atos/pen/zeJGWy/license).
html {
 background-image: url(‘/estado_recruit_pc_190117.jpg’);
 background-repeat: no-repeat;
 background-position: center top;
 // background-image: url(‘/menu/new/sp_fair_190115.jpg’);
 // background-image: url(‘/concept/sp_brand_190115.jpg’);
 // background-size: 100% auto;
 position: relative;

 &:before {
   content: “”;
   display: block;
   position: absolute;
   width: 100%;
   height: 100%;
   background-color: #fff;
   opacity: .4;
 }
}
body {
 opacity: .7;
}

以上是关于scss BG - 图像的主要内容,如果未能解决你的问题,请参考以下文章

scss SVG BG-IMG FALLBACK

SCSS mixin,如何连接单元? (px,%,em)[重复]

离子3:图像文件未加载到设备中

随机化背景图像

全尺寸bg图像

WKInterfaceGroup 内的 WKInterfaceTable 后面有静态 BG 图像?