最新回答 / 小周9
要設絕對定位 , 在前面a和input的公共樣式一起設置了..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; 屬性,如果沒有這個屬性是設置不了的。其他方法可以使用 diaplay:block或者diaplay:inline-block屬性轉換后才能設置寬和高
2016-12-09