mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-06-07 02:12:25 +08:00
18 lines
296 B
CSS
Executable File
18 lines
296 B
CSS
Executable File
/**
|
|
* 列表
|
|
*/
|
|
.am-gallery-item-bottom {
|
|
background: #e6e6e6;
|
|
}
|
|
.am-gallery-desc * {
|
|
font-size: 12px;
|
|
}
|
|
.am-gallery-item:hover {
|
|
border: 1px solid #f60;
|
|
}
|
|
.theme-active {
|
|
border: 3px solid #5eb95e !important;
|
|
}
|
|
.am-gallery-title .submit-delete {
|
|
color:#C13932 !important;
|
|
} |