35 lines
652 B
CSS
Executable File
35 lines
652 B
CSS
Executable File
/* 插件权限 */
|
|
.tree-plugins-list {
|
|
background: transparent;
|
|
}
|
|
|
|
.tree-plugins-list li {
|
|
min-width: 180px;
|
|
width: 10%;
|
|
border-radius: var(--border-radius);
|
|
overflow: hidden;
|
|
}
|
|
|
|
.tree-plugins-list label.am-checkbox-inline {
|
|
font-size: 1.4rem;
|
|
color: #333;
|
|
}
|
|
|
|
.tree-plugins-list label.am-checkbox-inline .am-ucheck-icons {
|
|
top: 0.2rem;
|
|
}
|
|
.tree-plugins-list li label.am-checkbox-inline .am-ucheck-icons {
|
|
top: 0.3rem;
|
|
}
|
|
|
|
.tree-plugins-list li>div {
|
|
background: #fff;
|
|
padding: 1rem;
|
|
}
|
|
|
|
@media only screen and (max-width:641px) {
|
|
.tree-plugins-list li {
|
|
width: 50%;
|
|
min-width: auto;
|
|
}
|
|
} |