| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342 |
- @charset "utf-8";
- body{
- margin: 0;
- padding: 0;
- }
- ul,li{
- margin: 0;
- padding: 0;
- list-style: none;
- }
- .clearfix:after{
- content: "";
- height: 0;
- line-height: 0;
- display: block;
- visibility: hidden;
- clear: both;
- }
- .clearfix{
- zoom:1;
- }
- .bowerHeader {
- position: relative;
- height: 20px;
- }
- .bowerHeaderMenu{
- float: right;
- }
- .bowerHeader .bowerHeaderMenu button {
- width: 50px;
- height: 25px;
- border: transparent;
- background: #fff;
- font-size: 14px;
- }
- .bowerHeader .bowerHeaderMenu button:hover{
- background: #eee;
- }
- .icon-cancel:hover{
- background: #e66350 !important;
- color: #fff;
- }
- .icon-minus{
- color: #333;
- }
- .bowerHeaderSeach {
- width: 100%;
- height: 26px;
- display: inline-flex;
- padding: 4px 0;
- background: #f5f5f5;
- border-top: 1px solid #ccc;
- border-bottom: 1px solid #ccc;
- }
- .bowerHeaderSeach li {
- width: 30px;
- padding: 4px 2px;
- text-align: center;
- color: #5a5a5a;
- }
- .bowerHeaderSeach .bowerSeach {
- position: relative;
- width: calc(100% - 150px) !important;
- padding: 2px 5px !important;
- text-align: left !important;
- border: 1px solid #dcdcdc;
- border-radius: 5px;
- }
- .bowerHeaderSeach .bowerSeach span{
- padding: 2px 5px;
- }
- .bowerHeaderSeach li span{
- font-size: 16px;
- }
- .bowerHeaderSeach .bowerSeach input {
- position: absolute;
- top: 0;
- width: calc(100% - 27px) !important;
- height: 24px;
- border: 0 solid #d2d2d2;
- border-top-right-radius: 5px;
- outline: none;
- text-indent: 10px;
- border-left: 1px solid #d2d2d2;
- }
- .bowerHeaderSeach .bowerMenu {
- float: right;
- }
- .bowerHeaderSeach .bowerMenu:hover{
- background: #ddd;
- }
- .bowerHeaderSeach .icon-menu{
- font-size: 21px;
- color: #5a5a5a;
- }
- .bowerCreaterWindow li {
- position: relative;
- max-width: 180px !important;
- width: 150px;
- min-width: 10px !important;
- top: -1px;
- height: 29px;
- display: initial;
- margin-right: 10px;
- text-align: center;
- color: #000;
- line-height: 43px;
- background-color: #dadada;
- border-top: 1px solid #a2a2a2;
- z-index: 30;
- -webkit-app-region: no-drag;
- -webkit-transition: all .3s cubic-bezier(0.3,.1,.58,1);
- -moz-transition: all .3s cubic-bezier(0.3,.1,.58,1);
- transition: all .3s cubic-bezier(0.3,.1,.58,1);
- }
- .BrowerActive{
- background-color: #f2f2f2 !important;
- border-top-color:#a9a9a9 !important;
- z-index: 999 !important;
- }
- .Listindex{
- z-index: 999 !important;
- }
- .BrowerActive:before {
- background-color:#f2f2f2 !important;
- border-right-color:#a9a9a9 !important;
- }
- .BrowerActive:after {
- background-color:#f2f2f2 !important;
- border-left-color:#a9a9a9 !important;
- }
- .bowerCreaterWindow li:before {
- content: '';
- position: absolute;
- display: block;
- right: -6px;
- top: 0;
- width: 30px;
- height: 29px;
- transform: skewX(20deg);
- background-color: #dadada;
- border-right: 1px solid #a2a2a2;
- -webkit-transition: all .3s cubic-bezier(0.3,.1,.58,1);
- -moz-transition: all .3s cubic-bezier(0.3,.1,.58,1);
- transition: all .3s cubic-bezier(0.3,.1,.58,1);
- }
- .bowerCreaterWindow li:after {
- content: '';
- position: absolute;
- display: block;
- top: 0;
- width: 30px;
- height: 29px;
- margin-left: -5px;
- transform: skewX(-20deg);
- background-color: #dadada;
- border-left: 1px solid #a2a2a2;
- -webkit-transition: all .3s cubic-bezier(0.3,.1,.58,1);
- -moz-transition: all .3s cubic-bezier(0.3,.1,.58,1);
- transition: all .3s cubic-bezier(0.3,.1,.58,1);
-
- }
- .bowerCreaterWindow {
- float: left;
- width: calc(100% - 195px);
- height: 29px;
- display: inline-flex;
- overflow: unset;
- margin-left: 20px;
- -webkit-transition: all .3s cubic-bezier(0.3,.1,.58,1);
- -moz-transition: all .3s cubic-bezier(0.3,.1,.58,1);
- transition: all .3s cubic-bezier(0.3,.1,.58,1);
- }
- .BrowerListBody {
- position: relative;
- display: inline-block;
- width: calc(100% - 3px);
- z-index: 99;
- line-height: 22px;
- }
- .BrowerList img {
- display: inline-block;
- float: left;
- width: 16px;
- height: 16px;
- }
- .BrowerList p {
- display: inline-block;
- float: left;
- min-width: 0;
- max-width: 80%;
- width: calc(100% - 40px);
- margin: 0 3px;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- line-height: 18px;
- text-align: left;
- }
- .BrowerList i {
- float: right;
- width: 10px;
- height: 10px;
- padding: 4px;
- border-radius: 50%;
- }
- button.BrowwerAdd {
- width: 32px !important;
- height: 18px;
- padding: 7px;
- margin: 6px 0 0 0;
- -webkit-transform: skew(20deg);
- -moz-transform: skew(20deg);
- -o-transform: skew(20deg);
- background: white;
- border: 1px solid #c7c7c7;
- border-radius: 3px;
- -webkit-app-region: no-drag;
- }
- .BrowerContainer {
- height: calc(100% - 93px) !important;
- }
- .BrowerContainer webview, webview object{
- height: 100% !important;
- width: 100% !important;
- }
- .MouseMenuMain {
- position:absolute;
- z-index:22;
- display:none;
- width:auto;
- height:auto;
- min-width:90pt;
- background:#fff;
- box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);
- -moz-user-select:none;
- -webkit-user-select:none;
- -ms-user-select:none;
- -khtml-user-select:none;
- user-select:none;
- padding: 3px 0;
- }
- .MouseMenuMain li {
- font-size:12px;
- padding: 6px 8px;
- color: #333;
- text-align: left;
- white-space: nowrap;
- }
- .MouseMenuMain li:hover {
- background-color:#ddd;
- color:#000;
- cursor:pointer;
- }
- .MouseMenuMainStep{
- width: 100%;
- padding: 0 !important;
- 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.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";
- }
|