browser.css 18 KB

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