一些常見css樣式加選擇器

先來個下拉框:css

例:html

select是下拉框標籤spa

multiple:指多選項
 size :顯示的選項數量3d

selected="selected":默認選中htm

—————————分割線————————blog

選擇器:ip

.name ——class nameinput

#name ———id nameio

.name1 >標籤 :表示選擇name1中的某一個標籤class

a:hover{  ——表示鼠標放上去時的樣式

   textext-decoration:underline ——指鼠標放上去時候有下劃線

   color-red  ————鼠標放上去時顯示紅色

}

去除a標籤帶來的下劃線:

a{

  text-decoration:none

}

如何實現input文本中加一個短信驗證按鈕:

例:

代碼以下:

  html:

 

  css

  class=「btn1」

   class="inp1"

 class="button"

class中.button裏的input標籤樣式

相關文章
相關標籤/搜索