使图片有立体感

         
            <div class="top">
                <div id="abso">项目案例</div>
                <div id="abso1">Case presention</div>
         </div>

.top {

  1. width: 100%;
  2. height: 220px;
  3. background-image: url(../img/aa.jpg);
  4. background-attachment: fixed;
  5. background-position: center center;
  6. background-repeat: no-repeat;
  7. -webkit-background-size: cover;
  8. background-size: cover;

}

猜你喜欢

转载自blog.csdn.net/yr123456654321/article/details/83186705