最新回答 / 從此不再
因?yàn)橛?position: fixed; 屬性,如果沒有這個(gè)屬性是設(shè)置不了的。其他方法可以使用 diaplay:block或者diaplay:inline-block屬性轉(zhuǎn)換后才能設(shè)置寬和高
2016-12-09
已采納回答 / zray
你用什么瀏覽器?用火狐要加-moz-transform,幾個(gè)內(nèi)核加上看看
最新回答 / qq_已然_0
因?yàn)閕d的選擇器優(yōu)先級更高
已采納回答 / 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