mirror of
https://github.com/kongyuebin1/dongfeng-pay.git
synced 2024-11-15 06:59:20 +08:00
21 lines
304 B
CSS
21 lines
304 B
CSS
body{
|
|
background:#F2F1F2;
|
|
}
|
|
.container{
|
|
background:#1A1B20;
|
|
}
|
|
.left-nav{
|
|
background:#1A1B20;
|
|
}
|
|
|
|
.left-nav a{
|
|
color:rgba(255,255,255,.7);
|
|
}
|
|
..left-nav a.active{
|
|
background: #009688 !important;
|
|
color: #fff;
|
|
}
|
|
.left-nav a:hover{
|
|
background: #009688 !important;
|
|
color: #fff;
|
|
} |