纯CSS3实现多啦a梦—感觉萌萌哒

2023-11-23 00:11

本文主要是介绍纯CSS3实现多啦a梦—感觉萌萌哒,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

周末起来,本来想好好复习下JS知识点。,但是正好室友讨论童年动画片的回忆,一下子让我想起了多啦A梦,万能的猫,我们的童年都想拥有一个,于是花了3个小时写了个多啦A梦。送给大家,让大家想啥有啥(呵呵...,想想就好,这个没有牛逼的功能)。希望大家喜欢。

代码如下:

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>多啦a梦</title>
<style type="Text/css">html,body {padding:0px;margin:0px;}.boxDom {width:800px;height:600px;position: relative;margin:20px auto;}.header {width:300px;height:280px;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-moz-border-radius: 50%;background:#0093dd;position: relative;margin:20px auto;}.bgWrith {background:#fff;width:260px;height:240px;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-moz-border-radius: 50%;position: absolute;left:0px;right: 0px;margin:0px auto;bottom:0px;}.eyesDom {width:150px;height:55px;position: absolute;left:0px;right: 0px;margin:-20px auto;}.eyes {width:60px;height:55px;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-moz-border-radius: 50%;border:1px solid #999;background: #fff;position: absolute;z-index: 9999;}.eyeLeft {left:0px;}.eyeRight {right:0px;}.eyes span {display: inline-block;position: absolute;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-moz-border-radius: 50%;}.eyesOne {width:30px;height:28px;background: #000;right: 8px;top:20px;}.eyes1 {width:12px;height:12px;background: #fff;right: 4px;top:10px;}.eyesTwo {width:30px;height:28px;background: #000;left: 8px;top:20px;}.eyes2 {width:12px;height:12px;background: #fff;left: 4px;top:10px;}.nose {width:40px;height:30px;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-moz-border-radius: 50%;   position: absolute;left:0px;right: 0px;border:1px solid #999;top:30px;margin:0 auto;background: #da251c;z-index: 9999;}.linerLeft {width:106px;height:100px;position: absolute;top:0px;bottom: 0px;margin:auto;z-index: 99999;}.linerRight {width:106px;height:100px;position: absolute;top:0px;bottom: 0px;right: 0px;margin:auto;z-index:99999;transform:rotateY(180deg);-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);-ms-transform:rotateY(180deg);-o-transform:rotateY(180deg);}.liner {border-top:1px solid #999;}.linerLeft .linerOne {-webkit-transform:rotate(20deg);-moz-transform:rotate(20deg);-o-transform:rotate(20deg);-ms-transform:rotate(20deg);}.linerLeft .linerTwo {-webkit-transform:  translate(-10px,25px); -moz-transform:  translate(-10px,25px);-ms-transform:  translate(-10px,25px);-o-transform:  translate(-10px,25px);}.linerLeft .linerThree {-webkit-transform:  translateY(50px) rotate(-20deg); -moz-transform:  translateY(50px) rotate(-20deg); -ms-transform:  translateY(50px) rotate(-20deg); -o-transform:  translateY(50px) rotate(-20deg); }.linerRight .linerOne {-webkit-transform:rotate(20deg);-moz-transform:rotate(20deg);-ms-transform:rotate(20deg);-o-transform:rotate(20deg);}.linerRight .linerTwo {-webkit-transform:  translate(-10px,25px); -moz-transform:  translate(-10px,25px);-ms-transform:  translate(-10px,25px);-o-transform:  translate(-10px,25px);}.linerRight .linerThree {-webkit-transform:  translateY(50px) rotate(-20deg); -moz-transform:  translateY(50px) rotate(-20deg); -ms-transform:  translateY(50px) rotate(-20deg); -o-transform:  translateY(50px) rotate(-20deg); }.linerCenter {width:0px;height:64px;border-left:1px solid #999;position: absolute;left: 0px;right:0px;top:60px;margin:0 auto;z-index: 99999;}.mouth {width:200px;height:200px;position: absolute;left:0px;right:0px;margin:0 auto;}.mouth>.topLiner {width: 200px;height:50px;position: absolute;bottom: 0px;top:0px;margin:auto;background: #fff;border-bottom:1px solid #999;border-left:1px solid #999;border-right:1px solid #999;border-top:1px solid transparent;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-moz-border-radius: 50%;z-index: 9999;}.circleMouth {width:190px;height:210px;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-moz-border-radius: 50%;position: absolute;left: 0px;right: 0px;margin: 10px auto;background: #da251c;border:1px solid #999;overflow: hidden;}.top {z-index: 999;width:210px;height:115px;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-moz-border-radius: 50%;position: absolute;left: -5px;right: 0px;margin: 10px auto;background: #fff;}.tongue {width:140px;height:80px;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-moz-border-radius: 50%;background: #e57715;position: absolute;left:0px;right: 0px;bottom: -30px;margin:0 auto;border-top:1px solid #000;}.content {width:300px;height:160px;z-index:99999;margin: -140px auto;}.content .bellLiner {width:200px;height:135px;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-moz-border-radius: 50%;background:#da251c;margin:0 auto;/*border-top:20px solid transparent;border-left:20px solid #da251c;border-right:20px solid #da251c;border-bottom:20px solid #da251c;*/}.bell {width:40px;height:40px;border:1px solid #666;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-moz-border-radius: 50%;background:#fef401;margin:-16px auto;}.bellLinerOne {width:46px;height:6px;border:1px solid #333;background: #fef401;border-radius:20px;-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-moz-border-radius: 20px;margin-top:12px;margin-left:-4px;}.bellCircle {width:10px;height:10px;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-moz-border-radius: 50%;border:1px solid #333;background: #666;margin:2px auto;}.bellLiner1 {width:0px;height:6px;border:1px solid #666;margin:-4px auto;}.footer {width:230px;height:260px;background: #0093dd;border-radius: 50%;-webkit-border-radius:51%;-moz-border-radius:50%;-ms-border-radius:50%;-moz-border-radius: 50%;margin: 10px auto;position: relative;z-index: -1;}.footer>.handDom {width:300px;height:100px;}.hand1,.hand2 {width:250px;height: 60px;position: absolute;top:50px;}.hand1 {left:-90px;transform:rotate(20deg);-moz-transform:rotate(20deg);-ms-transform:rotate(20deg);-o-transform:rotate(20deg);-webkit-transform:rotate(20deg);}.hand2 {right:-90px;transform:rotate(-20deg);-webkit-transform:rotate(-20deg);-moz-transform:rotate(-20deg);-ms-transform:rotate(-20deg);-o-transform:rotate(-20deg);}.hand {background:#0093dd;width:200px;height:60px;position: absolute;top: 0px;bottom: 0px;margin:auto;border-radius: 50%;-webkit-border-radius: 50%;-moz-border-radius: 50%;-ms-border-radius: 50%;-o-border-radius: 50%;}.handRight {right:0px;}.handCircle {width: 60px;height: 60px;border-radius: 50%;-webkit-border-radius: 50%;-moz-border-radius: 50%;-ms-border-radius: 50%;-o-border-radius: 50%;position: absolute;border:1px solid #666;background: #fff;}.handCircleRight {right:0px;}.colpus {border:1px solid #999;width:190px;height:160px;border-radius: 50%;-webkit-border-radius: 50%;-moz-border-radius: 50%;-ms-border-radius: 50%;-o-border-radius: 50%;position: absolute;left: 0px;right: 0px;margin:-30px auto;background: #fff;}.footDom {position: absolute;width:180px;height:140px;left:0px;right: 0px;margin: 80px auto;}.foot1,.foot2 {width:100px;height:130px;z-index: -1;position: absolute;}.foot2 {right:0px;}.foot {width:85px;height:130px;border-radius: 60px;-webkit-border-radius: 60px;-moz-border-radius: 60px;-ms-border-radius: 60px;-o-border-radius: 59px;position: absolute;background: #0093dd;top:-20px;}.footRight {right:0px;}.footCircle {width: 80px;height:80px;border-radius: 50%;border:1px solid #666;background: #fff;bottom: 0px;position: absolute;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-moz-border-radius: 50%;z-index: -1;}.bgBug {width:120px;height:85px;background: #fff;border-left: 1px solid transparent;border-right: 1px solid transparent;border-top: 1px solid transparent;border-bottom: 1px solid #666;position: absolute;left: 0px;right: 0px;margin: 0 auto;z-index: 9999;}.bug {width:120px;height:120px;margin: 20px auto;border:1px solid #666;border-radius: 50%;-webkit-border-radius: 50%;-moz-border-radius: 50%;-ms-border-radius: 50%;-o-border-radius: 50%;}.footCircleRight {right:0px;}
</style>
</head><body>
<div class="boxDom"><div class="header"><div class="bgWrith"><div class="eyesDom"><div class="eyes eyeLeft"><span class="eyesOne"><span class="eyes1"></span></span></div><div class="eyes eyeRight"><span class="eyesTwo"><span class="eyes2"></span></span></div></div><div class="nose"></div><div class="linerLeft"><div class="liner linerOne"></div><div class="liner linerTwo"></div><div class="liner linerThree"></div></div><div class="linerRight"><div class="liner linerOne"></div><div class="liner linerTwo"></div><div class="liner linerThree"></div></div><div class="linerCenter"></div><div class="mouth"><div class="top"></div><div class="topLiner"></div><div class="circleMouth"><div class="tongue"><div class="tongues tongueLeft"></div></div></div></div></div></div><div class="content"><div class="bellLiner"></div><div class="bell"><div class="bellLinerOne"></div><div class="bellCircle"></div><div class="bellLiner1"></div></div></div><div class="footer"><div class="handDom"><div class="hand1"><div class="hand handLeft"></div><div class="handCircle"></div></div><div class="hand2"><div class="hand handRight"></div><div class="handCircle handCircleRight"></div></div></div><div class="colpus"><div class="bgBug"></div><div class="bug"></div></div><div class="footDom"><div class="foot1"><div class="foot footLeft"></div><div class="footCircle"></div></div><div class="foot2"><div class="foot footRight"></div><div class="footCircle footCircleRight"></div></div></div></div>
</div>
</body>
</html>


这篇关于纯CSS3实现多啦a梦—感觉萌萌哒的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/413915

相关文章

Oracle查询优化之高效实现仅查询前10条记录的方法与实践

《Oracle查询优化之高效实现仅查询前10条记录的方法与实践》:本文主要介绍Oracle查询优化之高效实现仅查询前10条记录的相关资料,包括使用ROWNUM、ROW_NUMBER()函数、FET... 目录1. 使用 ROWNUM 查询2. 使用 ROW_NUMBER() 函数3. 使用 FETCH FI

Python脚本实现自动删除C盘临时文件夹

《Python脚本实现自动删除C盘临时文件夹》在日常使用电脑的过程中,临时文件夹往往会积累大量的无用数据,占用宝贵的磁盘空间,下面我们就来看看Python如何通过脚本实现自动删除C盘临时文件夹吧... 目录一、准备工作二、python脚本编写三、脚本解析四、运行脚本五、案例演示六、注意事项七、总结在日常使用

Java实现Excel与HTML互转

《Java实现Excel与HTML互转》Excel是一种电子表格格式,而HTM则是一种用于创建网页的标记语言,虽然两者在用途上存在差异,但有时我们需要将数据从一种格式转换为另一种格式,下面我们就来看看... Excel是一种电子表格格式,广泛用于数据处理和分析,而HTM则是一种用于创建网页的标记语言。虽然两

Java中Springboot集成Kafka实现消息发送和接收功能

《Java中Springboot集成Kafka实现消息发送和接收功能》Kafka是一个高吞吐量的分布式发布-订阅消息系统,主要用于处理大规模数据流,它由生产者、消费者、主题、分区和代理等组件构成,Ka... 目录一、Kafka 简介二、Kafka 功能三、POM依赖四、配置文件五、生产者六、消费者一、Kaf

使用Python实现在Word中添加或删除超链接

《使用Python实现在Word中添加或删除超链接》在Word文档中,超链接是一种将文本或图像连接到其他文档、网页或同一文档中不同部分的功能,本文将为大家介绍一下Python如何实现在Word中添加或... 在Word文档中,超链接是一种将文本或图像连接到其他文档、网页或同一文档中不同部分的功能。通过添加超

windos server2022里的DFS配置的实现

《windosserver2022里的DFS配置的实现》DFS是WindowsServer操作系统提供的一种功能,用于在多台服务器上集中管理共享文件夹和文件的分布式存储解决方案,本文就来介绍一下wi... 目录什么是DFS?优势:应用场景:DFS配置步骤什么是DFS?DFS指的是分布式文件系统(Distr

NFS实现多服务器文件的共享的方法步骤

《NFS实现多服务器文件的共享的方法步骤》NFS允许网络中的计算机之间共享资源,客户端可以透明地读写远端NFS服务器上的文件,本文就来介绍一下NFS实现多服务器文件的共享的方法步骤,感兴趣的可以了解一... 目录一、简介二、部署1、准备1、服务端和客户端:安装nfs-utils2、服务端:创建共享目录3、服

C#使用yield关键字实现提升迭代性能与效率

《C#使用yield关键字实现提升迭代性能与效率》yield关键字在C#中简化了数据迭代的方式,实现了按需生成数据,自动维护迭代状态,本文主要来聊聊如何使用yield关键字实现提升迭代性能与效率,感兴... 目录前言传统迭代和yield迭代方式对比yield延迟加载按需获取数据yield break显式示迭

Python实现高效地读写大型文件

《Python实现高效地读写大型文件》Python如何读写的是大型文件,有没有什么方法来提高效率呢,这篇文章就来和大家聊聊如何在Python中高效地读写大型文件,需要的可以了解下... 目录一、逐行读取大型文件二、分块读取大型文件三、使用 mmap 模块进行内存映射文件操作(适用于大文件)四、使用 pand

python实现pdf转word和excel的示例代码

《python实现pdf转word和excel的示例代码》本文主要介绍了python实现pdf转word和excel的示例代码,文中通过示例代码介绍的非常详细,对大家的学习或者工作具有一定的参考学习价... 目录一、引言二、python编程1,PDF转Word2,PDF转Excel三、前端页面效果展示总结一