下面的"图片地址"中填背景图片的地址,"#home"中的opacity表示透明度。
填上图片地址后直接将下面的代码复制到css码中即可。
body {
color: #000;
background: url(图片地址) fixed;
background-size: 1300px;
background-repeat: no-repeat;
font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
font-size: 12px;
min-height: 101%;
}
#home {
opacity: 0.80;
margin: 0 auto;
width: 65%;
min-width: 950px;
background-color: #fff;
padding: 30px;
margin-top: 30px;
margin-bottom: 50px;
box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}
原文地址:https://www.cnblogs.com/yydyz/p/10440034.html
时间: 2024-10-09 07:37:30