vr-shopxo-source/public/static/admin/default/css/cache.css

18 lines
305 B
CSS
Raw Normal View History

2024-01-19 06:49:32 +00:00
.cache-item:last-child {
border: 0;
2019-12-19 11:07:49 +00:00
}
2024-01-19 06:49:32 +00:00
.cache-item label {
font-weight: 500;
}
.cache-item label .am-form-group-label-tips {
color: #ccc;
font-weight: 400;
margin-left: 1rem;
font-size: 1.2rem;
}
.cache-item:hover label .am-form-group-label-tips {
color: var(--color-main);
2019-12-19 11:07:49 +00:00
}