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.

42 lines
581 B

  1. @import 'reset';
  2. @import 'common';
  3. .divleftmenu_module{
  4. border-color: aquamarine;
  5. border-width:3px;
  6. border-style:solid;
  7. &:hover {
  8. @extend .btnbehavior;
  9. }
  10. }
  11. .divleftmenu_function{
  12. border-color: purple;
  13. border-width:3px;
  14. border-style:solid;
  15. padding-left: 20px;
  16. &:hover {
  17. @extend .btnbehavior;
  18. }
  19. }
  20. .divleftmenu {
  21. width: 150px;
  22. position: relative;
  23. height: 50px;
  24. left: 10px;
  25. }
  26. .divrightmain {
  27. position: absolute;
  28. left: 160px;
  29. top: 0px;
  30. }
  31. iframe {
  32. border:none;
  33. }