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

溫馨提示×

溫馨提示×

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

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

css實現邊框長度控制功能的教程

發布時間:2020-04-10 15:42:37 來源:億速云 閱讀:257 作者:小新 欄目:web開發

這篇文章主要為大家詳細介紹了css實現邊框長度控制功能的教程,文中示例代碼介紹的非常詳細,具有一定的參考價值,感興趣的小伙伴們可以參考一下。

css實現邊框長度控制功能的教程

以前需要邊框長度比容器小一些時,我用div嵌套。后來發現偽類在實現這個效果時很方便,只需要一個div就夠了,另外調整padding和margin都不會很麻煩。

<div class="content-block">
<div class="box-container">
<div class="border-top">border top</div>
</div>
<div class="box-container">
<div class="border-left">border left</div>
</div>
<div class="box-container">
<div class="border-right">border right</div>
</div>
<div class="box-container">
<div class="border-bottom">border bottom</div>
</div>
</div>
.box-container {
    position: relative;
    width: 90%;
    color: #777;
}
.border-top {
    background: #b4bcbf;
    padding: 15px;
}
    .border-top:before {
        content: '';
        position: absolute;
        left: 42%;
        top: 0;
        bottom: auto;
        right: auto;
        height: 7px;
        width: 50%;
        background-color: #8796a9;
    }
.border-left {
    background: #dfdad6;
    padding: 15px;
}
    .border-left:before {
        content: '';
        position: absolute;
        left: 0;
        top: 6%;
        bottom: auto;
        right: auto;
        height: 52%;
        width: 5px;
        background-color: #a89d9e;
    }
.border-right {
    background: #eee9c4;
    padding: 15px;
}
    .border-right:after {
        content: '';
        position: absolute;
        left: auto;
        top: auto;
        bottom: 5px;
        right: 0;
        height: 52%;
        width: 5px;
        background-color: #f39c81;
    }
.border-bottom {
    background: #bcdc9d;
    padding: 15px;
}
    .border-bottom:after {
        content: '';
        position: absolute;
        left: 18px;
        top: auto;
        bottom: 0;
        right: auto;
        height: 6px;
        width: 105px;
        background-color: #32b66b;
    }

效果如下圖:

css實現邊框長度控制功能的教程

關于css實現邊框長度控制功能的教程就分享到這里了,當然并不止以上和大家分析的辦法,不過小編可以保證其準確性是絕對沒問題的。希望以上內容可以對大家有一定的參考價值,可以學以致用。如果喜歡本篇文章,不妨把它分享出去讓更多的人看到。

向AI問一下細節

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

AI

和田县| 攀枝花市| 松溪县| 绍兴市| 沾化县| 成都市| 海宁市| 永和县| 康马县| 苏尼特右旗| 观塘区| 黎川县| 鹤庆县| 历史| 石首市| 称多县| 蚌埠市| 犍为县| 延长县| 寿阳县| 柳河县| 凯里市| 泾源县| 曲阳县| 嘉峪关市| 巴林右旗| 建德市| 呼伦贝尔市| 浑源县| 陵川县| 潼南县| 南宁市| 青冈县| 乌鲁木齐市| 平定县| 峨眉山市| 兴仁县| 阳信县| 平罗县| 邵东县| 阿勒泰市|