大家好,歡迎收看山東文匯軟件的網(wǎng)站,同時(shí)我們也是一家濟(jì)南app開發(fā),微信小程序開發(fā),系統(tǒng)開發(fā)的公司。
給大家分享一下前端需要學(xué)習(xí)掌握的單詞。
style 修飾
width 寬度
height 高度
title 想說明的
text-align 水平對(duì)齊方式
center 居中 left 居左 right 居右
line-height 垂直對(duì)齊方式/行高 當(dāng)行高等于高度時(shí)候垂直居中
background 背景
image 引入背景圖片(url)
background-position: 背景定位(x軸,y軸;)
background-repeat 背景平鋪
:no-repeat;不平鋪 repeat-x;水平平鋪 repeat-y;垂直平鋪
background:url() repeat left center #00;
順序:背景圖片 重復(fù) 定位 顏色
top/right/bottom/left/center 方向英文:上、右、下、左,中
color 顏色
font 文字
font-family 字體
font-size 字號(hào)
font-weight:normal 正常 :bold 加粗
font-style: normal;取消傾斜 :italic;斜體
font:italic bold 24px/24px '楷體';
順序:是否斜體 是否粗體 字體大小/行高 字體
文本修飾屬性:
text-decoration:
overline 頂劃線
underline 下劃線
line-through 中劃線/刪除線
none 無/取消下劃線
display 轉(zhuǎn)化顯示模式 元素轉(zhuǎn)化
block 塊
inline 行內(nèi)
inline-block 行內(nèi)塊
省略號(hào)
white-space:nowrap 強(qiáng)制不換行
overflow:hidden 溢出隱藏
text-overflow:ellipsis 省略號(hào)
font-family:‘微軟雅黑’ 讓省略號(hào)在下面
必須給寬度
偽類
a:link 設(shè)置未訪問時(shí)候的顏色 點(diǎn)擊后變成a的正常顏色
a:visited 設(shè)置訪問過后顏色
a:hover 當(dāng)鼠標(biāo)放上去會(huì)變顏色
a:active 鼠標(biāo)點(diǎn)擊變顏色
auto 自動(dòng)居中
margin 外邊距
margin-top 上外邊距
margin-right 右外邊距
margin-bottom 下外邊距
margin-left 左外邊距
padding 內(nèi)邊距
padding-top 上內(nèi)邊距
padding-right 右內(nèi)邊距
padding-bottom 下外邊距
padding-left 左外邊距
float 浮動(dòng) :left|right|none 左|右|不浮動(dòng)
cursor:pointer 小手的代碼。。
clear:left|right|both 清除浮動(dòng)
overflow:hidden 溢出隱藏
base 里面寫清除默認(rèn)樣式的
text-indent:em 首行縮進(jìn) (LOGO名字)
以后logo 必須用H1引背景圖片 里面寫上字
position:relative|absolute|fixed 定位
relative 相對(duì)定位
absolute 絕對(duì)定位
fixed 固定定位
Left/top/right/bottom 定位的偏移量
z-index 改變標(biāo)簽z軸堆疊順序
opacity 透明代碼 1不透明(0.9 0.8.。。。。) 0透明
filter:alpha(opacity:0-100)
input{outline:none} 取消焦點(diǎn)
frameborder="0" 取消邊框
screlling="no" 取消滾動(dòng)條
iframe src
letter-spacing:具體數(shù)值 字母間距
word-spacing:數(shù)值 單詞間距
overflow:auto 溢出滾動(dòng)
visibility:hidden 隱藏
charset 字符集
utf-8 國際編碼
gb2312/gbk 中國編碼
author 作者
copyright 版權(quán)
keywords 關(guān)鍵詞
description 介紹
js
@media screen and (max-width:900px){}; 屏幕自適應(yīng)
媒體 屏幕 最大
push :添加一個(gè)數(shù)組元素
document :文檔
pop :刪除最后一個(gè)數(shù)組元素
console :控制臺(tái)
shift :刪除第一個(gè)數(shù)組元素
string :字符串
Concat 組合數(shù)組
undefined :未定義
typeof :關(guān)鍵字
join:數(shù)組轉(zhuǎn)化為指定分隔符
slice:返回指定數(shù)組
length:數(shù)組長(zhǎng)度
Array:數(shù)組
number:數(shù)字
boolean:布爾
alert:提示框
parseInt:轉(zhuǎn)化為整型數(shù)值
continue:繼續(xù)
is NaN:非數(shù)字
sort:升序
break:截?cái)?跳出
reverse:倒序
object:對(duì)象類型
parseFloat:轉(zhuǎn)化為浮點(diǎn)值
index:索引
floor:向下取整
variable:變量
ceil:向上取整
round:四舍五入
abs:返回絕對(duì)值
eval:解析字符串并運(yùn)算
max:比較最大值
return:返回
min:比較最小值
addEventListener:事件名 函數(shù)
to.fixed:保留小數(shù)點(diǎn)
attachEvant:(on)事件名
random:隨機(jī)數(shù)
eletment:元素
eventName:事件名
function:函數(shù)
removeEventListener:事件解除
detachEvent:刪除已注冊(cè)事件
open():彈出一個(gè)新窗口
function:函數(shù)(方法)
showModalDialog:彈出一個(gè)模式窗口
close():關(guān)閉當(dāng)前窗口
Date:日期對(duì)象
getFullYear():年份
getMonth():月份(0--11)
getDate():幾號(hào)
getDay():星期幾(周一至周六)
getHours():小時(shí)(0--23)
getMinites():分鐘
getSeconds():秒數(shù)(0--59)
getMilliseconds():毫秒數(shù)
getTime():從1970至今的毫秒數(shù)
Date.now():從1970至今的毫秒值
tolocaleDatestring():輸出本地化的日期
setTimeout:延遲時(shí)間
tolocaleTimestring():輸出本地化得時(shí)間
clearTimeout:定時(shí)器對(duì)象
tolocalestring:輸出本地化的日期和時(shí)間表頭 表身 表低
給大家分享了一半,謝謝大家的觀看,山東文匯軟件專業(yè)開發(fā)App、微信小程序、系統(tǒng)開發(fā),我們將開發(fā)出您滿意的軟件,歡迎聯(lián)系。