第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問(wèn)題,去搜搜看,總會(huì)有你想問(wèn)的

能不能用 CSS3 畫出以下圖形?感謝!

能不能用 CSS3 畫出以下圖形?感謝!

人到中年有點(diǎn)甜 2018-08-27 09:13:52
圖形如下,就是一個(gè)大闊號(hào),箭頭向下。但非前端專業(yè),做的時(shí)候自己無(wú)從下手,希望高手指點(diǎn)。謝謝。如果不能,那只能用圖片了。用圖片無(wú)法方便控制長(zhǎng)度,比較麻煩。
查看完整描述

2 回答

?
jeck貓

TA貢獻(xiàn)1909條經(jīng)驗(yàn) 獲得超7個(gè)贊

我也來(lái)貢獻(xiàn)個(gè)答案吧。主要是減少輸入的計(jì)算變量,只需考慮修復(fù) .quote 的高度以及圓角的寬度

    <div class="quote"><div></div></div>

    <style type="text/css">

    .quote {

        position: relative;

        width: 100%; /* any width */

        height: 40px;/* fix zero height */

    }

    .quote::before, .quote::after, .quote ::before, .quote ::after {

        content: '';

        display: block;

        position: absolute;

        width: calc(50% - 20px);

        height: 20px;

        border-style: solid;

        border-color: #000;

        border-width: 0;

    }

    .quote ::before, .quote ::after {

        top: 0;

        border-bottom-width: 1px;

    }

    .quote::before, .quote::after {

        top: 20px;

        border-top-width: 1px;

    }

    .quote ::before {

        left: 0;

        border-bottom-left-radius: 20px;

    }

    .quote ::after {

        right: 0;

        border-bottom-right-radius: 20px;

    }

    .quote::before {

        left: 20px;

        border-top-right-radius: 20px;

    }

    .quote::after {

        right: 20px;

        border-top-left-radius: 20px;

    }

    </style>


查看完整回答
反對(duì) 回復(fù) 2018-09-02
  • 2 回答
  • 0 關(guān)注
  • 768 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)