码迷,mamicode.com
首页 > Web开发 > 详细

css布局-改变输入框光标颜色caret-color: blue;

时间:2019-09-29 12:38:40      阅读:97      评论:0      收藏:0      [点我收藏+]

标签:style   bottom   css布局   class   inf   ret   arp   size   ima   

改变输入框光标颜色效果:

技术图片

	label {
		display: block;
		padding-bottom: 5px;
		font-weight: bold;
		font-size: 16px;
	}
	input {
		display: block;
		padding: 0 20px;
		outline: none;
		border: 1px solid #ccc;
		width: 100%;
		height: 40px;
		caret-color: blue;
		transition: all 300ms;
	}
    
        <div>
		<label>名字</label>
		<input type="text" placeholder="请输入你的名字">
	</div>    

  

css布局-改变输入框光标颜色caret-color: blue;

标签:style   bottom   css布局   class   inf   ret   arp   size   ima   

原文地址:https://www.cnblogs.com/qlongbg/p/11607026.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!