表单/表格

Bootstrap单选按钮和复选框美化特效

阿里云


这是一款使用 Font Awesome 字体图标来对 Bootstrap 复选框和单选按钮进行美化的 CSS 样式特效。

使用方法

在页面中引入 bootstrap 和 Font Awesome 字体图标文件,以及美化样式文件 build.css 文件。

也想出现在这里?联系我们
创客主机
  1. <link rel="stylesheet" href="css/bootstrap.min.css">
  2. <link rel="stylesheet" href="css/font-awesome.min.css">
  3. <link rel="stylesheet" href="css/build.css">

HTML 结构

复选框的 HTML 结构如下:

  1. <div class="checkbox">
  2.     <input id="checkbox1" class="styled" type="checkbox">
  3.     <label for="checkbox1">
  4.         Default
  5.     </label>
  6. </div>
  7. <div class="checkbox checkbox-primary">
  8.     <input id="checkbox2" class="styled" type="checkbox" checked>
  9.     <label for="checkbox2">
  10.         Primary
  11.     </label>
  12. </div>
  13. <div class="checkbox checkbox-success">
  14.     <input id="checkbox3" class="styled" type="checkbox">
  15.     <label for="checkbox3">
  16.         Success
  17.     </label>
  18. </div>
  19. <div class="checkbox checkbox-info">
  20.     <input id="checkbox4" class="styled" type="checkbox">
  21.     <label for="checkbox4">
  22.         Info
  23.     </label>
  24. </div>
  25. <div class="checkbox checkbox-warning">
  26.     <input id="checkbox5" type="checkbox" class="styled" checked>
  27.     <label for="checkbox5">
  28.         Warning
  29.     </label>
  30. </div>

单选按钮的基本 HTML 结构如下:

  1. <div class="radio">
  2.     <input type="radio" id="singleRadio1" value="option1" name="radioSingle1" aria-label="Single radio One">
  3.     <label></label>
  4. </div>
  5. <div class="radio radio-success">
  6.     <input type="radio" id="singleRadio2" value="option2" name="radioSingle1" checked aria-label="Single radio Two">
  7.     <label></label>
  8. </div>

更多的使用方法请查看 DEMO 中的演示。

Github 地址:https://github.com/flatlogic/awesome-bootstrap-checkbox

Bootstrap 单选按钮和复选框美化特效

已有 505 人购买
  • tk9p
查看演示升级 VIP立刻购买

演示地址 下载地址
收藏
(0)

发表回复

热销模板

Ashade - 作品展示摄影相册WordPress汉化主题
LensNews

本站承接 WordPress / PbootCMS / DedeCMS 等
系统建站、仿站、开发、定制等业务!