5款CSS3选项框单选按钮样式(走过路过不要错过)

news2025/1/17 5:56:12

5款CSS3选项框单选按钮样式是一款创意好看的选项单选按钮样式特效。

样式如下:
文章顶部就是源码,如果下载不了(如果被弄成收费or要VPI才能下载)私一下我,第一次弄csdn的资源绑定,不行我重新弄成网盘的

百度网盘下载

链接:https://pan.baidu.com/s/13yfAxbeBxvU2r09WzG9fqQ?pwd=1w53 
提取码:1w53

(有很多一样的,可惜很恶心,要收费,这边提供免费的demo;一个简单的样式却要开VIP or 收费,啧啧啧~)
在这里插入图片描述
文件夹内容:
在这里插入图片描述
在这里插入图片描述

代码

index.html

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- SEO Meta description -->
<meta name="description" content="Deby - Custom Radio Buttons">
<meta name="keywords" content="css, html, css3, html5, responsive, cross browser, custom, button, radio button, form, checkboxes, creative, animation, responsive, clean">
<meta name="author" content="epic_theme">
<!-- title -->
<title>Deby - Custom Radio Buttons</title>
<!--favicon icon-->

<!--google fonts-->
<link href="static/css/css2.css" rel="stylesheet">
<!--Bootstrap css-->
<link rel="stylesheet" href="static/css/bootstrap.min.css">
<!--Font awesome fonts css-->
<link rel="stylesheet" href="static/css/font-awesome.min.css">
<!--demo style css-->
<link rel="stylesheet" href="static/css/demo-styles.css">
<!-- deby style css-->
<link rel="stylesheet" href="static/css/deby-styles.css">
</head>
<body>

<!--preloader start-->
<div class="preloader-wrap">
	<div class="preloader-inner">
		<div id="loader"></div>
	</div>
</div>
<!--preloader end-->

<!--header section start-->
<header class="header primary-bg ptb-100">
	<div class="container">
		<div class="row">
			<div class="col-md-12 text-center">
				<h1 class="text-white">Deby - Custom Radio Buttons</h1>
			</div>
		</div>
	</div>
</header>
<!--header section end-->

