2020-11-21 08:42:35 +00:00
|
|
|
/**
|
|
|
|
|
* 列表
|
|
|
|
|
*/
|
|
|
|
|
.am-gallery-item-bottom {
|
|
|
|
|
background: #e6e6e6;
|
|
|
|
|
}
|
|
|
|
|
.am-gallery-desc * {
|
2023-08-27 08:10:21 +00:00
|
|
|
font-size: 1.2rem;
|
2020-11-21 08:42:35 +00:00
|
|
|
}
|
|
|
|
|
.am-gallery-item:hover {
|
2024-04-15 02:25:01 +00:00
|
|
|
border: 0;
|
|
|
|
|
box-shadow: var(--box-shadow);
|
2020-11-21 08:42:35 +00:00
|
|
|
}
|
|
|
|
|
.theme-active {
|
2024-04-15 02:25:01 +00: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 06:49:32 +00:00
|
|
|
#form-theme-tips .am-badge {
|
|
|
|
|
background-color: #f8f8f8;
|
|
|
|
|
color: #999;
|
|
|
|
|
border-radius: var(--border-radius-sm);
|
2024-10-21 02:51:14 +00:00
|
|
|
}
|