最贊回答 / 魚圓子
<...code...>
最新回答 / XuanKong
超出的部分隱藏
最新回答 / 小周9
要設(shè)絕對定位 , 在前面a和input的公共樣式一起設(shè)置了..st-container >input,.st-container >a{ width:20%;? height: 34px; line-height:34px; position: fixed; bottom: 0; cursor: pointer;}
2017-01-15
最新回答 / qq_你都不給檸檬_加蜂蜜_0
我剛試了試可以用的? 你看下路徑? 單詞拼寫什么的
最新回答 / 從此不再
因為有 position: fixed; 屬性,如果沒有這個屬性是設(shè)置不了的。其他方法可以使用 diaplay:block或者diaplay:inline-block屬性轉(zhuǎn)換后才能設(shè)置寬和高
2016-12-09