本文總結一些基礎頁面元素的實作方式,後續陸續更新。首先我們遇到最多的可能是按鈕的切圖,按鈕可能有很多種外觀,但是一般可分為純文字的和帶圖標的按鈕,下面就來說說這兩種按鈕的實現方法。效果圖如下:
程式碼如下:
XML/HTML Code複製內容到剪貼簿
- 前>前 名稱="代碼" 類別=類別=類別="html"html >
- html>
html lang
=-
lang=lang=裡> "
>-
頭>
- 標題>按鈕寫法>
元 字符集>
元 http-equiv -UA-相容"-
內容="IE=Edge,chrome=1">
連結 rel=
- rel=樣式 href="css/style.css"
樣式
- 類型
- ="text/ css "
- >
-
a:hover{text-decoration: none;}
-
.btn{
-
顯示:內聯塊;
-
上邊距:10px;
-
內邊距:10px 24px;
-
邊框半徑:4px;
-
背景顏色:#63b7ff;
-
顏色:#fff;
-
遊標:指針;
-
}
-
.btn:停留{
-
背景顏色:#99c6ff;
-
}
-
.inbtn{
-
邊框:無;
-
}
-
.bubtn{
-
邊框:無;
-
}
.btn{
字體樣式:正常;
}
- .bgbtn 跨度{
- 左邊距:10px;
- 左內邊距:20px;
- 背景: url(images/edit.png) 左中心 無重複;
- }
- .bgbtn02 img{
- margin-bottom: -3px;
- 右邊距:10px;
- }
-
style>
-
head>
-
body-
>
-
a href="" class="btn">a標籤按鈕
- a>
-
input class=class=class= type=
- "button" value
- value"input標籤按鈕"/>
button class
- =class=
>-
button標籤按鈕button>
i
class-
==tn🎜>
- >i標籤按鈕i> 🎜>> 🎜>>
- a href="" class="bgbtn btn"
- > span>
附圖示span-
>
a>
a
- href="" class="bgbtn02 btn">
img src/>附圖示按鈕 -
a>
-
body>
-
html
>
至於各種標籤的優缺點,還是需要大家去體會啦,如果大家有什麼好玩的按鈕要寫,我們一起實現哦。