1. 程式人生 > >input框focus時的美化效果

input框focus時的美化效果

input {
	border: 1px solid #ccc;
	padding: 7px 0px;
	border-radius: 3px;
	padding-left: 5px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow
		ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out
		.15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

input:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(102, 175, 233, .6)
}

相關推薦

inputfocus美化效果

input { border: 1px solid #ccc; padding: 7px 0px; border-radius: 3px; padding-left: 5px; -webkit-box-shadow: inset 0 1px 1px rgba(0,

input輸入到限定長度,自動focus下一個input

 需求背景 需要輸入一串15位的數字,但是要分為3個輸入框,每個輸入框限定長度5位,當刪除當前輸入框的內容時,focus到上一個輸入框:     實現方法   var field = $('.phone-field'); field.on('

input獲取焦點讓光標聚焦到行末

class 光標 ado als inpu don mod modify readonly function modifyEntName(){ $("#enterpriseName").attr("readonly",false).focus(); //使光標顯示在行末 v

ios11,彈出層內的input光標錯位 鍵盤彈出,輸入信息,光標一直亂跳

樣式表 手機屏幕 return 底部 offset 情況 輸入框 fix win   之前開發了一個微信項目,維護期中蘋果手機突然出現光標錯位現象,經過排查,發現是最新的ios11系統的鍋。   具體情況:彈出層使用position: fixed;彈出層內附帶input/

iOS中 H5的input輸入focus()無法自動拉起鍵盤(解決方法)

ios 不一定 中修改 解決 input rdd clas fig oar ios的hybird APP 無法使用focus()獲取焦點和鍵盤的問題。 解決方案 原來,在App的配置文件(config.xml),裏面默認會有一句 1 <preference name

js控制input輸入數字,累計求和

logistic BE chan png 累加 rop for mage 申請 input框輸入數字時,自動開始計算累加<div class="form-group"> <label for="inputPassword3" class="col-sm

js 文本文本域focus自動選中內容

長度 3.1 mage param ont NPU pcb 自動選擇 引入 <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http

Input內的提示文字變化效果

大致效果如下: 點選前,黑色的placeholder的效果(其實不是寫在placeholder裡的) 點選後效果,變小 上移 程式碼如下: Html: (都是重複的這裡就貼了其中一行的) <div> <div class="f

el-mement表單校驗-校驗失敗自動聚焦到失敗的input

  思路:呼叫input的focus()事件,聚焦到失敗的input框上, 問題:如何獲取失敗的input框,結合element的校驗方法,檢視可以提供入口的地方   呼叫this.$refs[formName].validate()時的具體操作:  

微信6.7.4 ios12 軟鍵盤收回頁面不回彈,導致游標位置錯亂,再次點選輸入區域無法focus

https://developers.weixin.qq.com/community/develop/doc/00044ae90742f8c82fb78fcae56800 https://blog.csdn.net/qq_23370345/article/details/84757505 參考上述文章,可

iview彈出對話方塊的input每次都自動聚焦focus

1.在html裡面設定autofocus屬性。但不難發現只會觸發一次,每次在執行起來的時候就執行了獲得焦點,之後點選就無效了。2.在html裡面設定v-focus使用官方例子:directives: { focus: { // 指令的定義

關於IE10輸入focus後觸發input事件的bug

工作中遇到的問題,謹記錄以作備忘!!! 問題描述 IE10 在頁面輸入框上同時綁定了input以及foucs事件,當觸發foucs事件的時候會觸發input事件,導致我的第一次搜尋無效。 注:本人只在IE8/IE10/Chrome等瀏覽器上進行測試,表現結

解決input獲取焦點改變input邊框的顏色,在谷歌瀏覽器中input獲取焦點input多了一個帶顏色的邊框

1、問題頁面顯示效果 2、解決辦法,在input獲取焦點的樣式中加入outline:none;或outline-width:0; input[type=text]:focus, select:focus{ border:1px solid #3879d9; out

input獲得焦點改變placeholder文本的樣式

獲得 color net sample explore ace ext ref intern HTML: <input type="text" placeholder="sample text"/> CSS: input::-webkit-input

解決input黃色背景問題(轉)

背景 一個 set form cnblogs pre 問題 解決 class input:-webkit-autofill { box-shadow: 0 0 0px 1000px white inset !important;} <form action="l

windbg 出現重復的星星提示

dex help 存在 選項設置 get reload 測試 port .exe !sym noisy .reload 符號驗證: 上面講到.reload的時候,我們說過,符號文件會出現不匹配的情況。這是很有可能的,程序員在後期測試的時候可能會將工程多次編譯,為了維護

JS校驗銀行卡號、輸入卡號放大效果

比較 left for 取出 abs focusout htm length rep 一、(校驗格式) function CheckBankNo(t_bankno) {   var bankno = $.trim(t_bankno);   if(bankno == ""

input添加圖標,代替submit

back 下載 功能 編碼格式 通過 repeat left 壓縮包 購物車 input框添加圖標,代替submit的意思是form表單中,將常規的提交按鈕更改成圖標,但是圖標具有提交的功能 首先,我們先探討下如何獲取圖標,我是從阿裏巴巴圖標庫中下載的,因為改版的原因,網上

input中自動展示當前日期 yyyy/mm/dd

title set attr 獲取 input框 type 編輯 new cnblogs 直接上代碼: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF

input[type=file] 樣式美化input上傳按鈕美化

美化 name style borde -s pac :hover ima splay <style>.file { position: relative; display: inline-block; background: #D0EEFF;