成人午夜视频全免费观看高清-秋霞福利视频一区二区三区-国产精品久久久久电影小说-亚洲不卡区三一区三区一区

怎么增加select下拉框的右邊提示圖標(biāo)

這篇文章運用簡單易懂的例子給大家介紹怎么增加select下拉框的右邊提示圖標(biāo),代碼非常詳細(xì),感興趣的小伙伴們可以參考借鑒,希望對大家能有所幫助。

十多年的全南網(wǎng)站建設(shè)經(jīng)驗,針對設(shè)計、前端、開發(fā)、售后、文案、推廣等六對一服務(wù),響應(yīng)快,48小時及時工作處理。網(wǎng)絡(luò)營銷推廣的優(yōu)勢是能夠根據(jù)用戶設(shè)備顯示端的尺寸不同,自動調(diào)整全南建站的顯示方式,使網(wǎng)站能夠適用不同顯示終端,在瀏覽器中調(diào)整網(wǎng)站的寬度,無論在任何一種瀏覽器上瀏覽網(wǎng)站,都能展現(xiàn)優(yōu)雅布局與設(shè)計,從而大程度地提升瀏覽體驗。創(chuàng)新互聯(lián)從事“全南網(wǎng)站設(shè)計”,“全南網(wǎng)站推廣”以來,每個客戶項目都認(rèn)真落實執(zhí)行。

本文給大家講h6、select下拉框右邊加圖標(biāo),深度美化頁面增進(jìn)用戶體驗效果

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

怎么增加select下拉框的右邊提示圖標(biāo)怎么增加select下拉框的右邊提示圖標(biāo)

2.再看看h6的結(jié)構(gòu):

<p id="login-p">
                <p class="select-wrapper">
                    <select id="selector1">
                        <option value="" disabled selected>請選擇系統(tǒng):</option>
                        <option value="1">微信-蘋果</option>
                        <option value="2">微信-安卓</option>
                    </select>
                    <img src="ossweb-img/arrow.png" alt="" class="arrow" />
                </p>
                <p 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" />
                </p>
                <p class="select-wrapper">
                    <select id="selector3">
                        <option value="" disabled selected>請選擇大區(qū):</option>
                        <option value="1">大區(qū)1</option>
                        <option value="2">大區(qū)2</option>
                    </select>
                    <img src="ossweb-img/arrow.png" alt="" class="arrow" />
                </p>
                <p 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" />
                </p>
                <p id="notice">單個帳號只能領(lǐng)取一次獎勵</p>
                <img src="ossweb-img/comfire1.png" alt="" id="comfire1"/>
            </p>

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

@function REM($n){
        @return $n/$REM*1rem;
    }
 #login-p{
        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這個元素進(jìn)行右邊那個圖標(biāo)的位置控制。利用position: absolute;這個屬性控制好位置,就基本沒有問題了。

關(guān)于怎么增加select下拉框的右邊提示圖標(biāo)就分享到這里了,希望以上內(nèi)容可以對大家有一定的幫助,可以學(xué)到更多知識。如果覺得文章不錯,可以把它分享出去讓更多的人看到。

分享文章:怎么增加select下拉框的右邊提示圖標(biāo)
文章路徑:http://jinyejixie.com/article14/peooge.html

成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供企業(yè)建站、營銷型網(wǎng)站建設(shè)、靜態(tài)網(wǎng)站、網(wǎng)站策劃、全網(wǎng)營銷推廣、網(wǎng)站導(dǎo)航

廣告

聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時需注明來源: 創(chuàng)新互聯(lián)

成都網(wǎng)站建設(shè)公司
美姑县| 车险| 永嘉县| 济源市| 平阳县| 涪陵区| 禹州市| 驻马店市| 渭源县| 丘北县| 天等县| 桃园县| 龙里县| 长丰县| 葫芦岛市| 杂多县| 福鼎市| 黑龙江省| 滦南县| 天全县| 信丰县| 静乐县| 旺苍县| 新和县| 桦川县| 通江县| 祁连县| 探索| 防城港市| 棋牌| 桦甸市| 调兵山市| 策勒县| 乌什县| 香河县| 诏安县| 连州市| 马龙县| 咸丰县| 淄博市| 满洲里市|