|
|
@@ -56,7 +56,7 @@ ul,li{
|
|
|
width: 30px;
|
|
|
padding: 8px 5px;
|
|
|
text-align: center;
|
|
|
- color: #d3d3d3;
|
|
|
+ color: #5a5a5a;
|
|
|
}
|
|
|
.bowerHeaderSeach .bowerSeach{
|
|
|
position: relative;
|
|
|
@@ -85,7 +85,6 @@ ul,li{
|
|
|
}
|
|
|
.bowerHeaderSeach .bowerMenu {
|
|
|
float: right;
|
|
|
- padding: 6px;
|
|
|
}
|
|
|
.bowerHeaderSeach .bowerMenu:hover{
|
|
|
background: #ddd;
|
|
|
@@ -160,7 +159,7 @@ ul,li{
|
|
|
}
|
|
|
.bowerCreaterWindow {
|
|
|
float: left;
|
|
|
- width: calc(100% - 120px);
|
|
|
+ width: calc(100% - 195px);
|
|
|
height: 29px;
|
|
|
display: inline-flex;
|
|
|
overflow: unset;
|
|
|
@@ -221,51 +220,6 @@ button.BrowwerAdd {
|
|
|
height: 100% !important;
|
|
|
width: 100% !important;
|
|
|
}
|
|
|
-
|
|
|
-*{
|
|
|
- margin: 0;
|
|
|
- padding: 0;
|
|
|
- font-family:Microsoft YaHei,fontello;
|
|
|
- -webkit-font-smoothing: antialiased;
|
|
|
- -moz-osx-font-smoothing: grayscale;
|
|
|
- list-style: none;
|
|
|
-}
|
|
|
-button:focus,button{
|
|
|
- outline: none;
|
|
|
- cursor: pointer;
|
|
|
-}
|
|
|
-@font-face {
|
|
|
- font-family: 'fontello';
|
|
|
- src: url('../font/fontello.eot?70736739');
|
|
|
- src: url('../font/fontello.eot?70736739#iefix') format('embedded-opentype'),
|
|
|
- url('../font/fontello.woff2?70736739') format('woff2'),
|
|
|
- url('../font/fontello.woff?70736739') format('woff'),
|
|
|
- url('../font/fontello.ttf?70736739') format('truetype'),
|
|
|
- url('../font/fontello.svg?70736739#fontello') format('svg');
|
|
|
- font-weight: normal;
|
|
|
- font-style: normal;
|
|
|
-}
|
|
|
-[class^="icon-"], [class*=" icon-"]{
|
|
|
- display: inline-block;
|
|
|
- font: normal normal normal 14px/1 fontello,Microsoft YaHei;
|
|
|
- font-size: inherit;
|
|
|
- text-rendering: auto;
|
|
|
- -webkit-font-smoothing: antialiased;
|
|
|
- -moz-osx-font-smoothing: grayscale;
|
|
|
-}
|
|
|
-
|
|
|
-.icon-left:before { content: '\e800'; }
|
|
|
-.icon-right:before { content: '\e801'; }
|
|
|
-.icon-cancel:before { content: '\e802'; }
|
|
|
-.icon-minus:before { content: '\e803'; }
|
|
|
-.icon-menu:before { content: '\e804'; }
|
|
|
-.icon-play-circled2:before { content: '\e805'; }
|
|
|
-.icon-play:before { content: '\e806'; }
|
|
|
-.icon-lock:before { content: '\e807'; }
|
|
|
-.icon-th-list:before { content: '\f009'; }
|
|
|
-.icon-ccw:before { content: '\f025'; }
|
|
|
-.icon-play-circled:before { content: '\f144'; }
|
|
|
-
|
|
|
.MouseMenuMain {
|
|
|
position:absolute;
|
|
|
z-index:22;
|
|
|
@@ -300,4 +254,86 @@ button:focus,button{
|
|
|
height: 1px;
|
|
|
background: #e8e8e8;
|
|
|
margin: 5px 0;
|
|
|
+}
|
|
|
+*{
|
|
|
+ margin: 0;
|
|
|
+ padding: 0;
|
|
|
+ font-family:Microsoft YaHei,fontello;
|
|
|
+ -webkit-font-smoothing: antialiased;
|
|
|
+ -moz-osx-font-smoothing: grayscale;
|
|
|
+ list-style: none;
|
|
|
+}
|
|
|
+button:focus,button{
|
|
|
+ outline: none;
|
|
|
+ cursor: pointer;
|
|
|
+}
|
|
|
+@font-face {
|
|
|
+ font-family: 'fontello';
|
|
|
+ src: url('../font/fontello.eot?70736739');
|
|
|
+ src: url('../font/fontello.eot?70736739#iefix') format('embedded-opentype'),
|
|
|
+ url('../font/fontello.woff2?70736739') format('woff2'),
|
|
|
+ url('../font/fontello.woff?70736739') format('woff'),
|
|
|
+ url('../font/fontello.ttf?70736739') format('truetype'),
|
|
|
+ url('../font/fontello.svg?70736739#fontello') format('svg');
|
|
|
+ font-weight: normal;
|
|
|
+ font-style: normal;
|
|
|
+}
|
|
|
+[class^="icon-"], [class*=" icon-"]{
|
|
|
+ display: inline-block;
|
|
|
+ font: normal normal normal 14px/1 fontello,Microsoft YaHei;
|
|
|
+ font-size: inherit;
|
|
|
+ text-rendering: auto;
|
|
|
+ -webkit-font-smoothing: antialiased;
|
|
|
+ -moz-osx-font-smoothing: grayscale;
|
|
|
+}
|
|
|
+.icon-left:before {
|
|
|
+ content: "\e800";
|
|
|
+}
|
|
|
+.icon-right:before {
|
|
|
+ content: "\e801";
|
|
|
+}
|
|
|
+.icon-cancel:before {
|
|
|
+ content: "\e802";
|
|
|
+}
|
|
|
+.icon-minus:before {
|
|
|
+ content: "\e803";
|
|
|
+}
|
|
|
+.icon-menu:before {
|
|
|
+ content: "\e804";
|
|
|
+}
|
|
|
+.icon-play-circled2:before {
|
|
|
+ content: "\e805";
|
|
|
+}
|
|
|
+.icon-play:before {
|
|
|
+ content: "\e806";
|
|
|
+}
|
|
|
+.icon-lock:before {
|
|
|
+ content: "\e807";
|
|
|
+}
|
|
|
+.icon-plus:before {
|
|
|
+ content: "\e808";
|
|
|
+}
|
|
|
+.icon-cog:before {
|
|
|
+ content: "\e809";
|
|
|
+}
|
|
|
+.icon-th-list:before {
|
|
|
+ content: "\f009";
|
|
|
+}
|
|
|
+.icon-ccw:before {
|
|
|
+ content: "\f025";
|
|
|
+}
|
|
|
+.icon-play-circled:before {
|
|
|
+ content: "\f144";
|
|
|
+}
|
|
|
+.icon-times:before {
|
|
|
+ content: "\ebc4";
|
|
|
+}
|
|
|
+.icon-window-maximize:before {
|
|
|
+ content: "\ec0f";
|
|
|
+}
|
|
|
+.icon-window-minimize:before {
|
|
|
+ content: "\ec10";
|
|
|
+}
|
|
|
+.icon-window-restore:before {
|
|
|
+ content: "\ec11";
|
|
|
}
|