亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

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

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

css如何繪制checkbox,radio

發布時間:2022-03-10 09:51:19 來源:億速云 閱讀:128 作者:小新 欄目:web開發

這篇文章主要介紹了css如何繪制checkbox,radio,具有一定借鑒價值,感興趣的朋友可以參考下,希望大家閱讀完這篇文章之后大有收獲,下面讓小編帶著大家一起了解一下。

 

 <!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <title>復選框效果</title>
    <style>
        form{border: 1px solid #ccc;padding: 20px;width: 300px;margin: 30px auto;}
        .wrapper{margin-bottom: 10px;}
        .box{display: inline-block;position: relative;width: 20px;height: 20px;border: 2px solid orange;}
        .box input{position: absolute;top: 0;left: 0;top: -3px;left: -4px;width: 21px;height: 21px; opacity: 0;cursor: pointer;z-index: 5; }
        .box span{position: absolute;top: 1px; right: 6px;font-size: 19px;font-weight: bold;font-family: Arial; -webkit-transform: rotate(18deg); -moz-transform: rotate(18deg); -ms-transform: rotate(18deg); -o-transform: rotate(18deg); transform: rotate(18deg);color: orange;}
        input[type="checkbox"]+span{opacity: 0;}
        input[type="checkbox"]:checked+span{opacity: 1;}
    </style>
</head>
<body>
<form action="#">
    <div>
        <div>
            <input type="checkbox" checked id="userName" /><span>&radic;</span>
        </div>
        <label for="userName">我是選中狀態</label>
    </div>
    <div>
        <div>
            <input type="checkbox" id="userNum" /><span>&radic;</span>
        </div>
        <label for="userNum">我是未選中狀態</label>
    </div>
</form>
 
</body>
</html>

感謝你能夠認真閱讀完這篇文章,希望小編分享的“css如何繪制checkbox,radio”這篇文章對大家有幫助,同時也希望大家多多支持億速云,關注億速云行業資訊頻道,更多相關知識等著你來學習!

向AI問一下細節

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

AI

文登市| 乐陵市| 平凉市| 成都市| 云浮市| 凤山县| 禄劝| 佳木斯市| 南川市| 山丹县| 花垣县| 济宁市| 古丈县| 固镇县| 大同县| 皮山县| 荥阳市| 铜陵市| 玉林市| 馆陶县| 十堰市| 榆中县| 中牟县| 天全县| 永和县| 五河县| 汝阳县| 禹州市| 凭祥市| 云安县| 安乡县| 古蔺县| 察隅县| 隆德县| 盈江县| 凤城市| 丰宁| 岗巴县| 汉阴县| 米易县| 福建省|