最新回答 / 小周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
已采納回答 / 慕粉2133123235
#st-control-1,st-control-1 + a{ ?改成#st-control-1,#st-control-1 + a{試試
2016-12-22
最新回答 / qq_你都不給檸檬_加蜂蜜_0
我剛試了試可以用的? 你看下路徑? 單詞拼寫什么的
最新回答 / 從此不再
因為有 position: fixed; 屬性,如果沒有這個屬性是設(shè)置不了的。其他方法可以使用 diaplay:block或者diaplay:inline-block屬性轉(zhuǎn)換后才能設(shè)置寬和高
2016-12-09
已采納回答 / zray
你用什么瀏覽器?用火狐要加-moz-transform,幾個內(nèi)核加上看看
已采納回答 / qq_銳哥_0
.st-container input:nth-of-type(1),#st-control-1+a{ left:0%;}.st-container input:nth-of-type(2),#st-control-2+a{ left:33%;}.st-container input:nth-of-type(3),#st-control-3+a{ left:66%;}改成這段
2016-11-30