原创 css加載中,請稍後....

<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>加載中,請稍後.

原创 不知道寬度和高是多少,實現水平垂直居中(css)

<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>不知道寬度和高是多少,實現水平垂直居中</title> <style> .div

原创 vue--ios手機input點擊手機輸入鍵盤頂起頁面解決方案

<input type="text" placeholder="請填寫手機號" maxlength="11" v-model="phone" @focus="getFocus" /> getFocus() { $("input"