Files
shopxo/public/static/admin/default/css/appmini.index.css

15 lines
237 B
CSS
Raw Normal View History

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 {
2023-08-27 16:10:21 +08:00
border: 0.1rem solid #f60;
2020-11-21 16:42:35 +08:00
}
.theme-active {
2023-08-27 16:10:21 +08:00
border: 0.3rem solid #5eb95e !important;
2020-11-21 16:42:35 +08:00
}