纯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

相关文章

Java实现时间与字符串互相转换详解

《Java实现时间与字符串互相转换详解》这篇文章主要为大家详细介绍了Java中实现时间与字符串互相转换的相关方法,文中的示例代码讲解详细,感兴趣的小伙伴可以跟随小编一起学习一下... 目录一、日期格式化为字符串(一)使用预定义格式(二)自定义格式二、字符串解析为日期(一)解析ISO格式字符串(二)解析自定义

opencv图像处理之指纹验证的实现

《opencv图像处理之指纹验证的实现》本文主要介绍了opencv图像处理之指纹验证的实现,文中通过示例代码介绍的非常详细,对大家的学习或者工作具有一定的参考学习价值,需要的朋友们下面随着小编来一起学... 目录一、简介二、具体案例实现1. 图像显示函数2. 指纹验证函数3. 主函数4、运行结果三、总结一、

Springboot处理跨域的实现方式(附Demo)

《Springboot处理跨域的实现方式(附Demo)》:本文主要介绍Springboot处理跨域的实现方式(附Demo),具有很好的参考价值,希望对大家有所帮助,如有错误或未考虑完全的地方,望不... 目录Springboot处理跨域的方式1. 基本知识2. @CrossOrigin3. 全局跨域设置4.

Spring Boot 3.4.3 基于 Spring WebFlux 实现 SSE 功能(代码示例)

《SpringBoot3.4.3基于SpringWebFlux实现SSE功能(代码示例)》SpringBoot3.4.3结合SpringWebFlux实现SSE功能,为实时数据推送提供... 目录1. SSE 简介1.1 什么是 SSE?1.2 SSE 的优点1.3 适用场景2. Spring WebFlu

基于SpringBoot实现文件秒传功能

《基于SpringBoot实现文件秒传功能》在开发Web应用时,文件上传是一个常见需求,然而,当用户需要上传大文件或相同文件多次时,会造成带宽浪费和服务器存储冗余,此时可以使用文件秒传技术通过识别重复... 目录前言文件秒传原理代码实现1. 创建项目基础结构2. 创建上传存储代码3. 创建Result类4.

SpringBoot日志配置SLF4J和Logback的方法实现

《SpringBoot日志配置SLF4J和Logback的方法实现》日志记录是不可或缺的一部分,本文主要介绍了SpringBoot日志配置SLF4J和Logback的方法实现,文中通过示例代码介绍的非... 目录一、前言二、案例一:初识日志三、案例二:使用Lombok输出日志四、案例三:配置Logback一

Python如何使用__slots__实现节省内存和性能优化

《Python如何使用__slots__实现节省内存和性能优化》你有想过,一个小小的__slots__能让你的Python类内存消耗直接减半吗,没错,今天咱们要聊的就是这个让人眼前一亮的技巧,感兴趣的... 目录背景:内存吃得满满的类__slots__:你的内存管理小助手举个大概的例子:看看效果如何?1.

Python+PyQt5实现多屏幕协同播放功能

《Python+PyQt5实现多屏幕协同播放功能》在现代会议展示、数字广告、展览展示等场景中,多屏幕协同播放已成为刚需,下面我们就来看看如何利用Python和PyQt5开发一套功能强大的跨屏播控系统吧... 目录一、项目概述:突破传统播放限制二、核心技术解析2.1 多屏管理机制2.2 播放引擎设计2.3 专

Python实现无痛修改第三方库源码的方法详解

《Python实现无痛修改第三方库源码的方法详解》很多时候,我们下载的第三方库是不会有需求不满足的情况,但也有极少的情况,第三方库没有兼顾到需求,本文将介绍几个修改源码的操作,大家可以根据需求进行选择... 目录需求不符合模拟示例 1. 修改源文件2. 继承修改3. 猴子补丁4. 追踪局部变量需求不符合很

idea中创建新类时自动添加注释的实现

《idea中创建新类时自动添加注释的实现》在每次使用idea创建一个新类时,过了一段时间发现看不懂这个类是用来干嘛的,为了解决这个问题,我们可以设置在创建一个新类时自动添加注释,帮助我们理解这个类的用... 目录前言:详细操作:步骤一:点击上方的 文件(File),点击&nbmyHIgsp;设置(Setti