公告板
版本库
filestore
活动
搜索
登录
main
/
Haier_MES_II
海尔二期
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
补充提交
huang
2025-03-14
3450516ed847b35904c1cdda0f0a19b65511e645
[Haier_MES_II.git]
/
gmms
/
WebContent
/
static
/
AdminLTE
/
bower_components
/
bootstrap
/
less
/
mixins
/
background-variant.less
1
2
3
4
5
6
7
8
9
// Contextual backgrounds
.bg-variant(@color) {
background-color: @color;
a&:hover,
a&:focus {
background-color: darken(@color, 10%);
}
}