<!--body content wrap start-->
<div class="main">

	<!--demo section start-->
	<section class="content-section ptb-100">
		<div class="container">
			<!-- content -->
			<div class="row justify-content-md-center">
				<!-- single section -->
				<div class="row mb-5">
					<div class="col-md-12">
						<div class="section-heading text-center pb-3 mb-3">
							<h2 class="title m-0"> Radio Button Style 1</h2>
						</div>
					</div>
					<div class="col-xl-12 col-md-12 my-3">
						<!-- single item -->	
						<div class="card-style1">
							<div class="title">Choose Your Options</div>
							<div class="content">
								<input type="radio" name="rd" id="option1-1">
								<input type="radio" name="rd" id="option1-2">
								<input type="radio" name="rd" id="option1-3">
								<label for="option1-1" class="box first">
									<div class="option">
										<span class="circle"></span>
										<span class="yearly">OPTION 1</span>
									</div>
									<span class="price">100$/year</span>
								</label>
								<label for="option1-2" class="box second">
									<div class="option">
										<span class="circle"></span>
										<span class="yearly">OPTION 2</span>
									</div>
									<span class="price">120$/year</span>
								</label>
								<label for="option1-3" class="box third">
									<div class="option">
										<span class="circle"></span>
										<span class="yearly">OPTION 3</span>
									</div>
									<span class="price">150$/year</span>
								</label>
							</div>
						</div>
					</div>
				</div>
				<!-- single section -->
				<div class="row mb-5">
					<div class="col-md-12">
						<div class="section-heading text-center pb-3 mb-3">
							<h2 class="title m-0"> Radio Button Style 2</h2>
						</div>
					</div>
					<div class="col-xl-12 col-md-12 my-3">
						<!-- single item -->	
						<div class="card-style2">
							<div class="title">Choose Your Options</div>
							<div class="content">
								<input type="radio" name="select" id="option2-1" checked="">
								<input type="radio" name="select" id="option2-2">
								<label for="option2-1" class="box first">
									<div class="circle"></div>
									<span>OPTION 1</span>
								</label>
								<label for="option2-2" class="box second">
									<div class="circle"></div>
									<span>OPTION 2</span>
								</label>
							</div>
						</div>
					</div>
				</div>
				<!-- single section -->
				<div class="row mb-5">
					<div class="col-md-12">
						<div class="section-heading text-center pb-3 mb-3">
							<h2 class="title m-0"> Radio Button Style 3</h2>
						</div>
					</div>
					<div class="col-xl-12 col-md-12 my-3">
						<!-- single item -->	
						<div class="card-style3">
							<div class="title">Choose Your Options</div>
							<div class="content">
								<label class="box">
									<input type="radio" name="radio" checked="">
									<span class="option">
										<i class="fa fa-check-circle"></i>
										<div class="icon">
											<i class="fa fa-bandcamp"></i>
											<span>OPTION 1</span>
										</div>
									</span>
								</label>
								<label class="box">
									<input type="radio" name="radio">
									<span class="option">
										<i class="fa fa-check-circle"></i>
										<div class="icon">
											<i class="fa fa-eercast"></i>
											<span>OPTION 2</span>
										</div>
									</span>
								</label>
								<label class="box">
									<input type="radio" name="radio">
									<span class="option">
										<i class="fa fa-check-circle"></i>
										<div class="icon">
											<i class="fa fa-grav"></i>
											<span>OPTION 3</span>
										</div>
									</span>
								</label>
								<label class="box">
									<input type="radio" name="radio">
									<span class="option">
										<i class="fa fa-check-circle"></i>
										<div class="icon">
											<i class="fa fa-superpowers"></i>
											<span>OPTION 4</span>
										</div>
									</span>
								</label>
							</div>
						</div>
					</div>
				</div>
				<!-- single section -->
				<div class="row mb-5">
					<div class="col-md-12">
						<div class="section-heading text-center pb-3 mb-3">
							<h2 class="title m-0"> Radio Button Style 4</h2>
						</div>
					</div>
					<div class="col-xl-12 col-md-12 my-3">
						<!-- single item -->	
						<div class="card-style4">
							<div class="title">Choose Your Options</div>
							<div class="content">
								<label class="box">
									<input type="radio" name="radio">
									<div class="option">
										<img src="static/picture/safari.png">
										<div class="radio-content">
											<span class="radio-title">
												Download for <br>
												<span>apple safari</span>
											</span>
										</div>
									</div>
								</label>
								<label class="box">
									<input type="radio" name="radio">
									<div class="option">
										<img src="static/picture/chrome.png">
										<div class="radio-content">
											<span class="radio-title">
												Download for <br>
												<span>google chrome</span>
											</span>
										</div>
									</div>
								</label>
								<label class="box">
									<input type="radio" name="radio">
									<div class="option">
										<img src="static/picture/firefox.png">
										<div class="radio-content">
											<span class="radio-title">
												Download for <br>
												<span>mozilla firefox</span>
											</span>
										</div>
									</div>
								</label>
							</div>
						</div>
					</div>
				</div>
				<!-- single section -->
				<div class="row">
					<div class="col-md-12">
						<div class="section-heading text-center pb-3 mb-3">
							<h2 class="title m-0"> Radio Button Style 5</h2>
						</div>
					</div>
					<div class="col-xl-12 col-md-12 my-3">
						<!-- single item -->	
						<div class="card-style5">
							<div class="title">Choose Your Options</div>
							<div class="content">
								<input type="radio" name="select" id="option5-1">
								<input type="radio" name="select" id="option5-2">
								<input type="radio" name="select" id="option5-3">
								<input type="radio" name="select" id="option5-4">
								<label for="option5-1" class="box first">
									<div class="dot"></div>
									<div class="text">OPTION 1</div>
								</label>
								<label for="option5-2" class="box second">
									<div class="dot"></div>
									<div class="text">OPTION 2</div>
								</label>
								<label for="option5-3" class="box third">
									<div class="dot"></div>
									<div class="text">OPTION 3</div>
								</label>
								<label for="option5-4" class="box fourth">
									<div class="dot"></div>
									<div class="text">OPTION 4</div>
								</label>
							</div>
						</div>
					</div>
				</div>
			</div>
		</div>
	</section>
	<!--demo section end-->

	<!--call to action start-->
	<div class="call-to-action-section my-5">
		<div class="container">
			<div class="row py-5 px-3 shadow-lg border">
				<div class="col-md-8 col-sm-12">
					<h4 class="m-0 text-uppercase m-0 text-uppercase pt-2">Interested to purchase now</h4>
				</div>
				<div class="col-md-4 col-sm-12">
					<a href="javascript:;" class="btn btn-lg border shadow-sm primary-bg float-right float-sm-right text-white">Buy Now</a>
				</div>
			</div>
		</div>
	</div>
	<!--call to action end-->



