纯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

相关文章

基于Python实现一个图片拆分工具

《基于Python实现一个图片拆分工具》这篇文章主要为大家详细介绍了如何基于Python实现一个图片拆分工具,可以根据需要的行数和列数进行拆分,感兴趣的小伙伴可以跟随小编一起学习一下... 简单介绍先自己选择输入的图片,默认是输出到项目文件夹中,可以自己选择其他的文件夹,选择需要拆分的行数和列数,可以通过

Python中将嵌套列表扁平化的多种实现方法

《Python中将嵌套列表扁平化的多种实现方法》在Python编程中,我们常常会遇到需要将嵌套列表(即列表中包含列表)转换为一个一维的扁平列表的需求,本文将给大家介绍了多种实现这一目标的方法,需要的朋... 目录python中将嵌套列表扁平化的方法技术背景实现步骤1. 使用嵌套列表推导式2. 使用itert

Python使用pip工具实现包自动更新的多种方法

《Python使用pip工具实现包自动更新的多种方法》本文深入探讨了使用Python的pip工具实现包自动更新的各种方法和技术,我们将从基础概念开始,逐步介绍手动更新方法、自动化脚本编写、结合CI/C... 目录1. 背景介绍1.1 目的和范围1.2 预期读者1.3 文档结构概述1.4 术语表1.4.1 核

在Linux中改变echo输出颜色的实现方法

《在Linux中改变echo输出颜色的实现方法》在Linux系统的命令行环境下,为了使输出信息更加清晰、突出,便于用户快速识别和区分不同类型的信息,常常需要改变echo命令的输出颜色,所以本文给大家介... 目python录在linux中改变echo输出颜色的方法技术背景实现步骤使用ANSI转义码使用tpu

Python使用python-can实现合并BLF文件

《Python使用python-can实现合并BLF文件》python-can库是Python生态中专注于CAN总线通信与数据处理的强大工具,本文将使用python-can为BLF文件合并提供高效灵活... 目录一、python-can 库:CAN 数据处理的利器二、BLF 文件合并核心代码解析1. 基础合

Python使用OpenCV实现获取视频时长的小工具

《Python使用OpenCV实现获取视频时长的小工具》在处理视频数据时,获取视频的时长是一项常见且基础的需求,本文将详细介绍如何使用Python和OpenCV获取视频时长,并对每一行代码进行深入解析... 目录一、代码实现二、代码解析1. 导入 OpenCV 库2. 定义获取视频时长的函数3. 打开视频文

golang版本升级如何实现

《golang版本升级如何实现》:本文主要介绍golang版本升级如何实现问题,具有很好的参考价值,希望对大家有所帮助,如有错误或未考虑完全的地方,望不吝赐教... 目录golanwww.chinasem.cng版本升级linux上golang版本升级删除golang旧版本安装golang最新版本总结gola

SpringBoot中SM2公钥加密、私钥解密的实现示例详解

《SpringBoot中SM2公钥加密、私钥解密的实现示例详解》本文介绍了如何在SpringBoot项目中实现SM2公钥加密和私钥解密的功能,通过使用Hutool库和BouncyCastle依赖,简化... 目录一、前言1、加密信息(示例)2、加密结果(示例)二、实现代码1、yml文件配置2、创建SM2工具

Mysql实现范围分区表(新增、删除、重组、查看)

《Mysql实现范围分区表(新增、删除、重组、查看)》MySQL分区表的四种类型(范围、哈希、列表、键值),主要介绍了范围分区的创建、查询、添加、删除及重组织操作,具有一定的参考价值,感兴趣的可以了解... 目录一、mysql分区表分类二、范围分区(Range Partitioning1、新建分区表:2、分

MySQL 定时新增分区的实现示例

《MySQL定时新增分区的实现示例》本文主要介绍了通过存储过程和定时任务实现MySQL分区的自动创建,解决大数据量下手动维护的繁琐问题,具有一定的参考价值,感兴趣的可以了解一下... mysql创建好分区之后,有时候会需要自动创建分区。比如,一些表数据量非常大,有些数据是热点数据,按照日期分区MululbU