//样式++
<style>
body {
background-color: #eaf0f2;
}
h1 {
font-size: 14px; font-family: "Microsoft Yahei";text-align: center;
}
.paper {
position: relative; width: 500px;height: 300px; margin: 0 auto;
}
.layer {
position: absolute; left: 0; top: 0; width: 500px; height: 300px;
background-color: #fff;box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.btnBox {
pointer-events: none; opacity: 0; text-align: center;
margin-top: 140px; text-align: center;
}
.btn {
padding: 10px; border-radius: 2px; color: #fff; display: inline-block
Css实现书本翻页效果
最新推荐文章于 2025-03-09 08:14:03 发布