css3样式绘制腾讯企鹅

2024-03-13 05:30

本文主要是介绍css3样式绘制腾讯企鹅,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

css3样式绘制腾讯企鹅

<!doctype html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>绘制腾讯QQ</title>
<style>
*{margin:0;padding:0;}
#qq{
 position:relative;
 margin-left:40%;
 margin-top:5%; 
}
.head{
 position:absolute;
 width:270px;
 height:250px;
 overflow:hidden;
 background-color:#000;
 border:1px #000 solid;
 border-top-left-radius:50% 50%;
 border-top-right-radius:50% 50%;
 border-bottom-left-radius:50% 50%;
 border-bottom-right-radius:50% 50%;
 border-bottom-color:#FFF;
 display:block;
}

.mandible{
 position:absolute;
 width:362px;
 height:300px;
 top:-110px;
 left:-46px;
 background-color:#000;
 border:1px #000 solid;
 border-radius:50% 50%;
 z-index:6;
 border-top-color:#FFF;
 border-left-color:#FFF;
 border-right-color:#FFF;
}

.leftEye{
 position:absolute;
 width:40px;
 height:70px;
 background-color:#FFF;
 left:80px;
 top:50px;
 border:1px #666 solid;
 border-radius:50% 50%;
 z-index:10;
}

.leftEyes{
 position:absolute;
 width:20px;
 height:25px;
 left:93px;
 top:70px;
 border:1px #666 solid;
 border-radius:50% 50%;
 z-index:11;
 background-color:#000;
}

.rightEye{
 position:absolute;
 width:40px;
 height:70px;
 left:140px;
 top:50px;
 border:1px #666 solid;
 border-radius:50% 50%;
 z-index:10;
 background-color:#FFF;
}

.rightEyes{
 position:absolute;
 width:20px;
 height:25px;
 left:148px;
 top:70px;
 border:1px #666 solid;
 border-radius:50% 50%;
 z-index:11;
 background-color:#000;
}

.rightEyess{
 position:absolute;
 width:18px;
 height:25px;
 left:150px;
 top:77px;
 border:1px #FFF solid;
 border-radius:50% 50%;
 z-index:11;
 background-color:#FFF;
}

.eyeCenter{
 position:absolute;
 width:6px;
 height:6px;
 left:102px;
 top:77px;
 border:1px #FFF solid;
 border-radius:50% 50%;
 background-color:#FFF;
 z-index:12;
}

.mouthTop{
 position:absolute;
 width:200px;
 height:150px;
 left:38px;
 top:127px;
 overflow:hidden;
 border:1px #FFA600 solid;
 border-radius:50% 45%;
 z-index:10;
 border-left-color:
 transparent;
 border-right-color:transparent;
}

.mouthBottom{
 position:absolute;
 width:185px;
 height:100px;
 left:5PX;
 top:-59px;
 border:1px #FFA600 solid;
 border-radius:50% 50%;
 z-index:11;
 border-left-color:#FFF;
 border-right-color:#FFF;
 border-top-color:#FFF;
 background-color:#FFA600;
}

.mouthCenter{
 position:absolute;
 width:100px;
 heigt:28px;
 z-index:15;
 left:55PX;
 top:26px;
 border:1px #FFA600 solid;
 border-bottom-left-radius:50% 35%;
 border-bottom-right-radius:50% 35%;
 background-color:#FFA600;
}

.leftZui{
 position:absolute;
 left:118px;
 top:150px;
 z-index:20;
 height:5px;
 width:5px;
 border-radius:50% 50%;
 background-color:#FFF;
}

.rightZui{
 position:absolute;
 left:200px;
 top:150px;
 z-index:20;
 height:5px;
 width:5px;
 border-radius:50% 50%;
 background-color:#FFF;
}

.weibo{
 position:absolute;
 width:290px;
 height:150px;
 left:-10px;
 top:80px;
 border:5px #000 solid;
 border-radius:50% 50%;
 background-color:#FF0008;
 z-index:4;
}

