{"Message":"更新插件\r\n更新项目列表","MessageType":2,"Modules":[{"State":1,"Type":1,"Name":"PCPage/项目列表"},{"State":1,"Type":12,"Name":"CustomLibrary"},{"State":1,"Type":40,"Name":"Plugin"}],"Version":"v1"}

This commit is contained in:
cuckooent
2024-09-23 14:27:48 +08:00
parent 88e5885f57
commit a09fbe6687
7 changed files with 58 additions and 98 deletions

View File

@@ -1,3 +1,32 @@
/* 单选框 */
.box-radio label.fgc-toggle-button {
background-color: transparent !important;
border: none !important;
border-radius: 6px !important;
}
.box-radio .FUI-radio.FUI-checked {
border: none !important;
background-color: #FFF !important;
border-radius: 6px !important;
}
.FUI-radio.FUI-checked.FUI-focus {
box-shadow: none !important;
background-color: #FFF;
}
.box-radio {
display: flex;
flex-wrap: wrap;
border-radius: 0.5rem;
background-color: #EEE;
box-sizing: border-box;
box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.06);
padding: 0.25rem;
height: auto !important;
}
/* 去掉背景色 */
.none-background > div{
background: none !important;