browser.css 17 KB

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