标签:es2017 input ima tar ble disabled ges 填充 stroke
input:disabled{ -webkit-text-fill-color: #333;//是用来做填充色使用的 -webkit-opacity: 1; color: #333; }
textarea:diabled 同样适用
看到有人用这个实现了这个效果
.cont1{ font-size: 40px; -webkit-text-fill-color: transparent;//里面是透明色 -webkit-text-stroke: 1px #0094fc; //外面描线的样式 }
将input或textarea设置为disabled的样式问题
标签:es2017 input ima tar ble disabled ges 填充 stroke
原文地址:http://www.cnblogs.com/GoTing/p/7474145.html