最新回答 / 小周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