.weiboleft{
 position:absolute;
 width:60px;
 height:80px;
 left:50px;
 top:200px;
 border:3px #000 solid;
 background-color:#FF0008;
 z-index:3;
 border-bottom-left-radius:40%;
 border-bottom-right-radius:20%;
 border-top-left-radius:50%;
}

.weiLeftGang{position:absolute;}

.weiRightGang{
 position:absolute;
 left:89px;
 top:124px;
 border-right: 7px solid black;
    width: 180px;
    height: 65px;
    border-bottom-right-radius: 70px 70px;
 transform:rotate(3deg);
 z-index:20;
}
.weiLeftGang{
 position:absolute;
 left:2px;
 top:140px;
 border-left: 5px solid black;
    width: 70px;
    height: 45px;
    border-bottom-left-radius: 70px 70px;
 transform:rotate(-1deg);
 z-index:20;
}
.dudu{
 position:absolute;
 left:17px;
 top:90px;
 width:250px;
 height:300px;
 border:1px #000 solid;
 border-radius:50% 50%;
 background-color:#FFF;
 z-index:2;
}

.waidudu{
 position:absolute;
 width:300px;
 height:360px;
 background-color:#000;
 border:1px #000 solid;
 left:-10px;
 top:35px;
 border-radius:50% 50%;
 z-index:1;
}

.leftarm{
 position:absolute;
 width:40px;
 height:160px;
 left:-53px;
 top:153px;
 overflow:hidden;
 transform:rotate(30deg);
 z-index:1;
}

#top{
 position:absolute;
 width:30px;
 height:130px;
 border:1px #000 solid;
 border-top-left-radius:40% 50%;
 border-bottom-left-radius:90% 40%;
 background-color:#000;
}

#leftArmBottom{
 position:absolute;
 width:40px;
 height:120px;
 left:-43px;
 top:164px;
 border:1px #000 solid;
 border-bottom-right-radius:100% 90%;
 border-top-left-radius:90% 90%;
 transform:rotate(6deg);
 background-color:#000;
 z-index:0;
}

.rightArm{
 position:absolute;
 width:30px;
 height:40px;
 left:783px;
 top:213px;
 background-color:#000;
 border:1px #000 solid;
 border-radius:50% 50%;
 transform:rotate(-20deg);
}


.leftFoot{
 position:absolute;
 width:110px;
 height:70px;
 left:533px;
 top:414px;
 border:5px #000 solid;
 background:#FFA600;
 border-radius:50% 50%;

}
.rightFoot{
 position:absolute;
 width:110px;
 height:70px;
 left:663px;
 top:414px;
 border:5px #000 solid;
 background:#FFA600;
 border-radius:50% 50%;
}

.tailLeft{
 position:absolute;
 left:537px;
 top:440px;
 border-right: 5px solid black;
    width: 30px;
    height: 25px;
    border-bottom-right-radius: 70px 70px;
 transform:rotate(210deg)
}

.tailRight{
 position:absolute;
 left:744px;
 top:442px;
 border-left: 5px solid black;
    width: 30px;
    height: 25px;
    border-bottom-left-radius: 70px 70px;
 transform:rotate(150deg)
}

#flower{
 position:absolute;
 left:480px;
 z-index:-1;
 transform:rotate(-20deg)
}
</style>
</head>
<body>
 <img src="meigui.png" id="flower" width="10%"></img>
    <div id="qq">
     <div class="head">
            <div class="leftEye"></div>
            <div class="leftEyes"></div>
            <div class="eyeCenter"></div>
            <div class="rightEye"></div>
            <div class="rightEyes"></div>
            <div class="rightEyess"></div>
            <div class="mouthTop">
             <div class="mouthCenter"></div>
             <div class="mouthBottom"></div>
           </div>
            <div class="mandible"></div>
       </div>
       <div class="weibo"></div>
       <div class="weiboleft"></div>
       <div class="weiRightGang"></div>
       <div class="weiLeftGang"></div>
       
       <div class="dudu"></div>
       <div class="waidudu"></div>
       
     <div class="leftarm">
         <div id="top"></div>
       </div>
     <div id="leftArmBottom"></div>
    </div>
    <div class="rightArm"></div>
    
    
    <div class="leftFoot"></div>
    <div class="rightFoot"></div>
    
    <div class="tailLeft"></div>
    <div class="tailRight"></div>
   
