Adaptive Placeholders

来源:https://www.cnblogs.com/geovindu/archive/2018/12/24/10170034.html
-Advertisement-
Play Games

https://wisdmlabs.com/blog/create-adaptive-placeholders-using-css/ https://circleci.com/blog/adaptive-placeholders/ https://stackoverflow.com/question ...


https://wisdmlabs.com/blog/create-adaptive-placeholders-using-css/

https://circleci.com/blog/adaptive-placeholders/

https://stackoverflow.com/questions/47983822/css-operator-adaptive-placeholder-contact-form-7-wordpress

<!DOCTYPE html>
<html lang="zh-cn">
<head>
    <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
    <title>Adaptive Placeholder – 自適應的占位符效果</title> 
    
    <style type="text/css">
    
    body {
    background-color: #FAFAFA;
}
.top-banner {
  background: #555;
}
input[type=text] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: -webkit-calc(3em + 2px);
  height: calc(3em + 2px);
  margin: 0 0 1em;
  padding: 1em;
  border: 1px solid #cccccc;
  border-radius: 1.5em;
  background: #fff;
  resize: none;
  outline: none;
}
input[type=text][required]:focus {
  border-color: #00bafa;
}
input[type=text][required]:focus + label[placeholder]:before {
  color: #00bafa;
}
input[type=text][required]:focus + label[placeholder]:before, input[type=text][required]:valid + label[placeholder]:before {
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transform: translate(0, -1.5em) scale(0.9, 0.9);
  -ms-transform: translate(0, -1.5em) scale(0.9, 0.9);
  transform: translate(0, -1.5em) scale(0.9, 0.9);
}
input[type=text][required]:invalid + label[placeholder][alt]:before {
  content: attr(alt);
}
input[type=text][required] + label[placeholder] {
  display: block;
  pointer-events: none;
  line-height: 2.3em;
  margin-top: -webkit-calc(-3em - 2px);
  margin-top: calc(-3em - 2px);
  margin-bottom: -webkit-calc((3em - 1em) + 2px);
  margin-bottom: calc((3em - 1em) + 2px);
}
input[type=text][required] + label[placeholder]:before {
  content: attr(placeholder);
  display: inline-block;
  margin: 0 -webkit-calc(1em + 2px);
  margin: 0 calc(1em + 2px);
  padding: 0 2px;
  color: #898989;
  white-space: nowrap;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
  background-image: linear-gradient(to bottom, #ffffff, #ffffff);
  -webkit-background-size: 100% 5px;
  background-size: 100% 5px;
  background-repeat: no-repeat;
  background-position: center;
}
    
    *, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.clearfix:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}
.clearfix{*zoom:1}
.fl{float:left}
.fr{float:right}
.fl,.fr{_display:inline}
.top-banner {
	position:absolute;
	z-index: 999;
	left:0;
	top:0;
	height:40px;
	line-height:40px;
	padding:0 30px;
	width:100%;
	font-size: 13px;
	background-color: rgba(255, 255, 255, 0.15);
	color: #fff;
	font-family: "宋體","Microsoft Yahei","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 15px;
	/*text-shadow: 1px 1px 3px #333;*/
	/*box-shadow: 0 1px 0 #999;*/
}
.top-banner a {
	color: #fff;
	text-decoration: none;
}
    </style>
   <script type="text/javascript">
$(function() {
    $("input[id$=address]").qtip({
        content: '塗聚文告訴你,好樣的'
    });
});
</script>

</head>

<body>
    <div style="width:400px;height:100px;margin:300px auto">
        <form>
            <input required='必須填寫' type='text' class="name" id="name">
            <label alt='請輸入姓名' placeholder='姓名'></label>
            <input required='必須填寫' type='text' class="address" id="address">
            <label alt='請輸入地址' placeholder='地址'></label>

        </form>
    </div>
<div class="footer-banner" style="width:728px; margin:200px auto 0"></div>
<script src="js/jquery.min.js"></script>
</body>
</html>

  


您的分享是我們最大的動力!

