background-attachment: fixed;

来源:互联网 发布:淘宝什么是千人千面 编辑:程序博客网 时间:2024/05/27 20:52

html

<!DOCTYPE html><html><head>    <meta charset="utf-8">    <title></title>    <link rel="stylesheet" type="text/css" href="./css/style.css"></head><body>    <section></section>    <section></section>    <section></section>    <section></section>    <section class="item"></section>    <section></section>    <section class="item_2"></section>    <section></section>    <section></section>    <section></section>    <section></section></body></html>

css

section {    height: 300px;    width: 800px;    margin: 0 auto;    border: 1px solid #dedede;    margin-bottom: 100px;}.item {    background: url(../images/img6.jpg) no-repeat center;    background-size: center;    background-attachment: fixed;}.item_2 {    background: url(../images/img5.jpg) no-repeat center;    background-size: center;    background-attachment: fixed;}

img5
这里写图片描述

img6
这里写图片描述

原创粉丝点击