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

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

CSS3圓角背景?

CSS3圓角背景?

手掌心 2018-08-27 14:10:16
.fxBtn{filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#26aee0', endColorstr='#0d7eaa'); background: -webkit-linear-gradient(top, #26aee0, #0d7eaa); background: -moz-linear-gradient(top, #26aee0, #0d7eaa); background: -ms-linear-gradient(top, #26aee0, #0d7eaa); background: linear-gradient(top, #26aee0, #0d7eaa);border:1px solid #000; border-radius:15px; color:#fff; padding:0px 10px; margin:0px 5px; cursor:pointer; display:inline-block; height:18px; line-height:18px;}漸變背景在IE9里面怎么樣才能也變成圓角?
查看完整描述

1 回答

?
千萬(wàn)里不及你

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

圓角主要是通過(guò)border-radius 來(lái)實(shí)現(xiàn):

border-radius 屬性是一個(gè)簡(jiǎn)寫(xiě)屬性,用于設(shè)置四個(gè) border-*-radius 屬性。

提示:該屬性允許為元素添加圓角邊框。

簡(jiǎn)單的例子,僅供參考:

1234567891011<style>    .box {margin:100 auto; width:200px; height:200px; position:relative;}    .shadow {width: 200px; height:200px; background:#ccc; border-radius:10px;}    .xxx {width:150px; height:150px; background:red; position:absolute;}</style><body>    <div class="box">        <div class="shadow"></div>        <div class="xxx"></div>    </div></body>


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

添加回答

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