browser.css 19 KB

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