优化了量表按钮的样式
This commit is contained in:
parent
b835237787
commit
dafb591001
@ -49,15 +49,16 @@ main {
|
|||||||
/* 定义单选按钮标签样式 */
|
/* 定义单选按钮标签样式 */
|
||||||
.scale-button label {
|
.scale-button label {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
border: 1px solid #ccc;
|
padding: 10px 0px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
border: 3px solid #ffffff00;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 定义单选按钮选中时标签样式 */
|
/* 定义单选按钮选中时标签样式 */
|
||||||
.scale-button input[type="radio"]:checked+label {
|
.scale-button input[type="radio"]:checked+label {
|
||||||
background-color: #007BFF;
|
border: 3px solid #909090;
|
||||||
color: white;
|
border-radius: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 导航栏样式 */
|
/* 导航栏样式 */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user