最新回答 / 1262485655
<!DOCTYPE html><html><head> <meta charset="UTF-8"> <title>border實現(xiàn)等高布局</title> <style type="text/css"> .clearfix:before, .clearfix:after{ display: table; content: " "; } .clearfix:after{ clear: both; } ...
2017-05-17
等高布局這個,親測過,要給class為box的div清除浮動才行,比如說 .box{display:table};就可以實現(xiàn)老師的等高布局了
2017-05-12
最新回答 / 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