browser.css 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341
  1. @charset "utf-8";
  2. body{
  3. margin: 0;
  4. padding: 0;
  5. }
  6. ul,li{
  7. margin: 0;
  8. padding: 0;
  9. list-style: none;
  10. }
  11. .clearfix:after{
  12. content: "";
  13. height: 0;
  14. line-height: 0;
  15. display: block;
  16. visibility: hidden;
  17. clear: both;
  18. }
  19. .clearfix{
  20. zoom:1;
  21. }
  22. .bowerHeader {
  23. position: relative;
  24. height: 20px;
  25. }
  26. .bowerHeaderMenu{
  27. float: right;
  28. }
  29. .bowerHeader .bowerHeaderMenu button {
  30. width: 40px;
  31. height: 40px;
  32. border: transparent;
  33. background: #fff;
  34. font-size: 14px;
  35. }
  36. .bowerHeader .bowerHeaderMenu button:hover{
  37. background: #eee;
  38. }
  39. .icon-cancel:hover{
  40. background: #e66350 !important;
  41. color: #fff;
  42. }
  43. .icon-minus{
  44. color: #333;
  45. }
  46. .bowerHeaderSeach {
  47. width: 100%;
  48. height: 32px;
  49. display: inline-flex;
  50. padding: 4px 0;
  51. background: #f5f5f5;
  52. border-top: 1px solid #ccc;
  53. border-bottom: 1px solid #ccc;
  54. }
  55. .bowerHeaderSeach li {
  56. width: 30px;
  57. padding: 8px 5px;
  58. text-align: center;
  59. color: #5a5a5a;
  60. }
  61. .bowerHeaderSeach .bowerSeach{
  62. position: relative;
  63. width: calc(100% - 180px) !important;
  64. padding: 4px 5px !important;
  65. text-align: left !important;
  66. border: 1px solid #dcdcdc;
  67. border-radius: 5px;
  68. }
  69. .bowerHeaderSeach .bowerSeach span{
  70. padding: 3px 5px;
  71. }
  72. .bowerHeaderSeach li span{
  73. font-size: 16px;
  74. }
  75. .bowerHeaderSeach .bowerSeach input {
  76. position: absolute;
  77. top: 0;
  78. width: calc(100% - 27px) !important;
  79. height: 28px;
  80. border: 0 solid #d2d2d2;
  81. border-top-right-radius: 5px;
  82. outline: none;
  83. text-indent: 10px;
  84. border-left: 1px solid #d2d2d2;
  85. }
  86. .bowerHeaderSeach .bowerMenu {
  87. float: right;
  88. }
  89. .bowerHeaderSeach .bowerMenu:hover{
  90. background: #ddd;
  91. }
  92. .bowerHeaderSeach .icon-menu{
  93. font-size: 21px;
  94. color: #5a5a5a;
  95. }
  96. .bowerCreaterWindow li {
  97. position: relative;
  98. max-width: 135px !important;
  99. width: 130px;
  100. min-width: 10px !important;
  101. top: -1px;
  102. height: 29px;
  103. display: initial;
  104. margin-right: 10px;
  105. text-align: center;
  106. color: #000;
  107. line-height: 43px;
  108. background-color: #dadada;
  109. border-top: 1px solid #a2a2a2;
  110. z-index: 30;
  111. -webkit-app-region: no-drag;
  112. -webkit-transition: all .3s cubic-bezier(0.3,.1,.58,1);
  113. -moz-transition: all .3s cubic-bezier(0.3,.1,.58,1);
  114. transition: all .3s cubic-bezier(0.3,.1,.58,1);
  115. }
  116. .BrowerActive{
  117. background-color: #f2f2f2 !important;
  118. border-top-color:#a9a9a9 !important;
  119. z-index: 999 !important;
  120. }
  121. .Listindex{
  122. z-index: 999 !important;
  123. }
  124. .BrowerActive:before {
  125. background-color:#f2f2f2 !important;
  126. border-right-color:#a9a9a9 !important;
  127. }
  128. .BrowerActive:after {
  129. background-color:#f2f2f2 !important;
  130. border-left-color:#a9a9a9 !important;
  131. }
  132. .bowerCreaterWindow li:before {
  133. content: '';
  134. position: absolute;
  135. display: block;
  136. right: -6px;
  137. top: 0;
  138. width: 30px;
  139. height: 29px;
  140. transform: skewX(20deg);
  141. background-color: #dadada;
  142. border-right: 1px solid #a2a2a2;
  143. -webkit-transition: all .3s cubic-bezier(0.3,.1,.58,1);
  144. -moz-transition: all .3s cubic-bezier(0.3,.1,.58,1);
  145. transition: all .3s cubic-bezier(0.3,.1,.58,1);
  146. }
  147. .bowerCreaterWindow li:after {
  148. content: '';
  149. position: absolute;
  150. display: block;
  151. top: 0;
  152. width: 30px;
  153. height: 29px;
  154. margin-left: -5px;
  155. transform: skewX(-20deg);
  156. background-color: #dadada;
  157. border-left: 1px solid #a2a2a2;
  158. -webkit-transition: all .3s cubic-bezier(0.3,.1,.58,1);
  159. -moz-transition: all .3s cubic-bezier(0.3,.1,.58,1);
  160. transition: all .3s cubic-bezier(0.3,.1,.58,1);
  161. }
  162. .bowerCreaterWindow {
  163. float: left;
  164. width: calc(100% - 195px);
  165. height: 29px;
  166. display: inline-flex;
  167. overflow: unset;
  168. margin-left: 25px;
  169. -webkit-transition: all .3s cubic-bezier(0.3,.1,.58,1);
  170. -moz-transition: all .3s cubic-bezier(0.3,.1,.58,1);
  171. transition: all .3s cubic-bezier(0.3,.1,.58,1);
  172. }
  173. .BrowerListBody {
  174. position: relative;
  175. display: inline-block;
  176. width: calc(100% - 3px);
  177. z-index: 99;
  178. line-height: 22px;
  179. }
  180. .BrowerList img {
  181. display: inline-block;
  182. float: left;
  183. width: 16px;
  184. height: 16px;
  185. }
  186. .BrowerList p {
  187. display: inline-block;
  188. float: left;
  189. min-width: 0;
  190. max-width: 80%;
  191. width: calc(100% - 40px);
  192. margin: 0 3px;
  193. overflow: hidden;
  194. text-overflow: ellipsis;
  195. white-space: nowrap;
  196. line-height: 18px;
  197. text-align: left;
  198. }
  199. .BrowerList i {
  200. float: right;
  201. width: 10px;
  202. height: 10px;
  203. padding: 4px;
  204. border-radius: 50%;
  205. }
  206. button.BrowwerAdd {
  207. width: 20px !important;
  208. height: 20px;
  209. padding: 7px;
  210. margin: 5px 0 0 0;
  211. -webkit-transform: skew(20deg);
  212. -moz-transform: skew(20deg);
  213. -o-transform: skew(20deg);
  214. background: white;
  215. border: 1px solid #c7c7c7;
  216. -webkit-app-region: no-drag;
  217. }
  218. .BrowerContainer {
  219. height: calc(100% - 93px) !important;
  220. }
  221. .BrowerContainer webview, webview object{
  222. height: 100% !important;
  223. width: 100% !important;
  224. }
  225. .MouseMenuMain {
  226. position:absolute;
  227. z-index:22;
  228. display:none;
  229. width:auto;
  230. height:auto;
  231. min-width:90pt;
  232. background:#fff;
  233. 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);
  234. -moz-user-select:none;
  235. -webkit-user-select:none;
  236. -ms-user-select:none;
  237. -khtml-user-select:none;
  238. user-select:none;
  239. padding: 3px 0;
  240. }
  241. .MouseMenuMain li {
  242. font-size:12px;
  243. padding: 6px 8px;
  244. color: #333;
  245. text-align: left;
  246. white-space: nowrap;
  247. }
  248. .MouseMenuMain li:hover {
  249. background-color:#ddd;
  250. color:#000;
  251. cursor:pointer;
  252. }
  253. .MouseMenuMainStep{
  254. width: 100%;
  255. padding: 0 !important;
  256. height: 1px;
  257. background: #e8e8e8;
  258. margin: 5px 0;
  259. }
  260. *{
  261. margin: 0;
  262. padding: 0;
  263. font-family:Microsoft YaHei,fontello;
  264. -webkit-font-smoothing: antialiased;
  265. -moz-osx-font-smoothing: grayscale;
  266. list-style: none;
  267. }
  268. button:focus,button{
  269. outline: none;
  270. cursor: pointer;
  271. }
  272. @font-face {
  273. font-family: 'fontello';
  274. src: url('../font/fontello.eot?70736739');
  275. src: url('../font/fontello.eot?70736739#iefix') format('embedded-opentype'),
  276. url('../font/fontello.woff?70736739') format('woff'),
  277. url('../font/fontello.ttf?70736739') format('truetype'),
  278. url('../font/fontello.svg?70736739#fontello') format('svg');
  279. font-weight: normal;
  280. font-style: normal;
  281. }
  282. [class^="icon-"], [class*=" icon-"]{
  283. display: inline-block;
  284. font: normal normal normal 14px/1 fontello,Microsoft YaHei;
  285. font-size: inherit;
  286. text-rendering: auto;
  287. -webkit-font-smoothing: antialiased;
  288. -moz-osx-font-smoothing: grayscale;
  289. }
  290. .icon-left:before {
  291. content: "\e800";
  292. }
  293. .icon-right:before {
  294. content: "\e801";
  295. }
  296. .icon-cancel:before {
  297. content: "\e802";
  298. }
  299. .icon-minus:before {
  300. content: "\e803";
  301. }
  302. .icon-menu:before {
  303. content: "\e804";
  304. }
  305. .icon-play-circled2:before {
  306. content: "\e805";
  307. }
  308. .icon-play:before {
  309. content: "\e806";
  310. }
  311. .icon-lock:before {
  312. content: "\e807";
  313. }
  314. .icon-plus:before {
  315. content: "\e808";
  316. }
  317. .icon-cog:before {
  318. content: "\e809";
  319. }
  320. .icon-th-list:before {
  321. content: "\f009";
  322. }
  323. .icon-ccw:before {
  324. content: "\f025";
  325. }
  326. .icon-play-circled:before {
  327. content: "\f144";
  328. }
  329. .icon-times:before {
  330. content: "\ebc4";
  331. }
  332. .icon-window-maximize:before {
  333. content: "\ec0f";
  334. }
  335. .icon-window-minimize:before {
  336. content: "\ec10";
  337. }
  338. .icon-window-restore:before {
  339. content: "\ec11";
  340. }