亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

table單元格里這種提示效果用什么實現的

table單元格里這種提示效果用什么實現的

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

1 回答

?
婷婷同學_

TA貢獻1844條經驗 獲得超8個贊

簡單寫了一點:
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

查看完整回答
反對 回復 2018-11-02
  • 1 回答
  • 0 關注
  • 464 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號