PJ568 2 years ago
parent 88c50c3cf4
commit 16f65d5722

@ -133,7 +133,6 @@ body {
} }
.nav_content .item .child a:hover { .nav_content .item .child a:hover {
border-color: #0277BD;
background: #01579B; background: #01579B;
color: #FFF; color: #FFF;
font-weight: bold; font-weight: bold;
@ -376,11 +375,11 @@ ins.adsbygoogle[data-ad-status="unfilled"]{
list-style: none; list-style: none;
width: 150px; width: 150px;
box-sizing: border-box; box-sizing: border-box;
border: 2px solid #0277BD; border: 2px solid#0277BD;
border-radius: 6px; border-radius: 6px;
z-index: 1100; z-index: 1100;
background-color: #424242; background-color:#424242;
box-shadow:0 0 10px #252423 box-shadow:0 0 10px#252423
} }
#rcb_menu>li{ #rcb_menu>li{
border-radius: 10px; border-radius: 10px;
@ -388,7 +387,7 @@ ins.adsbygoogle[data-ad-status="unfilled"]{
height: 30px height: 30px
} }
#rcb_menu>li:hover{ #rcb_menu>li:hover{
background-color: #f9f9f9; background-color:#01579B;
color: #252423; color: #252423;
cursor: pointer cursor: pointer
} }

Loading…
Cancel
Save