-Advertisement-
Play Games
更多相關文章
  • 目標效果:網頁全選功能,即點擊全選標簽可選擇全部覆選框 實現代碼如下 ...
  • 今天刷刷看看,看到了發說說框,發現居然不是textarea的,百思不得其解圍。後來看到contenteditable,心想應該就是這個搞怪的吧,百度了下。w3c的解釋是contenteditable屬性規定元素內容是否可編輯。裡面只有true或者false;預設false,加個true後,div、p ...
  • 在vue中會出現一種情況 const url=this.$route.query.returnURL; this.$router.push(url); $router和$route的區別傻傻的分不清 1.先說$router這個就是router的實例, 在創建vueRouter實例 const rou ...
  • 我們知道,想要手動觸發blur事件時候,可以使用:https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/blur 然而在react中,當你想手動觸發一個input的blur事件時,你會得到一個錯誤:blur is not a fun ...
  • 獲取當前頁面的地址欄。與導航欄中所有<a> 標簽的href屬性 進行比較。如果相等則高亮顯示 此<a>標簽。 註意點:a 標簽的href 屬性在瀏覽器解析時 是絕對路徑。 a 標簽的href 如果是錨點,則 pathname , href都與 location的 pathname ,href相等,但 ...
  • 發送ajax請求,獲取數據。判斷code狀態。通過模板引擎渲染的頁面。根據服務端數據的總條數判斷是否 顯示載入更多 按鈕。 代碼 ...
  • 目標效果:點擊標簽1,如果列表標簽的style的display是block,改成none,否則改成block,來達到展開收縮菜單效果 一.準備階段 html文件 運行後頁面效果 二.:點擊標簽1隱藏列表 方法1 html代碼 效果從上圖到下圖 方法2 方法3 方法4 在方法4基礎上加上if判斷就可以 ...
  • 背景 開發一個圖片上傳功能 需求要用vant中的Uploader , 發現 Uploader組件官方封裝返回的數據是加密的,不適合我這個項目(需要上傳到本地ftp伺服器), 看了一下官方 issue 發現有人提問 官方有回覆 加密數據轉 formdata格式的操作, 複製過來發現不行,又搜索了一下度 ...
一周排行
    -Advertisement-
    Play Games
  • 移動開發(一):使用.NET MAUI開發第一個安卓APP 對於工作多年的C#程式員來說,近來想嘗試開發一款安卓APP,考慮了很久最終選擇使用.NET MAUI這個微軟官方的框架來嘗試體驗開發安卓APP,畢竟是使用Visual Studio開發工具,使用起來也比較的順手,結合微軟官方的教程進行了安卓 ...
  • 前言 QuestPDF 是一個開源 .NET 庫,用於生成 PDF 文檔。使用了C# Fluent API方式可簡化開發、減少錯誤並提高工作效率。利用它可以輕鬆生成 PDF 報告、發票、導出文件等。 項目介紹 QuestPDF 是一個革命性的開源 .NET 庫,它徹底改變了我們生成 PDF 文檔的方 ...
  • 項目地址 項目後端地址: https://github.com/ZyPLJ/ZYTteeHole 項目前端頁面地址: ZyPLJ/TreeHoleVue (github.com) https://github.com/ZyPLJ/TreeHoleVue 目前項目測試訪問地址: http://tree ...
  • 話不多說,直接開乾 一.下載 1.官方鏈接下載: https://www.microsoft.com/zh-cn/sql-server/sql-server-downloads 2.在下載目錄中找到下麵這個小的安裝包 SQL2022-SSEI-Dev.exe,運行開始下載SQL server; 二. ...
  • 前言 隨著物聯網(IoT)技術的迅猛發展,MQTT(消息隊列遙測傳輸)協議憑藉其輕量級和高效性,已成為眾多物聯網應用的首選通信標準。 MQTTnet 作為一個高性能的 .NET 開源庫,為 .NET 平臺上的 MQTT 客戶端與伺服器開發提供了強大的支持。 本文將全面介紹 MQTTnet 的核心功能 ...
  • Serilog支持多種接收器用於日誌存儲,增強器用於添加屬性,LogContext管理動態屬性,支持多種輸出格式包括純文本、JSON及ExpressionTemplate。還提供了自定義格式化選項,適用於不同需求。 ...
  • 目錄簡介獲取 HTML 文檔解析 HTML 文檔測試參考文章 簡介 動態內容網站使用 JavaScript 腳本動態檢索和渲染數據,爬取信息時需要模擬瀏覽器行為,否則獲取到的源碼基本是空的。 本文使用的爬取步驟如下: 使用 Selenium 獲取渲染後的 HTML 文檔 使用 HtmlAgility ...
  • 1.前言 什麼是熱更新 游戲或者軟體更新時,無需重新下載客戶端進行安裝,而是在應用程式啟動的情況下,在內部進行資源或者代碼更新 Unity目前常用熱更新解決方案 HybridCLR,Xlua,ILRuntime等 Unity目前常用資源管理解決方案 AssetBundles,Addressable, ...
  • 本文章主要是在C# ASP.NET Core Web API框架實現向手機發送驗證碼簡訊功能。這裡我選擇是一個互億無線簡訊驗證碼平臺,其實像阿裡雲,騰訊雲上面也可以。 首先我們先去 互億無線 https://www.ihuyi.com/api/sms.html 去註冊一個賬號 註冊完成賬號後,它會送 ...
  • 通過以下方式可以高效,並保證數據同步的可靠性 1.API設計 使用RESTful設計,確保API端點明確,並使用適當的HTTP方法(如POST用於創建,PUT用於更新)。 設計清晰的請求和響應模型,以確保客戶端能夠理解預期格式。 2.數據驗證 在伺服器端進行嚴格的數據驗證,確保接收到的數據符合預期格 ...