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

溫馨提示×

溫馨提示×

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

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

HTML5如何實現Select下拉框右邊加圖標

發布時間:2021-07-08 09:22:55 來源:億速云 閱讀:137 作者:小新 欄目:web開發

這篇文章給大家分享的是有關HTML5如何實現Select下拉框右邊加圖標的內容。小編覺得挺實用的,因此分享給大家做個參考,一起跟隨小編過來看看吧。

1.那么我們先來看一下效果吧! 
 

HTML5如何實現Select下拉框右邊加圖標 
HTML5如何實現Select下拉框右邊加圖標 

2.再看看h6的結構:

<div id="login-div">
                <div class="select-wrapper">
                    <select id="selector1">
                        <option value="" disabled selected>請選擇系統:</option>
                        <option value="1">微信-蘋果</option>
                        <option value="2">微信-安卓</option>
                    </select>
                    <img src="ossweb-img/arrow.png" alt="" class="arrow" />
                </div>
                <div class="select-wrapper">
                    <select id="selector2">
                        <option value="" disabled selected>請選擇渠道:</option>
                        <option value="1">渠道1</option>
                        <option value="2">渠道2</option>
                    </select>
                    <img src="ossweb-img/arrow.png" alt="" class="arrow" />
                </div>
                <div class="select-wrapper">
                    <select id="selector3">
                        <option value="" disabled selected>請選擇大區:</option>
                        <option value="1">大區1</option>
                        <option value="2">大區2</option>
                    </select>
                    <img src="ossweb-img/arrow.png" alt="" class="arrow" />
                </div>
                <div class="select-wrapper">
                    <select id="selector4">
                        <option value="" disabled selected>請選擇角色:</option>
                        <option value="1">角色1</option>
                        <option value="2">角色2</option>
                    </select>
                    <img src="ossweb-img/arrow.png" alt="" class="arrow" />
                </div>
                <p id="notice">單個帳號只能領取一次獎勵</p>
                <img src="ossweb-img/comfire1.png" alt="" id="comfire1"/>
            </div>

3.樣式部分是用了sass進行控制的,如果不會sass也可以換成css。沒有什么特別的運算需要轉化,所以換成css也簡單

@function REM($n){
        @return $n/$REM*1rem;
    }
 #login-div{
        background: url(../ossweb-img/kuang1.png)0 0 no-repeat;
        background-size: 100% 100%;
        width: REM(564);
        height: REM(531);
        margin-left: REM(38);
        .select-wrapper{
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            height: REM(50);
            margin: REM(10) auto;
            padding-top: REM(15);
            &>select{
                width: REM(458);
                height: REM(63);
                padding-left: REM(20);
                border: 1px solid #23282d;
                background: #23282d;
                -webkit-appearance: none;
                color: #92989f;
                font-size: REM(24);
                margin-top: REM(75);
                border-radius: 0;
                z-index:10;
            }
            .arrow{
                position: absolute;
                width: REM(41);
                height: REM(30);
                top: REM(65);
                right: REM(80);
                pointer-events: none;
                z-index:11;
            }
        }
        #notice{
                font-size: REM(20);
                color: #92989f;
                text-align: center;
                margin-top: REM(75);
        }
        #comfire1{
                width: REM(220);
                height: REM(78);
                margin-top: REM(20);
                margin-left: REM(174);
        }
    }

4.解析:主要是.arrow這個元素進行右邊那個圖標的位置控制。利用position: absolute;這個屬性控制好位置,就基本沒有問題了。

感謝各位的閱讀!關于“HTML5如何實現Select下拉框右邊加圖標”這篇文章就分享到這里了,希望以上內容可以對大家有一定的幫助,讓大家可以學到更多知識,如果覺得文章不錯,可以把它分享出去讓更多的人看到吧!

向AI問一下細節

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

AI

承德县| 珲春市| 宣汉县| 山东| 施甸县| 班玛县| 罗定市| 淮滨县| 阜宁县| 南涧| 大邑县| 集贤县| 兴海县| 兖州市| 定州市| 天峨县| 宜兰县| 滦平县| 鹤壁市| 成都市| 昔阳县| 南通市| 巴塘县| 台北县| 西安市| 巩留县| 凌云县| 彝良县| 如皋市| 龙南县| 定南县| 保德县| 凭祥市| 区。| 玉山县| 平原县| 治多县| 盐池县| 兴隆县| 乐业县| 鄯善县|