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