最新回答 / weixin_慕沐8485017
li?a{????????display:?block;????????width:?100px;????????height:?80px;????????border:?1px?solid;????????box-sizing:?border-box;????????position:?relative;????}????a:before{????????content:?"";????????width:?60px;????????height:?60px;????????border-top:?10...
2017-05-07
最新回答 / qq_北港初晴_0
background-position定位右側(cè)定位時(shí) border-right:; 是對(duì)右邊緣設(shè)置的如果是對(duì)背景圖片設(shè)置的,那么背景圖片是有border屬性的,只是透明化而已,他還存在呢。如果是給背景圖片加了div盒子,那么background-position對(duì)這個(gè)div的定位應(yīng)該是起作用的吧我的看法而已,有什么問題多多交流。
2017-04-23
最新回答 / 白王業(yè)
<!doctype html><html><head><meta charset="utf-8"><title>圖標(biāo)添加映射的功能</title><style>.icons{filter: drop-shadow(20px 0 ?#ff0080);position: relative;left:-20px;border-right: 20px solid transparent;/*overflow: hidden;*/w...
2017-03-16
最新回答 / 行道樹
? border-width: 12px 20px;你這個(gè)設(shè)置上下和左右的邊框?qū)挾榷疾灰粯?,?huì)出來(lái)效果才有鬼膩!
2017-03-13
最新回答 / 7s魚__7
谷歌版本 59.0.3071.104(正式版本) (32 位) 也是小圓 火狐54.0 (32 位) 也是小圓?<...圖片...><...圖片...>.round { ? ?overflow: hidden; ? ?height: 100px; ? ?width: 100px; ? border: 1px solid red;}.double { ? ?b...
2017-03-09
最新回答 / 前端小蝸牛_
transition實(shí)現(xiàn)元素的過(guò)度效果,語(yǔ)法格式:transition : transition-property ||?transition-duration ||?transition-timing-function ?|| ?transition-delay;分別表示:過(guò)度的屬性,時(shí)間,方式,延遲時(shí)間。這里只說(shuō)明方式:linear(速度不變),ease(默認(rèn)值,緩慢開始,緩慢結(jié)束),ease-in(先慢后快),ease-out(先快后慢),ease-in-out(和ease有所差別,但差別不大)基于...
2017-03-04