Toggle navigation
在线编辑器
在线代码
文本比较
jQuery下载
前端库
在线手册
登录/注册
下载代码
html
css
js
分享到微信朋友圈
X
html
Moleskine Notebooks
Hover on any notebook...
MOLESKINE
Plain
MOLESKINE
Ruled
MOLESKINE
Squared
MOLESKINE
Dotted
css
body { background: #222; color: #fff; font-family: 'Quicksand', sans-serif; font-size: 18px; } .main-content { margin: 5em auto; display: flex; flex-wrap: wrap; justify-content: center; text-align: center; text-transform: uppercase; } h1 { width: 100%; margin: 0 auto 1.5em; font-size: 30px; } h1 small { text-transform: none; display: block; margin: 20px 0; font: 300 20px 'QuickSand', sans-serif; color: #999; } .moleskine-wrapper { max-width: calc(100% / 4); min-width: 10em; } .moleskine-notebook { height: 250px; width: 175px; position: relative; transition: .5s linear; border-radius: 5px 15px 15px 5px; transform-origin: left center 0px; display: inline-block; margin: 30px; } .moleskine-notebook:hover { transform: rotateZ(-10deg); } .moleskine-notebook:hover .notebook-cover { transform: rotateY(-50deg); z-index: 999; box-shadow: 20px 10px 50px rgba(0, 0, 0, 0.2); } .notebook-cover { background: #cc4b48; height: 250px; width: 175px; position: absolute; border-radius: 5px 15px 15px 5px; z-index: 10; transition: .5s linear; transform-style: preserve-3d; transform-origin: left center 0px; } .notebook-cover:before { content: ""; position: absolute; width: 10px; height: calc(100% + 2px); top: -1px; z-index: 100; border-radius: 2px; right: 25px; transition: 2s ease; background: linear-gradient(to right, #9c2e2b 0%, #cc4b48 12%, #9c2e2b 25%, #cc4b48 37%, #9c2e2b 50%, #cc4b48 62%, #9c2e2b 75%, #cc4b48 87%, #9c2e2b 100%); } .notebook-cover.blue { background: #2e95aa; } .notebook-cover.blue:before { background: linear-gradient(to right, #1e606e 0%, #2e95aa 12%, #1e606e 25%, #2e95aa 37%, #1e606e 50%, #2e95aa 62%, #1e606e 75%, #2e95aa 87%, #1e606e 100%); } .notebook-cover.green { background: #abc3b5; } .notebook-cover.green:before { background: linear-gradient(to right, #7ea38e 0%, #abc3b5 12%, #7ea38e 25%, #abc3b5 37%, #7ea38e 50%, #abc3b5 62%, #7ea38e 75%, #abc3b5 87%, #7ea38e 100%); } .notebook-cover.yellow { background: #fed754; } .notebook-cover.yellow:before { background: linear-gradient(to right, #ebb501 0%, #fed754 12%, #ebb501 25%, #fed754 37%, #ebb501 50%, #fed754 62%, #ebb501 75%, #fed754 87%, #ebb501 100%); } .notebook-skin { height: 50px; background: #e8e8e0; margin-top: 80px; padding: 15px; font-size: 12px; position: relative; z-index: 10; color: #222; text-align: left; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); } .notebook-skin:before { content: ''; position: absolute; width: 100%; height: 15px; left: 0; bottom: 0; background: #cddc39; } .notebook-page { height: 100%; width: 175px; position: absolute; background-color: #fbfae8; z-index: 0; border-radius: 5px 16px 16px 5px; overflow: hidden; } .notebook-page.ruled { background: linear-gradient(to bottom, #fbfae8 9px, #e4e4e4 1px); background-size: 100% 10px; } .notebook-page.squared { background-image: linear-gradient(#e4e4e4 1px, transparent 1px), linear-gradient(90deg, #e4e4e4 1px, transparent 1px); background-size: 10px 10px, 10px 10px, 2px 2px, 2px 2px; } .notebook-page.dotted { background: linear-gradient(90deg, #fbfae8 10px, transparent 1%) center, linear-gradient(#fbfae8 10px, transparent 1%) center, #999; background-size: 11px 11px; } footer { text-align: center; margin: 8em auto; width: 100%; } footer a { text-decoration: none; display: inline-block; width: 45px; height: 45px; border-radius: 50%; background: transparent; border: 1px dashed #fff; color: #fff; margin: 5px; } footer a:hover { background: rgba(255, 255, 255, 0.1); } footer a .icons { margin-top: 12px; display: inline-block; font-size: 20px; }
JavaScript
粒子
时间
文字
hover
canvas
3d
游戏
音乐
火焰
水波
轮播图
鼠标跟随
动画
css
加载动画
导航
菜单
按钮
滑块
tab
弹出层
统计图
svg
×
Close
在线代码下载提示
开通在线代码永久免费下载,需支付20jQ币
开通后,在线代码模块中所有代码可终身免费下!
您已开通在线代码永久免费下载,关闭提示框后,点下载代码可直接下载!
您已经开通过在线代码永久免费下载
对不起,您的jQ币不足!可通过发布资源 或
直接充值获取jQ币
取消
开通下载
<!doctype html> <html> <head> <meta charset="utf-8"> <title>纯CSS翻书效果-jq22.com</title> <script src="https://www.jq22.com/jquery/jquery-1.10.2.js"></script> <style>
</style> </head> <body>
<script>
</script>
</body> </html>
2012-2021 jQuery插件库版权所有
jquery插件
|
jq22工具库
|
网页技术
|
广告合作
|
在线反馈
|
版权声明
沪ICP备13043785号-1
浙公网安备 33041102000314号