browser.css 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339
  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: #d0d0d0;
  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. z-index: 999 !important;
  119. }
  120. .Listindex{
  121. z-index: 999 !important;
  122. }
  123. .BrowerActive:before {
  124. background-color:#f2f2f2 !important;
  125. }
  126. .BrowerActive:after {
  127. background-color:#f2f2f2 !important;
  128. }
  129. .bowerCreaterWindow li:before {
  130. content: '';
  131. position: absolute;
  132. display: block;
  133. right: -6px;
  134. top: 0;
  135. width: 30px;
  136. height: 29px;
  137. transform: skewX(20deg);
  138. background-color: #d0d0d0;
  139. border-right: 1px solid #a2a2a2;
  140. -webkit-transition: all .3s cubic-bezier(0.3,.1,.58,1);
  141. -moz-transition: all .3s cubic-bezier(0.3,.1,.58,1);
  142. transition: all .3s cubic-bezier(0.3,.1,.58,1);
  143. }
  144. .bowerCreaterWindow li:after {
  145. content: '';
  146. position: absolute;
  147. display: block;
  148. top: 0;
  149. width: 30px;
  150. height: 29px;
  151. margin-left: -5px;
  152. transform: skewX(-20deg);
  153. background-color: #d0d0d0;
  154. border-left: 1px solid #a2a2a2;
  155. -webkit-transition: all .3s cubic-bezier(0.3,.1,.58,1);
  156. -moz-transition: all .3s cubic-bezier(0.3,.1,.58,1);
  157. transition: all .3s cubic-bezier(0.3,.1,.58,1);
  158. }
  159. .bowerCreaterWindow {
  160. float: left;
  161. width: calc(100% - 195px);
  162. height: 29px;
  163. display: inline-flex;
  164. overflow: unset;
  165. margin-left: 25px;
  166. -webkit-transition: all .3s cubic-bezier(0.3,.1,.58,1);
  167. -moz-transition: all .3s cubic-bezier(0.3,.1,.58,1);
  168. transition: all .3s cubic-bezier(0.3,.1,.58,1);
  169. }
  170. .BrowerListBody {
  171. position: relative;
  172. display: inline-block;
  173. width: calc(100% - 3px);
  174. z-index: 99;
  175. line-height: 22px;
  176. }
  177. .BrowerList img {
  178. display: inline-block;
  179. float: left;
  180. width: 16px;
  181. height: 16px;
  182. }
  183. .BrowerList p {
  184. display: inline-block;
  185. float: left;
  186. min-width: 0;
  187. max-width: 80%;
  188. width: calc(100% - 40px);
  189. margin: 0 3px;
  190. overflow: hidden;
  191. text-overflow: ellipsis;
  192. white-space: nowrap;
  193. line-height: 18px;
  194. text-align: left;
  195. }
  196. .BrowerList i {
  197. float: right;
  198. width: 10px;
  199. height: 10px;
  200. padding: 4px;
  201. border-radius: 50%;
  202. }
  203. button.BrowwerAdd {
  204. width: 20px !important;
  205. height: 20px;
  206. padding: 7px;
  207. margin: 5px 0 0 0;
  208. -webkit-transform: skew(20deg);
  209. -moz-transform: skew(20deg);
  210. -o-transform: skew(20deg);
  211. background: white;
  212. border: 1px solid #c7c7c7;
  213. -webkit-app-region: no-drag;
  214. }
  215. .BrowerContainer {
  216. height: calc(100% - 93px) !important;
  217. }
  218. .BrowerContainer webview, webview object{
  219. height: 100% !important;
  220. width: 100% !important;
  221. }
  222. .MouseMenuMain {
  223. position:absolute;
  224. z-index:22;
  225. display:none;
  226. width:auto;
  227. height:auto;
  228. min-width:90pt;
  229. background:#fff;
  230. 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);
  231. -moz-user-select:none;
  232. -webkit-user-select:none;
  233. -ms-user-select:none;
  234. -khtml-user-select:none;
  235. user-select:none;
  236. padding: 3px 0;
  237. }
  238. .MouseMenuMain li {
  239. font-size:12px;
  240. padding: 6px 8px;
  241. color: #333;
  242. text-align: left;
  243. white-space: nowrap;
  244. }
  245. .MouseMenuMain li:hover {
  246. background-color:#ddd;
  247. color:#000;
  248. cursor:pointer;
  249. }
  250. .MouseMenuMainStep{
  251. width: 100%;
  252. padding: 0 !important;
  253. height: 1px;
  254. background: #e8e8e8;
  255. margin: 5px 0;
  256. }
  257. *{
  258. margin: 0;
  259. padding: 0;
  260. font-family:Microsoft YaHei,fontello;
  261. -webkit-font-smoothing: antialiased;
  262. -moz-osx-font-smoothing: grayscale;
  263. list-style: none;
  264. }
  265. button:focus,button{
  266. outline: none;
  267. cursor: pointer;
  268. }
  269. @font-face {
  270. font-family: 'fontello';
  271. src: url('../font/fontello.eot?70736739');
  272. src: url('../font/fontello.eot?70736739#iefix') format('embedded-opentype'),
  273. url('../font/fontello.woff2?70736739') format('woff2'),
  274. url('../font/fontello.woff?70736739') format('woff'),
  275. url('../font/fontello.ttf?70736739') format('truetype'),
  276. url('../font/fontello.svg?70736739#fontello') format('svg');
  277. font-weight: normal;
  278. font-style: normal;
  279. }
  280. [class^="icon-"], [class*=" icon-"]{
  281. display: inline-block;
  282. font: normal normal normal 14px/1 fontello,Microsoft YaHei;
  283. font-size: inherit;
  284. text-rendering: auto;
  285. -webkit-font-smoothing: antialiased;
  286. -moz-osx-font-smoothing: grayscale;
  287. }
  288. .icon-left:before {
  289. content: "\e800";
  290. }
  291. .icon-right:before {
  292. content: "\e801";
  293. }
  294. .icon-cancel:before {
  295. content: "\e802";
  296. }
  297. .icon-minus:before {
  298. content: "\e803";
  299. }
  300. .icon-menu:before {
  301. content: "\e804";
  302. }
  303. .icon-play-circled2:before {
  304. content: "\e805";
  305. }
  306. .icon-play:before {
  307. content: "\e806";
  308. }
  309. .icon-lock:before {
  310. content: "\e807";
  311. }
  312. .icon-plus:before {
  313. content: "\e808";
  314. }
  315. .icon-cog:before {
  316. content: "\e809";
  317. }
  318. .icon-th-list:before {
  319. content: "\f009";
  320. }
  321. .icon-ccw:before {
  322. content: "\f025";
  323. }
  324. .icon-play-circled:before {
  325. content: "\f144";
  326. }
  327. .icon-times:before {
  328. content: "\ebc4";
  329. }
  330. .icon-window-maximize:before {
  331. content: "\ec0f";
  332. }
  333. .icon-window-minimize:before {
  334. content: "\ec10";
  335. }
  336. .icon-window-restore:before {
  337. content: "\ec11";
  338. }