browser.css 6.9 KB

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