</body>
</html>
图片

这篇关于css3样式绘制腾讯企鹅的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



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

相关文章

Python将博客内容html导出为Markdown格式

《Python将博客内容html导出为Markdown格式》Python将博客内容html导出为Markdown格式,通过博客url地址抓取文章,分析并提取出文章标题和内容,将内容构建成html,再转... 目录一、为什么要搞?二、准备如何搞?三、说搞咱就搞!抓取文章提取内容构建html转存markdown

在React中引入Tailwind CSS的完整指南

《在React中引入TailwindCSS的完整指南》在现代前端开发中,使用UI库可以显著提高开发效率,TailwindCSS是一个功能类优先的CSS框架,本文将详细介绍如何在Reac... 目录前言一、Tailwind css 简介二、创建 React 项目使用 Create React App 创建项目

vue使用docxtemplater导出word

《vue使用docxtemplater导出word》docxtemplater是一种邮件合并工具,以编程方式使用并处理条件、循环,并且可以扩展以插入任何内容,下面我们来看看如何使用docxtempl... 目录docxtemplatervue使用docxtemplater导出word安装常用语法 封装导出方

Vue中组件之间传值的六种方式(完整版)

《Vue中组件之间传值的六种方式(完整版)》组件是vue.js最强大的功能之一,而组件实例的作用域是相互独立的,这就意味着不同组件之间的数据无法相互引用,针对不同的使用场景,如何选择行之有效的通信方式... 目录前言方法一、props/$emit1.父组件向子组件传值2.子组件向父组件传值(通过事件形式)方

css中的 vertical-align与line-height作用详解

《css中的vertical-align与line-height作用详解》:本文主要介绍了CSS中的`vertical-align`和`line-height`属性,包括它们的作用、适用元素、属性值、常见使用场景、常见问题及解决方案,详细内容请阅读本文,希望能对你有所帮助... 目录vertical-ali

浅析CSS 中z - index属性的作用及在什么情况下会失效

《浅析CSS中z-index属性的作用及在什么情况下会失效》z-index属性用于控制元素的堆叠顺序,值越大,元素越显示在上层,它需要元素具有定位属性(如relative、absolute、fi... 目录1. z-index 属性的作用2. z-index 失效的情况2.1 元素没有定位属性2.2 元素处

Python实现html转png的完美方案介绍

《Python实现html转png的完美方案介绍》这篇文章主要为大家详细介绍了如何使用Python实现html转png功能,文中的示例代码讲解详细,感兴趣的小伙伴可以跟随小编一起学习一下... 1.增强稳定性与错误处理建议使用三层异常捕获结构:try: with sync_playwright(

Vue 调用摄像头扫描条码功能实现代码

《Vue调用摄像头扫描条码功能实现代码》本文介绍了如何使用Vue.js和jsQR库来实现调用摄像头并扫描条码的功能,通过安装依赖、获取摄像头视频流、解析条码等步骤,实现了从开始扫描到停止扫描的完整流... 目录实现步骤:代码实现1. 安装依赖2. vue 页面代码功能说明注意事项以下是一个基于 Vue.js

CSS @media print 使用详解

《CSS@mediaprint使用详解》:本文主要介绍了CSS中的打印媒体查询@mediaprint包括基本语法、常见使用场景和代码示例,如隐藏非必要元素、调整字体和颜色、处理链接的URL显示、分页控制、调整边距和背景等,还提供了测试方法和关键注意事项,并分享了进阶技巧,详细内容请阅读本文,希望能对你有所帮助...

Nginx实现前端灰度发布

《Nginx实现前端灰度发布》灰度发布是一种重要的策略,它允许我们在不影响所有用户的情况下,逐步推出新功能或更新,通过灰度发布,我们可以测试新版本的稳定性和性能,下面就来介绍一下前端灰度发布的使用,感... 目录前言一、基于权重的流量分配二、基于 Cookie 的分流三、基于请求头的分流四、基于请求参数的分