【发布时间】:2021-02-13 17:44:46
【问题描述】:
我申请了::selection background-color,但是当我使用digital color meter 使用选择颜色进行检查时,它显示了不同的颜色
这是我的代码 https://jsbin.com/voketaqaxu/edit?html,css,js,output
::selection{
background-color: rgb(78,106,65);
}
我在选择时应用了background-color: rgb(78,106,65);,但是当我使用数字颜色进行检查时,它告诉我这个rgb(42,70,31) 为什么??
【问题讨论】:
标签: javascript html jquery css flexbox