</div>
<!--body content wrap end-->

<!--footer section start-->
<footer class="footer text-center primary-bg py-4">
	<div class="container">
		<div class="row">
			<div class="col-md-12 text-white">
			</div>
		</div>
	</div>
</footer>
<!--footer section end-->

<!--jQuery-->
<script src="static/js/jquery-3.4.1.min.js"></script>
<!--Bootstrap js-->
<script src="static/js/bootstrap.min.js"></script>

<!--custom js-->
<script src="static/js/scripts.js"></script>


</body>
</html>

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.coloradmin.cn/o/1104369.html

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈,一经查实,立即删除!

相关文章

【QT开发笔记-基础篇】| 第四章 事件QEvent | 4.7 拖放事件

本节对应的视频讲解&#xff1a;B_站_链_接 【QT开发笔记-基础篇】 第4章 事件 4.7 拖动事件 本章要实现的整体效果如下&#xff1a; QEvent::DragEnter ​ 当拖动文件进入到窗口/控件中时&#xff0c;触发该事件&#xff0c;它对应的子类是 QDragEnterEvent QEvent::DragLe…

IDEA2023.1版本新建Web项目并配置本地Tomcat

IDEA2023.1版本新建Web项目并配置本地Tomcat 一、新建Web项目 一、新建Web项目 由于我最初是新建了一个空项目作为工作空间的&#xff0c;所以这里选择直接新建module&#xff0c;如下所示。&#xff08;这里使用的是idea的newUI&#xff09; 新建module&#xff0c;输入信息…

基于RuoYi-Flowable-Plus的若依ruoyi-nbcio支持自定义业务表单流程(五)

更多ruoyi-nbcio功能请看演示系统 gitee源代码地址 前后端代码&#xff1a; https://gitee.com/nbacheng/ruoyi-nbcio 演示地址&#xff1a;RuoYi-Nbcio后台管理系统 今天讲一下wf_demo表单的一些修改 1、demo的实现类修改如下&#xff1a; 主要是增加一个服务名称&#…

学信息系统项目管理师第4版系列30_信息系统管理

1. 管理方法 1.1. 技术底座构成了几乎所有业务模式的支柱 1.2. 信息系统是为组织用来生产和管理信息&#xff08;数据&#xff09;的技术&#xff08;“什么”&#xff09;、人员&#xff08;“谁”&#xff09;和过程&#xff08;“如何”&#xff09;的组合 1.3. 信息系统…

【nginx学习笔记】

1.正向代理&#xff1a;代理的是客户端&#xff0c;一般有明确的访问对象 比如&#xff1a;我现在通过v-p-n去访问YouTube&#xff0c;那么就是正向代理。 2.反向代理&#xff1a;代理的是服务器 最常见的就是web中&#xff0c;nginx去代理一群后端的服务器。 3.负载均衡&…

mac虚拟机,无法从apple store下载软件

问题&#xff1a;vmware版本为16pro&#xff0c;mac版本为10.14.6&#xff0c;网络可以正常访问互联网&#xff0c;apple id也正常登录了&#xff0c;但是从apple store下载软件&#xff0c;转了一会圈&#xff0c;就停掉了。 解决&#xff1a;后面使用了一个网上看到的方法&a…

ESDA in PySal (4):shape-measures:形状测量

ESDA in PySal (4)&#xff1a;shape-measures&#xff1a;形状测量 1.Measures of shape esda.shape 模块提供文献中使用的统计数据来测量多边形的结构和规则性。 这些测量值从非常简单&#xff08;例如长宽差&#xff09;到非常复杂&#xff08;例如归一化转动惯量&#xf…

以太网诊断协议DoIP(Ethernet Diagnostic Protocol DoIP)

系列文章目录 C技能系列 Linux通信架构系列 C高性能优化编程系列 深入理解软件架构设计系列 高级C并发线程编程 设计模式系列 期待你的关注哦&#xff01;&#xff01;&#xff01; 现在的一切都是为将来的梦想编织翅膀&#xff0c;让梦想在现实中展翅高飞。 Now everythi…

【4】c++11新特性(稳定性和兼容性)—>final关键字

