diff --git a/.idea/workspace.xml b/.idea/workspace.xml index bc1e592..ba38ca0 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -26,8 +26,8 @@ - - + + @@ -55,8 +55,8 @@ - - + + @@ -85,8 +85,8 @@ @@ -340,14 +340,6 @@ - - - - - - - - @@ -365,10 +357,18 @@ + + + + + + + + - - + + diff --git a/css/frame.css b/css/frame.css index 4953ae7..baa61cb 100644 --- a/css/frame.css +++ b/css/frame.css @@ -151,9 +151,6 @@ float: left; width: 100%; } -.pl-48 { - padding-left: 48px; -} .left .menu li .box:hover { background: #000000; @@ -256,6 +253,47 @@ padding-right: 5px; } +.float-menu { + position: fixed !important; + color: #ffffff; + padding-left: 10px; + z-index: 1; +} + +.float-arrow { + border-left: 5px solid transparent; + border-right: 5px solid #232323; + border-top: 5px solid transparent; + border-bottom: 5px solid transparent; + position: absolute; + left: 0px; + top: 15px; +} + +.float-menu ul { + background: #232323; + border-radius: 4px; + padding: 2px; +} +.float-menu ul li { + width: auto !important; + padding: 0 10px; + line-height: 40px; + float: none !important; +} +.float-menu ul li:hover { + background: #434343; + cursor: pointer; +} +.float-menu ul li i { + float: right; + font-size: 12px; + margin-top: 19px; + color: #ddd; +} +.float-menu ul li:hover i { + color:#ffffff; +} /****========帧动画=======****/ @-webkit-keyframes IconRotate { from { -webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);} diff --git a/frame.html b/frame.html index 6aff276..e83d432 100644 --- a/frame.html +++ b/frame.html @@ -5,48 +5,6 @@ 主框架 -