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

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

table單元格里這種提示效果用什么實(shí)現(xiàn)的

table單元格里這種提示效果用什么實(shí)現(xiàn)的

阿晨1998 2018-10-19 13:18:09
想問(wèn)下table單元格內(nèi)這種如圖這種效果是怎么實(shí)現(xiàn)的,(這種是類似懸浮的效果還是水印的效果)
查看完整描述

1 回答

?
婷婷同學(xué)_

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

簡(jiǎn)單寫(xiě)了一點(diǎn):
html:

<table border=1>
    <tr>
        <td>hello</td>
        <td class="tip warn">
              正常            <span class="undiscuss">待處理</span>
        </td>
    </tr>
    <tr>
        <td>world</td>
        <td class="tip normal">
            異常            <span class="discuss">已處理</span>
        </td>
    </tr></table>

css:

td{padding: 20px 60px}.tip{position:relative}.warn{color: red;}.normal{color: green}.undiscuss{position: 
absolute;right:0;top:0;padding:3px 5px;border:1px solid green;color:green
}.discuss{position: absolute;right:0;top:0;padding:3px 5px;border:1px solid orange;color:orange
}

效果:

https://img1.sycdn.imooc.com//5bdbb5b30001be6208910366.jpg

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

添加回答

舉報(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)