2020-11-21 16:42:35 +08:00
|
|
|
/**
|
|
|
|
|
* 列表
|
|
|
|
|
*/
|
|
|
|
|
.am-gallery-item-bottom {
|
|
|
|
|
background: #e6e6e6;
|
|
|
|
|
}
|
|
|
|
|
.am-gallery-desc * {
|
2023-08-27 16:10:21 +08:00
|
|
|
font-size: 1.2rem;
|
2020-11-21 16:42:35 +08:00
|
|
|
}
|
|
|
|
|
.am-gallery-item:hover {
|
2024-04-15 10:25:01 +08:00
|
|
|
border: 0;
|
|
|
|
|
box-shadow: var(--box-shadow);
|
2020-11-21 16:42:35 +08:00
|
|
|
}
|
|
|
|
|
.theme-active {
|
2024-04-15 10:25:01 +08:00
|
|
|
position: relative;
|
|
|
|
|
border: 0;
|
|
|
|
|
box-shadow: var(--box-shadow);
|
|
|
|
|
}
|
|
|
|
|
.theme-active::before{
|
|
|
|
|
content: '';
|
|
|
|
|
position: absolute;
|
|
|
|
|
inset: 0;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
background-color: rgba(0, 0, 0, 0.5);
|
|
|
|
|
}
|
|
|
|
|
.theme-active-check {
|
|
|
|
|
position: absolute;
|
|
|
|
|
line-height: 4rem;
|
|
|
|
|
left: calc(50% - 2rem);
|
|
|
|
|
top: calc(50% - 2rem);
|
|
|
|
|
font-size: 4rem;
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
.theme-no-active {
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
2024-01-19 14:49:32 +08:00
|
|
|
#form-theme-tips .am-badge {
|
|
|
|
|
background-color: #f8f8f8;
|
|
|
|
|
color: #999;
|
|
|
|
|
border-radius: var(--border-radius-sm);
|
2024-10-21 10:51:14 +08:00
|
|
|
}
|