调整摄像头预览-鼠标悬浮在按钮时的背景色和文字颜色

This commit is contained in:
1378012178@qq.com 2025-10-29 13:10:18 +08:00
parent f0bac92bbe
commit 7f5039859d
1 changed files with 3 additions and 3 deletions

View File

@ -508,9 +508,9 @@
margin-top:5px;
}
.selectDiv:hover{
border: 1px solid #a2a3a3;
background: #a2a3a3;
color:white;
border: 1px solid #f4f5fa;
background: #f4f5fa;
color:#037FEA;
border-radius: 10px;
cursor: pointer;
}