用css畫一個哆啦A夢

来源:https://www.cnblogs.com/huangminjian/archive/2019/04/16/10720800.html
-Advertisement-
Play Games

原圖: 效果圖: 雖然說沒用啥什麼高級的技巧,但這讓我感受到了CSS的樂趣! 好好學習,天天向上! ...


原圖:

 

效果圖:

雖然說沒用啥什麼高級的技巧,但這讓我感受到了CSS的樂趣!

好好學習,天天向上!

<!DOCTYPE html>
<html>
<head>
    <title></title>
    <style type="text/css">
    body{
        background-color: #66B3FF;
        height: 300px;
        overflow: hidden;
    }
        #head{
            width: 200px;
            height: 200px;
            position: absolute;
            left: 50%;
            top:31%;
            margin-left: -100px;
            margin-top: -100px;
            background-color: #0080FF;
            border-radius: 999px;
            border: 1px solid black;
        }
        #face{
            width: 179px;
            height: 150px;
            position: absolute;
            left: 43.4%;
            top:22%;
            
            background-color: white;
            border-radius: 999px;
            border: 1px solid black;
        }
        #leftEye{
            width: 50px;
            height: 60px;
            position: absolute;
            left:46.2%;
            top:18%;
            
            background-color: white;
            border-radius: 50%;
            border: 1px solid black;    
        }
        #rightEye{
            width: 50px;
            height: 60px;
            position: absolute;
            left:50%;
            top:18%;
            
            background-color: white;
            border-radius: 50%;
            border: 1px solid black;    
        }
        #leftEye1{
            width: 13px;
            height: 20px;
            position: absolute;
            left:48.5%;
            top:22.2%;
            
            background-color: black;
            border-radius: 50%;
            border: 1px solid black;    
        }
        #rightEye1{
            width: 13px;
            height: 20px;
            position: absolute;
            left:50.5%;
            top:22.2%;
            background-color: black;
            border-radius: 50%;
            border: 1px solid black;    
        }
        #leftEye2{
            width: 5px;
            height: 8px;
            position: absolute;
            left:48.9%;
            top:23%;
            
            background-color: white;
            border-radius: 50%;
            border: 1px solid black;    
        }
        #rightEye2{
            width: 5px;
            height: 8px;
            position: absolute;
            left:50.7%;
            top:23%;
            
            background-color: white;
            border-radius: 50%;
            border: 1px solid black;    
        }
        #nose{
            width: 25px;
            height: 25px;
            position: absolute;
            left:49%;
            top:25.5%;
            
            background-color: red;
            border-radius: 50%;
            border: 1px solid black;
        }
        #nose1{
            width: 6px;
            height: 6px;
            position: absolute;
            left:49.5%;
            top:26.5%;
            
            background-color: white;
            border-radius: 50%;
                
        }
        #line{
            width: 1px;
            height: 100px;
            position: absolute;
            left:49.9%;
            top:29.7%;
            background-color: white;
            border-left: 2px solid #000000;
            margin-left: 1px;
        }
        #line1{
            width: 60px;
            height: 1px;
            position: absolute;
            left:43.5%;
            top:28%;
            background-color: white;
            border-bottom: 1px solid #000000;
            margin-left: 1px;
            transform:rotate(12deg);
        }
            #line2{
            width: 60px;
            height: 1px;
            position: absolute;
            left:43.5%;
            top:32%;
            background-color: white;
            border-bottom: 1px solid #000000;
            margin-left: 1px;
            
        }
            #line3{
            width: 60px;
            height: 1px;
            position: absolute;
            left:43.5%;
            top:36%;
            background-color: white;
            border-bottom: 1px solid #000000;
            margin-left: 1px;
            transform:rotate(-12deg);
        }
        #line4{
            width: 60px;
            height: 1px;
            position: absolute;
            left:51.6%;
            top:28%;
            background-color: white;
            border-bottom: 1px solid #000000;
            margin-left: 1px;
            transform:rotate(-12deg);
        }
        #line5{
            width: 60px;
            height: 1px;
            position: absolute;
            left:51.6%;
            top:32%;
            background-color: white;
            border-bottom: 1px solid #000000;
            margin-left: 1px;
            
        }
        #line6{
            width: 60px;
            height: 1px;
            position: absolute;
            left:51.6%;
            top:36%;
            background-color: white;
            border-bottom: 1px solid #000000;
            margin-left: 1px;
            transform:rotate(12deg);
        }
    
        #mouse{

            width: 130px;
            height: 130px;
            position: absolute;
            left: 45.1%;
            top:30%;
            margin-left: -0.5px;
            background-color: white;
            border-radius: 0 0 65px 65px;
            border-bottom: 2px solid black;
            height: 65px;
        }
        #food{
            width: 80px;
            height: 62px;
            position: absolute;
            left:46.9%;
            top:39.2%;
            
            background-color:#FFAF60;
            border-radius: 50%;
            border: 1px solid black;
        }
        #food1{
            width: 78px;
            height: 57px;
            position: absolute;
            left:47%;
            top:38.9%;
            
            background-color: #FFAF60;
            border-radius: 50%;
            border: 1px solid black;
        }
        #food2{
            width: 73px;
            height: 52px;
            position: absolute;
            left:47.2%;
            top:39.1%;
            
            background-color:#844200;
            border-radius: 50%;
            
        }
        #leftFist{
            width: 50px;
            height: 50px;
            position: absolute;
            left:45%;
            top:40%;
            margin-left: -15px;
            margin-top: -15px;
            background-color: white;
            border-radius: 999px;
            border: 1px solid black;
        }
        #rightFist{
            width: 50px;
            height: 50px;
            position: absolute;
            left:53%;
            top:40%;
            margin-left: -15px;
            margin-top: -15px;
            background-color: white;
            border-radius: 999px;
            border: 1px solid black;
        }
        #leftHand{
            width: 50px;
            height: 70px;
            position: absolute;
            left:43.3%;
            top:44%;
            margin-left: -15px;
            margin-top: -15px;
            backgrou

