mirror of
https://github.com/kongyuebin1/dongfeng-pay.git
synced 2024-11-14 22:49:21 +08:00
22 lines
288 B
CSS
22 lines
288 B
CSS
body{
|
|
background:#EEF5F9;
|
|
}
|
|
.container{
|
|
background:#323640;
|
|
}
|
|
.left-nav{
|
|
background:#fff;
|
|
}
|
|
|
|
.left-nav a{
|
|
color:#686a76;
|
|
}
|
|
.left-nav a.active{
|
|
background: #786AED !important;
|
|
color: #fff;
|
|
}
|
|
.left-nav a:hover{
|
|
background: #786AED !important;
|
|
color: #fff;
|
|
}
|