第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時綁定郵箱和手機(jī)立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

在輸二分法士大夫

在輸二分法士大夫

erutdioup8556 2016-09-21 09:34:09
在輸入框輸入第一個跳轉(zhuǎn)到下一個后,邊框顏色會隨光標(biāo)變綠色,跟pc網(wǎng)頁支付寶輸入密碼那樣?怎么實(shí)現(xiàn)呢?""?/> ????<!--?注冊表單?--> ????<form?class="form"> ????????<div?class="mui-input-row"> ????????????<input?type="tel"?id="tel"?class="hnb-input?mui-input-clear"?placeholder="請輸入您的手機(jī)號"?maxlength='11'?/> ????????????<span?class="hnb-icon?hnb-icon-user"></span> ????????</div> ????????<div?class="mui-input-row"> ????????????<input?type="password"?id="password"?class="hnb-input?mui-input-password"?placeholder="請?jiān)O(shè)置不少于6位數(shù)的密碼"?/> ????????????<span?class="hnb-icon?hnb-icon-password"></span> ????????</div>??? ??? <div?class="mui-popup?mui-popup-in"?style="display:?block;"> </html>
查看完整描述

2 回答

?
erutdioup8556

TA貢獻(xiàn)41條經(jīng)驗(yàn) 獲得超27個贊

input[type=text]:focus { border: 1px solid #587d18; }


查看完整回答
反對 回復(fù) 2016-09-21
?
stone310

TA貢獻(xiàn)361條經(jīng)驗(yàn) 獲得超191個贊

在這里添加了2個函數(shù),看下是你要的效果嗎

var?inputtwArr?=?document.querySelectorAll(".inputw");
for(var?i?=?0,?j?=?inputtwArr.length;?i?<?j;?i++)?{
???inputtwArr[i].addEventListener("keyup",?function(e)?{
???????if(this.value?!==?"")?{
???????????this.nextSibling.nextElementSibling.focus();

???????????return?false;
???????}
???})
???inputtwArr[i].addEventListener("focus",function(){??//光標(biāo)放上去變淺綠色
???????this.style.borderColor="lightgreen"
???})
???inputtwArr[i].addEventListener("blur",function(){???//光標(biāo)移開回復(fù)正常
???????this.style.borderColor=""
???})
}


查看完整回答
反對 回復(fù) 2016-09-21
  • erutdioup8556
    erutdioup8556
    你的太復(fù)雜了,就這樣就行了:input[type=text]:focus { border: 1px solid #587d18; }
  • 2 回答
  • 0 關(guān)注
  • 2020 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學(xué)習(xí)伙伴

公眾號

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號