browser.css 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708
  1. @charset "utf-8";
  2. *{
  3. margin: 0;
  4. padding: 0;
  5. font-family:Microsoft YaHei,fontello;
  6. -webkit-font-smoothing: antialiased;
  7. -moz-osx-font-smoothing: grayscale;
  8. list-style: none;
  9. }
  10. body{
  11. margin: 0;
  12. padding: 0;
  13. overflow: hidden;
  14. }
  15. ul,li{
  16. margin: 0;
  17. padding: 0;
  18. list-style: none;
  19. }
  20. button:focus,button{
  21. outline: none;
  22. cursor: pointer;
  23. }
  24. a,a:hover,a:link,a:visited,button,button:focus,button:hover,i,i:hover,img,img:hover,input,input:focus,input:hover,select:focus,span,span:hover,textarea:focus {
  25. -webkit-transition:all .35s;
  26. -moz-transition:all .35s;
  27. -o-transition:all .35s;
  28. }
  29. a:hover,a:link,a:visited {
  30. text-decoration:none;
  31. }
  32. button:hover {
  33. opacity: .8;
  34. cursor:pointer;
  35. }
  36. [ripple],button{
  37. position: relative;
  38. transform: translate3d(0,0,0);
  39. overflow: hidden;
  40. }
  41. [ripple]:after,button:after {
  42. content: "";
  43. display: block;
  44. position: absolute;
  45. width: 100%;
  46. height: 100%;
  47. top: 0;
  48. left: 0;
  49. pointer-events: none;
  50. background-image: radial-gradient(circle, #666 10%, transparent 10.01%);
  51. background-repeat: no-repeat;
  52. background-position: 50%;
  53. transform: scale(10, 10);
  54. opacity: 0;
  55. transition: transform .3s, opacity .5s;
  56. }
  57. [ripple]:active:after,button:active:after {
  58. transform: scale(0, 0);
  59. opacity: .3;
  60. transition: 0s;
  61. }
  62. .clearfix{
  63. zoom:1;
  64. }
  65. /*通用头部样式*/
  66. .bowerTop{
  67. width: 100%;
  68. height: 1px;
  69. }
  70. .bowerHeader {
  71. position: relative;
  72. height: 20px;
  73. }
  74. .browerHeaderControl{
  75. position: absolute;
  76. right: 0px;
  77. }
  78. .browerHeaderControl button {
  79. width: 50px;
  80. height: 25px;
  81. border: transparent;
  82. background: #fff;
  83. font-size: 13px;
  84. }
  85. .browerHeaderControl button:hover{
  86. background: #eee;
  87. }
  88. .browerHeaderControl .close:hover{
  89. background: #E83C3C!important;
  90. color: #fff!important;
  91. }
  92. .browerHeaderControl .icon-cancel:hover{
  93. background: #e66350 !important;
  94. color: #fff;
  95. }
  96. .browerHeaderControl .icon-minus{
  97. color: #333;
  98. }
  99. /*浏览器搜索杨思*/
  100. .BrowerHead {
  101. width: 100%;
  102. height: 26px;
  103. display: inline-flex;
  104. padding: 4px 0;
  105. background: #f5f5f5;
  106. border-top: 1px solid #ccc;
  107. border-bottom: 1px solid #ccc;
  108. }
  109. .BrowerHead button{
  110. float: left;
  111. overflow: hidden;
  112. margin: 0 5px;
  113. background: none;
  114. width: 26px;
  115. border: none;
  116. font-size: 16px;
  117. }
  118. .BrowerHead button:hover{
  119. background: #dcdcdc;
  120. border-radius: 3px;
  121. }
  122. .BrowerUrlArea {
  123. width: calc(100% - 150px) !important;
  124. padding: 2px 5px !important;
  125. text-align: left !important;
  126. border: 1px solid #dcdcdc;
  127. background: #fff;
  128. border-radius: 3px;
  129. }
  130. .BrowerUrlArea *{
  131. float: left;
  132. }
  133. .BrowerUrlArea span{
  134. float: left;
  135. width: 20px;
  136. text-align: center;
  137. line-height: 22px;
  138. font-size: 14px;
  139. }
  140. .BrowerUrlArea input {
  141. float: left;
  142. width: calc(100% - 21px) !important;
  143. height: 20px;
  144. border: 0 solid #d2d2d2;
  145. outline: none;
  146. text-indent: 10px;
  147. border-left: 1px solid #d2d2d2;
  148. display: block;
  149. background: none;
  150. }
  151. .BrowerHead .icon-ellipsis-vert{
  152. color: #8c8c8c;
  153. font-weight: lighter;
  154. font-size: 18px;
  155. padding-top: 2px;
  156. }
  157. .bowerHeaderSeach .bowerMenu {
  158. float: right;
  159. }
  160. .bowerHeaderSeach .bowerMenu:hover{
  161. background: #ddd;
  162. }
  163. .bowerHeaderSeach .icon-menu{
  164. font-size: 21px;
  165. color: #5a5a5a;
  166. }
  167. /*选项卡样式*/
  168. .bowerCreaterWindow li {
  169. position: relative;
  170. max-width: 180px !important;
  171. width: 150px;
  172. min-width: 10px !important;
  173. top: 0px;
  174. height: 30px;
  175. display: initial;
  176. margin-right: 10px;
  177. text-align: center;
  178. color: #000;
  179. line-height: 43px;
  180. background-color: #e2e2e2;
  181. border-top: 1px solid #a2a2a2;
  182. z-index: 1;
  183. -webkit-app-region: no-drag;
  184. -webkit-transition: all .3s cubic-bezier(0.3,.1,.58,1);
  185. -moz-transition: all .3s cubic-bezier(0.3,.1,.58,1);
  186. transition: all .3s cubic-bezier(0.3,.1,.58,1);
  187. -moz-user-select:none;
  188. -webkit-user-select:none;
  189. -ms-user-select:none;
  190. -khtml-user-select:none;
  191. user-select:none;
  192. }
  193. .BrowerActive{
  194. background-color: #f2f2f2 !important;
  195. border-top-color:#a9a9a9 !important;
  196. z-index: 999 !important;
  197. }
  198. .Listindex{
  199. z-index: 999 !important;
  200. }
  201. .BrowerActive{
  202. border-top: 1px solid #ccc!important;
  203. }
  204. .BrowerActive:before {
  205. border-top: 1px solid #ccc!important;
  206. background-color:#f2f2f2 !important;
  207. border-right-color:#ccc !important;
  208. }
  209. .BrowerActive:after {
  210. border-top: 1px solid #ccc!important;
  211. background-color:#f2f2f2 !important;
  212. border-left-color:#ccc !important;
  213. }
  214. .bowerCreaterWindow li:before,.bowerCreaterWindow li:after{
  215. content: '';
  216. position: absolute;
  217. display: block;
  218. width: 10px;
  219. height: 29px;
  220. top: -1px;
  221. background-color: #e2e2e2;
  222. border-top: 1px solid #a2a2a2;
  223. -webkit-transition: all .3s cubic-bezier(0.3,.1,.58,1);
  224. -moz-transition: all .3s cubic-bezier(0.3,.1,.58,1);
  225. transition: all .3s cubic-bezier(0.3,.1,.58,1);
  226. }
  227. .bowerCreaterWindow li:before {
  228. right: -6px;
  229. border-right: 1px solid #a2a2a2;
  230. transform: skewX(20deg);
  231. }
  232. .bowerCreaterWindow li:after {
  233. left: -6px;
  234. transform: skewX(-20deg);
  235. border-left: 1px solid #a2a2a2;
  236. }
  237. .bowerCreaterWindow {
  238. float: left;
  239. width: calc(100% - 195px);
  240. height: 29px;
  241. display: inline-flex;
  242. overflow: unset;
  243. margin-left: 20px;
  244. -webkit-transition: all .3s cubic-bezier(0.3,.1,.58,1);
  245. -moz-transition: all .3s cubic-bezier(0.3,.1,.58,1);
  246. transition: all .3s cubic-bezier(0.3,.1,.58,1);
  247. }
  248. .BrowerListBody {
  249. display: inline-block;
  250. position: relative;
  251. width: calc(100% - 3px);
  252. height: 32px;
  253. z-index: 2;
  254. top: -2px;
  255. }
  256. .BrowerList img {
  257. float: left;
  258. width: 16px;
  259. height: 16px;
  260. margin-top: 8px;
  261. }
  262. .BrowerList p {
  263. float: left;
  264. min-width: 0;
  265. max-width: 80%;
  266. width: calc(100% - 40px);
  267. margin: 0 3px;
  268. overflow: hidden;
  269. text-overflow: ellipsis;
  270. white-space: nowrap;
  271. line-height: 34px;
  272. text-align: left;
  273. font-size: 12px;
  274. margin-top: -1px;
  275. }
  276. .BrowerList i {
  277. float: right;
  278. width: 8px;
  279. height: 8px;
  280. padding: 4px;
  281. border-radius: 50%;
  282. font-size: 11px;
  283. text-align: center;
  284. line-height: 9px;
  285. margin-top: 8px;
  286. color: #888888;
  287. }
  288. .BrowerList i:hover{
  289. background: #ba4848;
  290. color: #fff;
  291. }
  292. button.BrowwerAdd {
  293. width: 32px !important;
  294. height: 18px;
  295. padding: 7px;
  296. margin: 6px 0 0 0;
  297. -webkit-transform: skew(20deg);
  298. -moz-transform: skew(20deg);
  299. -o-transform: skew(20deg);
  300. background: white;
  301. border: 1px solid #ccc;
  302. border-radius: 3px;
  303. -webkit-app-region: no-drag;
  304. }
  305. /*浏览器显示网页部分样式*/
  306. .BrowerContainer {
  307. height: calc(100% - 80px);
  308. position: absolute;
  309. width: 100%;
  310. left: 0;
  311. top: 80px;
  312. }
  313. .BrowerContainer webview, webview object{
  314. height: 100% !important;
  315. width: 100% !important;
  316. }
  317. /*右键菜单样式*/
  318. .MouseMenuMain{
  319. position:absolute;
  320. z-index:22;
  321. display:none;
  322. width:auto;
  323. height:auto;
  324. min-width:90pt;
  325. background:#fff;
  326. 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);
  327. -moz-user-select:none;
  328. -webkit-user-select:none;
  329. -ms-user-select:none;
  330. -khtml-user-select:none;
  331. user-select:none;
  332. }
  333. .MouseMenuMain li{
  334. width: auto;
  335. max-width: 400px;
  336. font-size: 13px;
  337. padding: 6px 18px;
  338. color: #333;
  339. text-align: left;
  340. white-space: nowrap;
  341. margin-bottom: 2px;
  342. }
  343. .MouseMenuMain li:hover{
  344. background-color:#eee;
  345. color:#000;
  346. cursor:pointer;
  347. }
  348. .MouseMenuMainStep{
  349. width: 100%;
  350. padding: 0 !important;
  351. height: 1px;
  352. background: #e8e8e8;
  353. margin: 5px 0;
  354. }
  355. /*查找菜单样式*/
  356. .BrowerFind{
  357. width: 320px;
  358. height: 35px;
  359. background: #fff;
  360. box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 0 1px rgba(0,0,0,.2);
  361. position: absolute;
  362. right: 20px;
  363. top: 80px;
  364. padding: 5px;
  365. z-index: 10;
  366. -webkit-animation-duration:.35s;animation-duration:.35s;-webkit-animation-fill-mode:both;animation-fill-mode:both;
  367. -webkit-animation-name:fadeIn;animation-name:fadeIn;
  368. display: none;
  369. overflow: hidden;
  370. -moz-user-select:none;
  371. -webkit-user-select:none;
  372. -ms-user-select:none;
  373. -khtml-user-select:none;
  374. user-select:none;
  375. }
  376. .BrowerFind *{
  377. float: left;
  378. }
  379. .BrowerFind input{
  380. width: 150px;
  381. height: 35px;
  382. border: none;
  383. font-size: 14px;
  384. padding: 0 2px;
  385. }
  386. .BrowerFind input:focus{
  387. outline: none;
  388. }
  389. .BrowerFind span{
  390. width: 50px;
  391. font-size: 12px;
  392. line-height: 35px;
  393. color: #888888;
  394. background: #fff;
  395. text-align: center;
  396. border-right: 1px solid #eee;
  397. }
  398. .BrowerFind button{
  399. background: none;
  400. border: none;
  401. width: 32px;
  402. margin: 0 3px;
  403. height: 35px;
  404. color: #888888;
  405. font-weight: bold;
  406. font-size: 18px;
  407. }
  408. .BrowerFind .icon-times{
  409. font-size: 14px;
  410. }
  411. /* 历史记录样式 */
  412. .HistoryMain{
  413. width: 100%;
  414. height: 100%;
  415. }
  416. .HistoryMain *{
  417. box-sizing: border-box;
  418. }
  419. .HistoryHead{
  420. width: 100%;
  421. height: 55px;
  422. background: #0b7aeb;
  423. -moz-user-select:none;
  424. -webkit-user-select:none;
  425. -ms-user-select:none;
  426. -khtml-user-select:none;
  427. user-select:none;
  428. }
  429. .HistoryHead p{
  430. font-size: 18px;
  431. color: #fff;
  432. line-height: 55px;
  433. padding-left: 15px;
  434. }
  435. .HistoryContainer {
  436. padding: 0px 100px 20px;
  437. overflow-y: auto;
  438. height: 545px;
  439. background: #eee;
  440. }
  441. .HistoryCard{
  442. width: 100%;
  443. background: #fff;
  444. 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);
  445. margin-bottom: 20px;
  446. }
  447. .HistoryCardContainer{
  448. width: 100%;
  449. }
  450. .HistoryCardContainer li{
  451. width: 100%;
  452. height: 35px;
  453. line-height: 25px;
  454. margin-bottom: 2px;
  455. padding: 5px;
  456. }
  457. .HistoryCardContainer li:hover{
  458. background: #eee;
  459. cursor: pointer;
  460. }
  461. .HistoryCardContainer li *{
  462. float: left;
  463. }
  464. .HistoryCardContainer li span{
  465. width: 100px;
  466. font-size: 12px;
  467. color: #7f7e7e;
  468. -moz-user-select:none;
  469. -webkit-user-select:none;
  470. -ms-user-select:none;
  471. -khtml-user-select:none;
  472. user-select:none;
  473. }
  474. .HistoryCardContainer li div{
  475. width: calc(100% - 100px);
  476. height: 100%;
  477. font-size: 13px;
  478. }
  479. .HistoryCardContainer li img{
  480. width: 15px;
  481. margin: 5px;
  482. }
  483. .HistoryCardContainer li p{
  484. height: 25px;
  485. width: calc(100% - 30px);
  486. overflow: hidden;
  487. text-overflow: ellipsis;
  488. white-space: nowrap;
  489. }
  490. .HistoryCardHead{
  491. width: 100%;
  492. font-weight: bold;
  493. font-size: 18px;
  494. padding: 5px;
  495. border-bottom: 1px solid #eee;
  496. line-height: 40px;
  497. -moz-user-select:none;
  498. -webkit-user-select:none;
  499. -ms-user-select:none;
  500. -khtml-user-select:none;
  501. user-select:none;
  502. }
  503. .history_body span {
  504. padding-right: 20px;
  505. overflow: hidden;
  506. text-overflow: ellipsis;
  507. width: 180px;
  508. }
  509. .history_body p {
  510. width: 270px;
  511. height: 20px;
  512. padding-right: 20px;
  513. overflow: hidden;
  514. text-overflow: ellipsis;
  515. }
  516. .history_body {
  517. display: inline-flex;
  518. margin-bottom: 10px;
  519. overflow: hidden;
  520. text-overflow: ellipsis;
  521. }
  522. /* 反馈样式 */
  523. .FeedBackMain *{
  524. box-sizing: border-box;
  525. }
  526. .FeedBackMain{
  527. width: 100%;
  528. height: 100%;
  529. -moz-user-select:none;
  530. -webkit-user-select:none;
  531. -ms-user-select:none;
  532. -khtml-user-select:none;
  533. user-select:none;
  534. }
  535. .FeedBackHead{
  536. width: 100%;
  537. height: 55px;
  538. border-bottom: 2px solid #38f;
  539. }
  540. .FeedBackHead img{
  541. float: left;
  542. width: 30px;
  543. margin: 11px;
  544. }
  545. .FeedBackHead p{
  546. line-height: 55px;
  547. font-size: 16px;
  548. }
  549. .FeedBackContainer{
  550. width: 100%;
  551. padding: 10px;
  552. }
  553. .FeedBackContainer input,.FeedBackContainer textarea{
  554. width: 100%;
  555. border: 1px solid #eee;
  556. height: 35px;
  557. border-radius: 3px;
  558. margin-bottom: 10px;
  559. padding: 4px;
  560. resize: none;
  561. }
  562. .FeedBackContainer textarea{
  563. height: 150px!important;
  564. }
  565. .FeedBackContainer input:focus,.FeedBackContainer textarea:focus{
  566. outline: none;
  567. border: 1px solid #38f;
  568. }
  569. .FeedBackContainer span{
  570. float: left;
  571. color: #e85151;
  572. font-size: 14px;
  573. margin-top: 10px;
  574. text-indent: 10px;
  575. }
  576. .FeedBackContainer button{
  577. float: right;
  578. padding: 0 10px;
  579. height: 35px;
  580. background: #38f;
  581. color: #fff;
  582. border: 1px solid #eee;
  583. border-radius: 3px;
  584. overflow: hidden;
  585. }
  586. /*加载提示*/
  587. .BrowerTips{
  588. left: 0px;
  589. bottom: 0px;
  590. float: left;
  591. position: absolute;
  592. max-width: 30%;
  593. height: 30px;
  594. line-height: 30px;
  595. z-index: 2;
  596. font-size: 12px;
  597. box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 0 1px rgba(0,0,0,.2);
  598. word-wrap: normal;
  599. background: #fff;
  600. text-overflow: ellipsis;
  601. word-spacing: normal;
  602. word-break: break-all;
  603. -webkit-transition: all .35s;
  604. -moz-transition: all .35s;
  605. -o-transition: all .35s;
  606. -moz-user-select:none;
  607. -webkit-user-select:none;
  608. -ms-user-select:none;
  609. -khtml-user-select:none;
  610. user-select:none;
  611. }
  612. /*关于我们*/
  613. .FeedBackContainer p{
  614. padding: 10px;
  615. font-size: 14px;
  616. font-weight: bold;
  617. }
  618. .FeedBackContainer p span{
  619. float: unset;
  620. }
  621. /* 首页end */
  622. .animated{-webkit-animation-duration:.35s;animation-duration:.35s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
  623. .animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}
  624. @-webkit-keyframes fadeIn{from{opacity:0}
  625. to{opacity:1}
  626. }
  627. @keyframes fadeIn{from{opacity:0}
  628. to{opacity:1}
  629. }
  630. .fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}
  631. @font-face {
  632. font-family: 'fontello';
  633. src: url('../font/fontello.eot?70736739');
  634. src: url('../font/fontello.eot?70736739#iefix') format('embedded-opentype'),
  635. url('../font/fontello.woff?70736739') format('woff'),
  636. url('../font/fontello.ttf?70736739') format('truetype'),
  637. url('../font/fontello.svg?70736739#fontello') format('svg');
  638. font-weight: normal;
  639. font-style: normal;
  640. }
  641. [class^="icon-"], [class*=" icon-"]{
  642. display: inline-block;
  643. font: normal normal normal 14px/1 fontello,Microsoft YaHei;
  644. font-size: inherit;
  645. text-rendering: auto;
  646. -webkit-font-smoothing: antialiased;
  647. -moz-osx-font-smoothing: grayscale;
  648. }
  649. .icon-left:before { content: '\e800'; } /* '' */
  650. .icon-right:before { content: '\e801'; } /* '' */
  651. .icon-cancel:before { content: '\e802'; } /* '' */
  652. .icon-minus:before { content: '\e803'; } /* '' */
  653. .icon-menu:before { content: '\e804'; } /* '' */
  654. .icon-play-circled2:before { content: '\e805'; } /* '' */
  655. .icon-play:before { content: '\e806'; } /* '' */
  656. .icon-lock:before { content: '\e807'; } /* '' */
  657. .icon-plus:before { content: '\e808'; } /* '' */
  658. .icon-cog:before { content: '\e809'; } /* '' */
  659. .icon-cw:before { content: '\e80a'; } /* '' */
  660. .icon-times:before { content: '\ebc4'; } /* '' */
  661. .icon-window-maximize:before { content: '\ec0f'; } /* '' */
  662. .icon-window-minimize:before { content: '\ec10'; } /* '' */
  663. .icon-window-restore:before { content: '\ec11'; } /* '' */
  664. .icon-angle-up:before { content: '\f106'; } /* '' */
  665. .icon-angle-down:before { content: '\f107'; } /* '' */
  666. .icon-ellipsis-vert:before { content: '\f142'; } /* '' */
  667. /*滚动条*/
  668. *::-webkit-scrollbar{
  669. width:7px;
  670. height:7px;
  671. background:none;
  672. }
  673. *::-webkit-scrollbar-button {
  674. display:none;
  675. }
  676. *::-webkit-scrollbar-track {
  677. background:none;
  678. }
  679. *::-webkit-scrollbar-track-piece {
  680. display:none;
  681. }
  682. *::-webkit-scrollbar-thumb{
  683. background : rgba(0,0,0,0.3);
  684. position : absolute;
  685. width : 3px;
  686. right : 0;
  687. top : 0;
  688. bottom : 0;
  689. visibility : hidden\9; /* Target only IE7 and IE8 with this hack */
  690. opacity : .01;
  691. -webkit-transition : .2s;
  692. -moz-transition : .2s;
  693. -o-transition : .2s;
  694. transition : .2s;
  695. -moz-border-radius : 3px;
  696. -webkit-border-radius : 3px;
  697. border-radius : 3px;
  698. }
  699. *::-webkit-scrollbar-thumb:active,*::-webkit-scrollbar-thumb:hover{
  700. background : rgba(0,0,0,.50);
  701. }
  702. *::-webkit-scrollbar-corner {
  703. display:none;
  704. }
  705. *::-webkit-scrollbar-resizer {
  706. display:none;
  707. }