您的分享是我們最大的動力!

-Advertisement-
Play Games
更多相關文章
  • 插入的方式一: 語法: insert into 表名(欄位)values(值); 特點: 1.要求表明括弧里的屬性和values括弧里的屬性一致或相容 2、欄位的個數和順序不一定與原始表中的欄位個數和順序一致 3.加入表中有null值,解決方案如下, ① 欄位和值都省了,全部不寫 ②在添加時,欄位寫 ...
  • No Network Security Config specified, using platform defaultI/System.out: org.apache.http.conn.HttpHostConnectException: Connection to http://192.168. ...
  • IconFont的使用 Iconfont-國內功能很強大且圖標內容很豐富的矢量圖標庫,提供矢量圖標下載、線上存儲、格式轉換等功能。阿裡巴巴體驗團隊傾力打造,設計和前端開發的便捷工具. https://www.iconfont.cn/ IOS使用 IOS可以直接使用單個icon(svg,png)。也可 ...
  • 原理:由於textView是繼承自UIScrollview,所以會有ContentSize屬性。所以可以通過文字內容的高度(也就是ContentSize)的高度和textView的高度之間的差值,設置內邊距,就相當於把內容居中了。 ...
  • 在項目中,常常需要從後端獲取數據內容。特別是在前後端分離的時候,前端進行了工程化部署,跨域請求成了一個前端必備的技能點。好在解決方案很多。 在vue中,在開發中,當前使用較多的是axios進行跨域請求數據,但不少人遇到如下問題: 非同步通信,無法同步執行 無法集中管理 不便閱讀 還未請求成功就調轉了 ...
  • 1.鍵值對new Array()的length值只統計下標是數字的鍵,可以使用for(var key in arr)的方式進行遍歷所有元素。例如 ...
  • 1.在開始製作之前我們先預覽一下我的網站吧! 1.方式一: 由於是手機版的所以用手機訪問下麵的鏈接體驗比較好一點: https://tom-shushu.github.io/MyWeb.github.io/ 2.方式二: 你也可以在我博客的右側掃描我的網站二維碼進行訪問; 2.具體製作過程: 開發工 ...
  • 最近一直在使用react native中,遇到了很多的坑,同時也學習到了一些移動端的開發經驗。 今天在做一個打包的測試時,遇到了一個問題,打包過程中報錯“Error:Error: Duplicate resources”,什麼意思呢,就是打包資源有重覆,後來查看了一下,發現打包到android/ap ...
