摘要:關(guān)閉首個(gè)字母大寫偽類失效頁(yè)面模板設(shè)置頁(yè)面的編碼禁止手機(jī)放大或縮小刪除默認(rèn)的蘋果工具欄和菜單欄,默認(rèn)全屏啟動(dòng)或禁用自動(dòng)識(shí)別頁(yè)面中的電話號(hào)碼,郵箱地址文檔兼容模式以最高
HTML
1、關(guān)閉首個(gè)字母大寫(HTML)
2、偽類:active失效
body class="" onmousemove="" ontouchstart=""
3、H5頁(yè)面模板
metaTitle
1、設(shè)置頁(yè)面的編碼(HTML)
2、禁止手機(jī)放大或縮小(HTML)
content="width=device-width,
initial-scale=1.0,
minimum-scale=1.0,
maximum-scale=1.0,
user-scalable=no"/>"2、刪除默認(rèn)的蘋果工具欄和菜單欄,默認(rèn)全屏(HTML)
3、啟動(dòng)或禁用自動(dòng)識(shí)別頁(yè)面中的電話號(hào)碼,郵箱、地址(HTML)
4、文檔兼容模式 -- IE以最高級(jí)模式渲染文檔(HTML)
5、頂部狀態(tài)欄背景色(HTML)
6、頁(yè)面的關(guān)鍵字、描述--搜索引擎使用(HTML)
7、winphone系統(tǒng)a、input標(biāo)簽被點(diǎn)擊時(shí)產(chǎn)生的半透明灰色背景怎么去掉
CSS1、取消 input search 的close(CSS)
input[type=search]::-webkit-search-cancel-button{ -webkit-appearance: none; //此處只是去掉默認(rèn)的小× } ::-webkit-search-cancel-button { display:none; } input[type="search"]{-webkit-appearance:none;}7、重寫占位符樣式
input[type=search]::-webkit-input-placeholder{ color: blue; }2、禁止選中復(fù)制文本(CSS)
-webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; [contenteditable=true], input, textarea { -webkit-touch-callout: auto !important; -webkit-user-select: auto !important; -khtml-user-select: auto !important; -moz-user-select: auto !important; -ms-user-select: auto !important; user-select: auto !important }3、input和button 消除觸摸陰影(CSS)
-webkit-tap-highlight-color: transparent;4、取消button的默認(rèn)樣式
-webkit-tap-highlight-color: transparent; -webkit-appearance: none; -moz-appearance: none; appearance: none; border: 0; outline: 0;5、改變webkit表單輸入框placeholder的顏色值
input::-webkit-input-placeholder{color:#AAAAAA;} input:focus::-webkit-input-placeholder{color:#EEEEEE;}6、媒體查詢(CSS)
(@media screen and (max-width: 330px) and (min-width: 311px) {}7、CSS模板
@charset "UTF-8";a,body,button,div,form,h1,h2,h3,h4,h5,h6,header,html,input,nav,p,section,table,textarea,dl,dt,ol,ul,li{margin:0;padding:0;outline:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box} body,html{width:100%;font-family:Helvetica,Arial,"Microsoft YaHei",sans-serif;background-color:#f2f2f2;font-size:100px;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none} a,button,input,textarea{-webkit-tap-highlight-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;border:0} dl,dt,ol,ul,li{list-style:none} [contenteditable=true],input,textarea{-webkit-touch-callout:auto!important;-webkit-user-select:auto!important;-khtml-user-select:auto!important;-moz-user-select:auto!important;-ms-user-select:auto!important;user-select:auto!important} .ellipsis{overflow:hidden;-ms-text-overflow:ellipsis;white-space:nowrap;text-overflow:ellipsis} .ellipsis-clamp-3{overflow:hidden;-ms-text-overflow:ellipsis;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}other
autocapitalize 首字母自動(dòng)大寫 autocorrect 自動(dòng)改正 autocomplete 自動(dòng)輸入 $(this).data("hello"); $(this).attr("data-hello") display:flex;flex-direction:column;justify-content:center 通訊錄 字母導(dǎo)航樣式 e.currentTarget.dataset.xxx與e.target.dataset.xxx e.currentTarget.options.selectedIndex 與 e.currentTarget.value http://apps.bdimg.com/libs/jquery/2.1.4/jquery.min.js .clearfix:after, .clearfix:before{content:"";display:table;} .clearfix:after{clear:both;}8、CSS sticky-footer布局
html頂部底部--頁(yè)面沒有超出固定在底部,超出則正常顯示css
css reset body,html{height:100%} .main{min-height:100%;margin-bottom:-30px} .main-son{padding-bottom:30px}常用連接
用border做三角形
CSS在線API--1
CSS在線API--2
meta標(biāo)簽擴(kuò)展
文章版權(quán)歸作者所有,未經(jīng)允許請(qǐng)勿轉(zhuǎn)載,若此文章存在違規(guī)行為,您可以聯(lián)系管理員刪除。
轉(zhuǎn)載請(qǐng)注明本文地址:http://specialneedsforspecialkids.com/yun/54798.html
摘要:關(guān)閉首個(gè)字母大寫偽類失效頁(yè)面模板設(shè)置頁(yè)面的編碼禁止手機(jī)放大或縮小刪除默認(rèn)的蘋果工具欄和菜單欄,默認(rèn)全屏啟動(dòng)或禁用自動(dòng)識(shí)別頁(yè)面中的電話號(hào)碼,郵箱地址文檔兼容模式以最高 HTML 1、關(guān)閉首個(gè)字母大寫(HTML) 2、偽類:active失效 body class= onmousemove= ontouchstart= 3、H5頁(yè)面模板 ...
摘要:主要通過(guò)樣式為其賦予不同的表現(xiàn)標(biāo)簽用來(lái)定義內(nèi)聯(lián)行內(nèi)元素,并無(wú)實(shí)際的意義。html文檔結(jié)構(gòu) 1 DOCTYPE html> 2 <html lang="zh-CN"> #這個(gè)lang表示語(yǔ)言,zh-CN中文的意思,整個(gè)文檔的內(nèi)容以中文為主,如果以英文為主,就寫成lang=en 3 4 <head> 5 <meta charset...
摘要:代碼符合標(biāo)準(zhǔn)標(biāo)準(zhǔn)的頁(yè)面會(huì)保證正確的渲染頁(yè)面容易被搜索引擎搜索,提高搜索排名提高網(wǎng)站的易用性網(wǎng)頁(yè)更好維護(hù)和擴(kuò)展,屬于插件停止使用不標(biāo)準(zhǔn)的標(biāo)簽和屬性,簡(jiǎn)化代碼標(biāo)簽沒有實(shí)際意義,僅設(shè)置樣式不推薦使用不推薦使用,讓擁有更好的語(yǔ)義移除不常用的標(biāo)簽樣式 代碼符合標(biāo)準(zhǔn) 標(biāo)準(zhǔn)的頁(yè)面會(huì)保證正確的渲染 頁(yè)面容易被搜索引擎搜索,提高搜索排名(SEO) 提高網(wǎng)站的易用性 網(wǎng)頁(yè)更好維護(hù)和擴(kuò)展(Validato...
摘要:代碼符合標(biāo)準(zhǔn)標(biāo)準(zhǔn)的頁(yè)面會(huì)保證正確的渲染頁(yè)面容易被搜索引擎搜索,提高搜索排名提高網(wǎng)站的易用性網(wǎng)頁(yè)更好維護(hù)和擴(kuò)展,屬于插件停止使用不標(biāo)準(zhǔn)的標(biāo)簽和屬性,簡(jiǎn)化代碼標(biāo)簽沒有實(shí)際意義,僅設(shè)置樣式不推薦使用不推薦使用,讓擁有更好的語(yǔ)義移除不常用的標(biāo)簽樣式 代碼符合標(biāo)準(zhǔn) 標(biāo)準(zhǔn)的頁(yè)面會(huì)保證正確的渲染 頁(yè)面容易被搜索引擎搜索,提高搜索排名(SEO) 提高網(wǎng)站的易用性 網(wǎng)頁(yè)更好維護(hù)和擴(kuò)展(Validato...
摘要:代碼符合標(biāo)準(zhǔn)標(biāo)準(zhǔn)的頁(yè)面會(huì)保證正確的渲染頁(yè)面容易被搜索引擎搜索,提高搜索排名提高網(wǎng)站的易用性網(wǎng)頁(yè)更好維護(hù)和擴(kuò)展,屬于插件停止使用不標(biāo)準(zhǔn)的標(biāo)簽和屬性,簡(jiǎn)化代碼標(biāo)簽沒有實(shí)際意義,僅設(shè)置樣式不推薦使用不推薦使用,讓擁有更好的語(yǔ)義移除不常用的標(biāo)簽樣式 代碼符合標(biāo)準(zhǔn) 標(biāo)準(zhǔn)的頁(yè)面會(huì)保證正確的渲染 頁(yè)面容易被搜索引擎搜索,提高搜索排名(SEO) 提高網(wǎng)站的易用性 網(wǎng)頁(yè)更好維護(hù)和擴(kuò)展(Validato...
閱讀 1026·2023-04-25 22:27
閱讀 876·2021-11-22 14:56
閱讀 990·2021-11-11 16:54
閱讀 1687·2019-08-30 15:54
閱讀 3504·2019-08-30 13:20
閱讀 1217·2019-08-30 10:55
閱讀 2082·2019-08-26 13:34
閱讀 3284·2019-08-26 11:53