c中增加了final关键字来限制某个类不能被继承&#xff0c;或者某个虚函数不能被重写。如果使用final修饰函数&#xff0c;只能修饰虚函数&#xff0c;并且放在类或者函数的后面。 修饰函数 #include <iostream> using namespace std;class Base { public:virtual void t…

在 Ubuntu 22.04安装配置 Ansible

一、按官网指引安装 我使用的ubuntu22.04版本&#xff0c;使用apt安装。官网指引如下&#xff1a; $ sudo apt-get install software-properties-common $ sudo apt-add-repository ppa:ansible/ansible $ sudo apt-get update $ sudo apt-get install ansible 由于内部网络…

《动手学深度学习 Pytorch版》 9.1 门控循环单元(GRU)

我们可能会遇到这样的情况&#xff1a; 早期观测值对预测所有未来观测值具有非常重要的意义。 考虑一个极端情况&#xff0c;其中第一个观测值包含一个校验和&#xff0c;目标是在序列的末尾辨别校验和是否正确。在这种情况下&#xff0c;第一个词元的影响至关重要。我们希望有…

《数理统计》第4章

文章目录 第4章4.4.1 协方差 第4章 4.4.1 协方差

项目平台——测试报告的实现(七)

这里写目录标题 一、Table表格组件的使用1、Table表格组件中的插槽使用 二、点击查看测试报告&#xff0c;跳转到测试报告详情页实现1、新建Report.vue组件2、配置路由3、查看报告按钮添加事件 三、页面布局1、Layout布局2、卡片设计3、打开页面发送请求加载报告数据4、对接口进…

如何优化前端可访问性(Accessibility)?

聚沙成塔每天进步一点点 ⭐ 专栏简介 前端入门之旅&#xff1a;探索Web开发的奇妙世界 欢迎来到前端入门之旅&#xff01;感兴趣的可以订阅本专栏哦&#xff01;这个专栏是为那些对Web开发感兴趣、刚刚踏入前端领域的朋友们量身打造的。无论你是完全的新手还是有一些基础的开发…

如何修复-谷歌浏览器-打开任何一个网页都显示崩溃

早上上班&#xff0c;一如既往的使用谷歌浏览器时&#xff0c;发现异常。 首先是&#xff0c;右下角有个弹窗提示某某插件需要点击更新&#xff0c;然后点了也没用&#xff0c;然后就是打开任何网页都提示‘喔唷 崩溃了’的字眼。 奇怪呀&#xff0c;咱也是第一次碰见这种问题…

使用Proxyman抓取Android的https请求

使用Proxyman抓取Android的https请求 有时&#xff0c;您可能需要测试您的移动应用程序并检查与其关联的所有网络请求。在网络上&#xff0c;此任务非常简单&#xff0c;只需按Ctrl Shift I打开开发人员工具即可。从那里&#xff0c;您可以导航到网络选项卡并检查与网页相关的…

绝对有效,牛津《书虫》全系列完整版( 电子书+MP3 )

&#x1f600;前言 因为像看一下牛津《书虫》系类的&#xff08;PDF和音频&#xff09;找了许久不是链接过期就是要密码要会员太烦了所以在这里整理好打包给大家 在文章末尾 &#x1f9d1;个人简介&#xff1a;大家好&#xff0c;我是尘觉&#xff0c;希望我的文章可以帮助到大…

java打包解包总结

使用别人的jar包程序&#xff0c;需要修改其中的相关参数然后重新打包&#xff0c;在此记录一下打包和解包过程。 目录 1.解包操作 2.打包操作 1.解包操作 原始jar包文件 解包 jar xvf test.jar 或者 jar -xvf test.jar 2.打包操作 原始文件 打包&#xff1a; jar cvM0…

Aroid问题笔记 - ViewPager嵌套RecyclerView,降低ViewPager灵敏度

点击跳转>Unity3D特效百例点击跳转>案例项目实战源码点击跳转>游戏脚本-辅助自动化点击跳转>Android控件全解手册点击跳转>Scratch编程案例点击跳转>软考全系列 &#x1f449;关于作者 专注于Android/Unity和各种游戏开发技巧&#xff0c;以及各种资源分享&…

强大的下载管理器:Progressive Downloader for Mac

Progressive Downloader for Mac是一种强大的下载管理器&#xff0c;它可以帮助用户更快速、更稳定地下载文件。相比于其他下载工具&#xff0c;PD下载管理器具有很多独特的功能和优势&#xff0c;本文将对其进行详细推广。 在数字化时代&#xff0c;下载已成为我们日常工作中必…