html颜色输入,html – 输入类型颜色样式

这篇博客主要讨论如何使用CSS来重新创建[type=color]输入框的样式,使其看起来更加美观。作者分享了一段代码,但表示实际效果并未达到预期。博客内容涉及到Vue.js的应用,探讨了如何将输入框的外观调整为圆形,并解决边框、背景颜色等问题。对于想要改进网页UI的前端开发者来说,这是一个有价值的问题和解决方案。
摘要由CSDN通过智能技术生成

我有一个小问题,因为我不太擅长CSS我想知道是否有任何方法我可以重新创建这样一个很好的输入[type = color]元素的风格?我的意思不是屏幕截图上的所有内容,而只是输入[type = color]的那个漂亮的圆圈.

MXkOi.png

这里我有一些用它编写的代码,但它没有像截图那样设置输入[type = color] …我也看到作者在他的项目中使用了Vue.js …非常感谢你救命!

input[type="color"] {

width: 3rem;

height: 3rem;

padding: .5rem;

background-color: transparent;

border: 0;

border-radius: 100%;

}

input[type="color" i] {

-webkit-appearance: square-button;

width: 44px;

height: 23px;

background-color: buttonface;

cursor: default;

border-width: 1px;

border-style: solid;

border-color: rgb(169,169,169);

border-image: initial;

padding: 1px 2px;

}

input {

-webkit-appearance: textfield;

background-color: white;

-webkit-rtl-ordering: logical;

cursor: text;

padding: 1px;

border-width: 2px;

border-style: inset;

border-color: initial;

border-image: initial;

}

input,textarea,select,button {

text-rendering: auto;

color: initial;

letter-spacing: normal;

word-spacing: normal;

text-transform: none;

text-indent: 0px;

text-shadow: none;

display: inline-block;

text-align: start;

margin: 0em;

font: 400 13.3333px Arial;

}

input,button,meter,progress {

-webkit-writing-mode: horizontal-tb;

}

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值