优化了量表按钮的样式

This commit is contained in:
mxr612 2025-03-09 02:10:23 +00:00
parent b835237787
commit dafb591001

View File

@ -49,15 +49,16 @@ main {
/* 定义单选按钮标签样式 */
.scale-button label {
flex-grow: 1;
border: 1px solid #ccc;
padding: 10px 0px;
cursor: pointer;
text-align: center;
border: 3px solid #ffffff00;
}
/* 定义单选按钮选中时标签样式 */
.scale-button input[type="radio"]:checked+label {
background-color: #007BFF;
color: white;
border: 3px solid #909090;
border-radius: 20px;
}
/* 导航栏样式 */