You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
581 B
43 lines
581 B
@import 'reset';
|
|
@import 'common';
|
|
|
|
|
|
.divleftmenu_module{
|
|
border-color: aquamarine;
|
|
border-width:3px;
|
|
border-style:solid;
|
|
|
|
&:hover {
|
|
@extend .btnbehavior;
|
|
}
|
|
}
|
|
|
|
|
|
.divleftmenu_function{
|
|
border-color: purple;
|
|
border-width:3px;
|
|
border-style:solid;
|
|
padding-left: 20px;
|
|
|
|
&:hover {
|
|
@extend .btnbehavior;
|
|
}
|
|
}
|
|
|
|
.divleftmenu {
|
|
width: 150px;
|
|
position: relative;
|
|
height: 50px;
|
|
left: 10px;
|
|
}
|
|
|
|
.divrightmain {
|
|
position: absolute;
|
|
left: 160px;
|
|
top: 0px;
|
|
}
|
|
|
|
|
|
iframe {
|
|
border:none;
|
|
}
|