一周排行
    -Advertisement-
    Play Games
  • 移動開發(一):使用.NET MAUI開發第一個安卓APP 對於工作多年的C#程式員來說,近來想嘗試開發一款安卓APP,考慮了很久最終選擇使用.NET MAUI這個微軟官方的框架來嘗試體驗開發安卓APP,畢竟是使用Visual Studio開發工具,使用起來也比較的順手,結合微軟官方的教程進行了安卓 ...
  • 前言 QuestPDF 是一個開源 .NET 庫,用於生成 PDF 文檔。使用了C# Fluent API方式可簡化開發、減少錯誤並提高工作效率。利用它可以輕鬆生成 PDF 報告、發票、導出文件等。 項目介紹 QuestPDF 是一個革命性的開源 .NET 庫,它徹底改變了我們生成 PDF 文檔的方 ...
  • 項目地址 項目後端地址: https://github.com/ZyPLJ/ZYTteeHole 項目前端頁面地址: ZyPLJ/TreeHoleVue (github.com) https://github.com/ZyPLJ/TreeHoleVue 目前項目測試訪問地址: http://tree ...
  • 話不多說,直接開乾 一.下載 1.官方鏈接下載: https://www.microsoft.com/zh-cn/sql-server/sql-server-downloads 2.在下載目錄中找到下麵這個小的安裝包 SQL2022-SSEI-Dev.exe,運行開始下載SQL server; 二. ...
  • 前言 隨著物聯網(IoT)技術的迅猛發展,MQTT(消息隊列遙測傳輸)協議憑藉其輕量級和高效性,已成為眾多物聯網應用的首選通信標準。 MQTTnet 作為一個高性能的 .NET 開源庫,為 .NET 平臺上的 MQTT 客戶端與伺服器開發提供了強大的支持。 本文將全面介紹 MQTTnet 的核心功能 ...
  • Serilog支持多種接收器用於日誌存儲,增強器用於添加屬性,LogContext管理動態屬性,支持多種輸出格式包括純文本、JSON及ExpressionTemplate。還提供了自定義格式化選項,適用於不同需求。 ...
  • 目錄簡介獲取 HTML 文檔解析 HTML 文檔測試參考文章 簡介 動態內容網站使用 JavaScript 腳本動態檢索和渲染數據,爬取信息時需要模擬瀏覽器行為,否則獲取到的源碼基本是空的。 本文使用的爬取步驟如下: 使用 Selenium 獲取渲染後的 HTML 文檔 使用 HtmlAgility ...
  • 1.前言 什麼是熱更新 游戲或者軟體更新時,無需重新下載客戶端進行安裝,而是在應用程式啟動的情況下,在內部進行資源或者代碼更新 Unity目前常用熱更新解決方案 HybridCLR,Xlua,ILRuntime等 Unity目前常用資源管理解決方案 AssetBundles,Addressable, ...
  • 本文章主要是在C# ASP.NET Core Web API框架實現向手機發送驗證碼簡訊功能。這裡我選擇是一個互億無線簡訊驗證碼平臺,其實像阿裡雲,騰訊雲上面也可以。 首先我們先去 互億無線 https://www.ihuyi.com/api/sms.html 去註冊一個賬號 註冊完成賬號後,它會送 ...
  • 通過以下方式可以高效,並保證數據同步的可靠性 1.API設計 使用RESTful設計,確保API端點明確,並使用適當的HTTP方法(如POST用於創建,PUT用於更新)。 設計清晰的請求和響應模型,以確保客戶端能夠理解預期格式。 2.數據驗證 在伺服器端進行嚴格的數據驗證,確保接收到的數據符合預期格 ...