菜单和登录样式
This commit is contained in:
parent
03bf58569e
commit
baaad2ee26
|
|
@ -349,13 +349,14 @@
|
||||||
|
|
||||||
.aui-inputClear {
|
.aui-inputClear {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
// border-bottom: 1px solid #cccccc;
|
border: 1px solid #f4f5f9;
|
||||||
position: relative;
|
position: relative;
|
||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
background: #f4f5f9;
|
background: #f4f5f9;
|
||||||
margin-bottom: 8px;
|
margin-bottom: 8px;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.aui-inputClear .icon {
|
.aui-inputClear .icon {
|
||||||
|
|
@ -366,7 +367,7 @@
|
||||||
|
|
||||||
.aui-inputClear input {
|
.aui-inputClear input {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 10px;
|
padding: 12px;
|
||||||
border: none;
|
border: none;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
|
@ -394,11 +395,11 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.aui-inputClear:focus {
|
.aui-inputClear:focus {
|
||||||
border-bottom: 1px solid #1b90ff;
|
border: 1px solid #1b90ff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.aui-inputClear:hover {
|
.aui-inputClear:hover {
|
||||||
border-bottom: 1px solid #1b90ff;
|
border: 1px solid #1b90ff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.aui-choice {
|
.aui-choice {
|
||||||
|
|
|
||||||
|
|
@ -199,10 +199,12 @@
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
// margin: 0px 20px 0 20px;
|
// margin: 0px 20px 0 20px;
|
||||||
}
|
}
|
||||||
|
.scrollbar__view{
|
||||||
|
padding: 0 10px;
|
||||||
|
}
|
||||||
.jeecg-menu-light.jeecg-menu-vertical .jeecg-menu-item-active.jeecg-menu-submenu {
|
.jeecg-menu-light.jeecg-menu-vertical .jeecg-menu-item-active.jeecg-menu-submenu {
|
||||||
color: #606266 !important;
|
color: #606266 !important;
|
||||||
background: #f0f0f0;
|
border-radius: 6px;
|
||||||
padding-bottom: 10px;;
|
padding-bottom: 10px;;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
@ -223,7 +225,10 @@
|
||||||
// margin: 10px 20px 0 20px;
|
// margin: 10px 20px 0 20px;
|
||||||
transform: scale(1.02);
|
transform: scale(1.02);
|
||||||
}
|
}
|
||||||
|
.jeecg-menu-item-active>.jeecg-menu-submenu-title{
|
||||||
|
background: #f0f0f0;
|
||||||
|
border-radius: 6px;
|
||||||
|
}
|
||||||
.ant-drawer-close {
|
.ant-drawer-close {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0;
|
right: 0;
|
||||||
|
|
@ -236,4 +241,42 @@ position: relative;
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.jeecg-menu-item-active .jeecg-menu>li>.jeecg-menu-submenu-title{
|
||||||
|
padding-left:0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.jeecg-menu-item-active>.jeecg-menu{
|
||||||
|
margin-top:10px;
|
||||||
|
background: #FBFBFD;
|
||||||
|
// border-radius: 6px;
|
||||||
|
}
|
||||||
|
.jeecg-menu-submenu .jeecg-simple-menu__parent{
|
||||||
|
width:85% !important;
|
||||||
|
}
|
||||||
|
.jeecg-menu-submenu, .jeecg-menu-opened, .jeecg-simple-menu__parent .jeecg-menu>.jeecg-menu-submenu,.jeecg-simple-menu__parent{
|
||||||
|
margin:5px auto;
|
||||||
|
padding-left:0 !important;
|
||||||
|
}
|
||||||
|
.jeecg-menu-vertical .jeecg-menu-item{
|
||||||
|
width: 100%;
|
||||||
|
padding-left: 16px !important;
|
||||||
|
}
|
||||||
|
.jeecg-menu-submenu, .jeecg-menu-opened, .jeecg-simple-menu__parent .jeecg-menu-submenu-title{
|
||||||
|
padding-left: 8px !important;
|
||||||
|
}
|
||||||
|
.jeecg-menu-item-active .jeecg-menu>li>.jeecg-menu-submenu-title{
|
||||||
|
padding-left: 10px !important;
|
||||||
|
}
|
||||||
|
.jeecg-menu-light .jeecg-menu{
|
||||||
|
width: 100%;
|
||||||
|
margin: 5 auto;
|
||||||
|
border-radius: 6px;
|
||||||
|
padding: 2px 0;
|
||||||
|
>li{
|
||||||
|
width: 85%;
|
||||||
|
margin:5px auto;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue