前端修改样式

This commit is contained in:
WEB许何哲\xuhez
2023-06-09 17:28:36 +08:00
parent 8c23acceaf
commit 8a4320c031
163 changed files with 4446 additions and 0 deletions

View File

@@ -0,0 +1,43 @@
.o_menu_sections {
display: flex;
flex-direction: column;
}
.o_menu_sections_more {
display: none !important;
}
.dropdown-toggle {
border: none !important;
background-color: transparent;
}
//.o_menu_sections {
// background-color: transparent !important;
//}
.d-md-flex {
visibility: hidden;
height: 0;
}
.d-md-flex a, .d-md-flex > div {
display: none;
padding-top: 5px !important;
padding-bottom: 5px !important;
}
.o-dropdown {
padding-left: 25px;
padding-top: 8px;
padding-bottom: 0px;
}
.o-dropdown button {
padding-left: 0;
color: #fff;
}
.nav-link {
box-shadow: 0px 0px 2px #fff;
}