沒看明白下邊這段代碼的意思,請(qǐng)大神指點(diǎn)!
.box input {
? opacity: 0;
? position: absolute;
? top:0;
? left:0;
? width: 100%;
? height:100%;
? z-index:100;/*使input按鈕在span的上一層,不加點(diǎn)擊區(qū)域會(huì)出現(xiàn)不靈敏*/
}
.box input {
? opacity: 0;
? position: absolute;
? top:0;
? left:0;
? width: 100%;
? height:100%;
? z-index:100;/*使input按鈕在span的上一層,不加點(diǎn)擊區(qū)域會(huì)出現(xiàn)不靈敏*/
}
2015-06-30
舉報(bào)
2015-07-02
這個(gè)代碼我估計(jì)是上傳文件空間,這個(gè)一般做是為美化文件上傳按鈕的效果.通過設(shè)置opacity為0,使按鈕不可見,但是占坑.通過設(shè)置width和height可以放大點(diǎn)擊區(qū)域.
2015-07-01
input置于最上層,寬高設(shè)置為容器(box)的寬高