91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

怎么用純css3實現的環形導航菜單

發布時間:2021-07-29 23:34:03 來源:億速云 閱讀:200 作者:chen 欄目:web開發

本篇內容介紹了“怎么用純css3實現的環形導航菜單”的有關知識,在實際案例的操作過程中,不少人都會遇到這樣的困境,接下來就讓小編帶領大家學習一下如何處理這些情況吧!希望大家仔細閱讀,能夠學有所成!

  之前為大家介紹了好幾款導航菜單,今天要給大家帶來一款純css3實現的環形導航菜單。該導航比較新鮮,列表圖標位于中間,單擊列表圖標的時候,各項分布于列表圖表的四周。形成一個環形。效果圖如下:

  實現的代碼。

  html代碼:

代碼如下:

<div class="container">
       <h2>
           Cool Open/Close menu in full CSS</h2>
       <input type="checkbox" id="menu_opener_id" class="menu_opener">
           <label for="menu_opener_id" class="menu_opener_label">
           </label>
           <div class="barre_hamburger">
           </div>
           <a href="#" class="link_one link_general"></a><a href="#" class="link_two link_general">
           </a><a href="#" class="link_three link_general"></a><a href="#" class="link_four link_general">
           </a></input>
   </div>

  css代碼:

[code]body
        {
            background: #34495e;
        }
       
        .container
        {
            width: 550px;
            display: block;
            margin: auto;
            position: relative;
        }
       
        h2
        {
            text-align: center;
            font-family: 'Roboto' , sans-serif;
            font-weight: 400;
            color: #f1c40f;
        }
       
        .menu_opener
        {
            display: none;
        }
       
        .menu_opener:checked ~ .link_one
        {
            top: 65px;
        }
        .menu_opener:checked ~ .link_two
        {
            left: 385px;
        }
        .menu_opener:checked ~ .link_three
        {
            top: 385px;
        }
        .menu_opener:checked ~ .link_four
        {
            left: 65px;
        }
        .menu_opener:checked ~ .barre_hamburger
        {
            opacity: 0;
        }
        .menu_opener:checked ~ .menu_opener_label:after
        {
            transform: rotate(45deg);
            top: 70px;
        }
        .menu_opener:checked ~ .menu_opener_label:before
        {
            transform: rotate(-45deg);
            top: 70px;
        }
       
        .menu_opener_label
        {
            background: #f1c40f;
            width: 150px;
            height: 150px;
            display: block;
            cursor: pointer;
            border-radius: 50%;
            position: absolute;
            top: 200px;
            left: 200px;
            z-index: 10;
        }
        .menu_opener_label:after
        {
            position: absolute;
            top: 50px;
            left: 50px;
            background: #000;
            content: "";
            width: 50px;
            height: 10px;
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }
        .menu_opener_label:before
        {
            position: absolute;
            top: 90px;
            left: 50px;
            background: #000;
            content: "";
            width: 50px;
            height: 10px;
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }
       
        .barre_hamburger
        {
            width: 50px;
            height: 10px;
            position: absolute;
            top: 270px;
            left: 250px;
            background: #000;
            z-index: 20;
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }
       
        .link_general
        {
            width: 100px;
            height: 100px;
            display: block;
            border-radius: 50%;
            position: absolute;
            top: 225px;
            left: 225px;
            background: #ecf0f1;
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }
       
        .link_one
        {
            background: url("home.png") #f1c40f no-repeat center center;
        }
       
        .link_two
        {
            background: url("mail.png") #f1c40f no-repeat center center;
        }
       
        .link_three
        {
            background: url("set.png") #f1c40f no-repeat center center;
        }
       
        .link_four
        {
            background: url("start.png") #f1c40f no-repeat center center;
        }  [code]

“怎么用純css3實現的環形導航菜單”的內容就介紹到這里了,感謝大家的閱讀。如果想了解更多行業相關的知識可以關注億速云網站,小編將為大家輸出更多高質量的實用文章!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

梓潼县| 天柱县| 额尔古纳市| 淮南市| 乐清市| 蒲城县| 乾安县| 茌平县| 望城县| 盘山县| 锡林郭勒盟| 习水县| 自治县| 兴隆县| 同德县| 贵州省| 南通市| 湟中县| 扶沟县| 会同县| 明水县| 房产| 合江县| 长乐市| 阜新| 通许县| 巴青县| 沂南县| 达孜县| 东丰县| 陆丰市| 昌宁县| 文安县| 甘孜县| 保靖县| 蒙城县| 天峨县| 南郑县| 乡城县| 安化县| 三河市|