browser.css 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569
  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. }
  14. ul,li{
  15. margin: 0;
  16. padding: 0;
  17. list-style: none;
  18. }
  19. button:focus,button{
  20. outline: none;
  21. cursor: pointer;
  22. }
  23. .clearfix:after{
  24. content: "";
  25. height: 0;
  26. line-height: 0;
  27. display: block;
  28. visibility: hidden;
  29. clear: both;
  30. }
  31. .clearfix{
  32. zoom:1;
  33. }
  34. .bowerHeader {
  35. position: relative;
  36. height: 20px;
  37. }
  38. .bowerHeaderMenu{
  39. float: right;
  40. }
  41. .bowerHeader .bowerHeaderMenu button {
  42. width: 50px;
  43. height: 25px;
  44. border: transparent;
  45. background: #fff;
  46. font-size: 13px;
  47. }
  48. .bowerHeader .bowerHeaderMenu button:hover{
  49. background: #eee;
  50. }
  51. .icon-cancel:hover{
  52. background: #e66350 !important;
  53. color: #fff;
  54. }
  55. .icon-minus{
  56. color: #333;
  57. }
  58. .bowerHeaderSeach {
  59. width: 100%;
  60. height: 26px;
  61. display: inline-flex;
  62. padding: 4px 0;
  63. background: #f5f5f5;
  64. border-top: 1px solid #ccc;
  65. border-bottom: 1px solid #ccc;
  66. }
  67. .bowerHeaderSeach li {
  68. width: 30px;
  69. padding: 4px 2px;
  70. text-align: center;
  71. color: #5a5a5a;
  72. }
  73. .bowerHeaderSeach .bowerSeach {
  74. position: relative;
  75. width: calc(100% - 150px) !important;
  76. padding: 2px 5px !important;
  77. text-align: left !important;
  78. border: 1px solid #dcdcdc;
  79. border-radius: 5px;
  80. }
  81. .bowerHeaderSeach .bowerSeach span{
  82. padding: 2px 5px;
  83. }
  84. .bowerHeaderSeach li span{
  85. font-size: 16px;
  86. }
  87. .bowerHeaderSeach .bowerSeach input {
  88. position: absolute;
  89. top: 0;
  90. width: calc(100% - 27px) !important;
  91. height: 24px;
  92. border: 0 solid #d2d2d2;
  93. border-top-right-radius: 5px;
  94. outline: none;
  95. text-indent: 10px;
  96. border-left: 1px solid #d2d2d2;
  97. }
  98. .bowerHeaderSeach .bowerMenu {
  99. float: right;
  100. }
  101. .bowerHeaderSeach .bowerMenu:hover{
  102. background: #ddd;
  103. }
  104. .bowerHeaderSeach .icon-menu{
  105. font-size: 21px;
  106. color: #5a5a5a;
  107. }
  108. .bowerCreaterWindow li {
  109. position: relative;
  110. max-width: 180px !important;
  111. width: 150px;
  112. min-width: 10px !important;
  113. top: -1px;
  114. height: 29px;
  115. display: initial;
  116. margin-right: 10px;
  117. text-align: center;
  118. color: #000;
  119. line-height: 43px;
  120. background-color: #dadada;
  121. border-top: 1px solid #a2a2a2;
  122. z-index: 30;
  123. -webkit-app-region: no-drag;
  124. -webkit-transition: all .3s cubic-bezier(0.3,.1,.58,1);
  125. -moz-transition: all .3s cubic-bezier(0.3,.1,.58,1);
  126. transition: all .3s cubic-bezier(0.3,.1,.58,1);
  127. }
  128. .BrowerActive{
  129. background-color: #f2f2f2 !important;
  130. border-top-color:#a9a9a9 !important;
  131. z-index: 999 !important;
  132. }
  133. .Listindex{
  134. z-index: 999 !important;
  135. }
  136. .BrowerActive:before {
  137. background-color:#f2f2f2 !important;
  138. border-right-color:#a9a9a9 !important;
  139. }
  140. .BrowerActive:after {
  141. background-color:#f2f2f2 !important;
  142. border-left-color:#a9a9a9 !important;
  143. }
  144. .bowerCreaterWindow li:before {
  145. content: '';
  146. position: absolute;
  147. display: block;
  148. right: -6px;
  149. top: 0;
  150. width: 30px;
  151. height: 29px;
  152. transform: skewX(20deg);
  153. background-color: #dadada;
  154. border-right: 1px solid #a2a2a2;
  155. -webkit-transition: all .3s cubic-bezier(0.3,.1,.58,1);
  156. -moz-transition: all .3s cubic-bezier(0.3,.1,.58,1);
  157. transition: all .3s cubic-bezier(0.3,.1,.58,1);
  158. }
  159. .bowerCreaterWindow li:after {
  160. content: '';
  161. position: absolute;
  162. display: block;
  163. top: 0;
  164. width: 30px;
  165. height: 29px;
  166. margin-left: -5px;
  167. transform: skewX(-20deg);
  168. background-color: #dadada;
  169. border-left: 1px solid #a2a2a2;
  170. -webkit-transition: all .3s cubic-bezier(0.3,.1,.58,1);
  171. -moz-transition: all .3s cubic-bezier(0.3,.1,.58,1);
  172. transition: all .3s cubic-bezier(0.3,.1,.58,1);
  173. }
  174. .bowerCreaterWindow {
  175. float: left;
  176. width: calc(100% - 195px);
  177. height: 29px;
  178. display: inline-flex;
  179. overflow: unset;
  180. margin-left: 20px;
  181. -webkit-transition: all .3s cubic-bezier(0.3,.1,.58,1);
  182. -moz-transition: all .3s cubic-bezier(0.3,.1,.58,1);
  183. transition: all .3s cubic-bezier(0.3,.1,.58,1);
  184. }
  185. .BrowerListBody {
  186. position: relative;
  187. display: inline-block;
  188. width: calc(100% - 3px);
  189. z-index: 99;
  190. line-height: 22px;
  191. }
  192. .BrowerList img {
  193. display: inline-block;
  194. float: left;
  195. width: 16px;
  196. height: 16px;
  197. }
  198. .BrowerList p {
  199. display: inline-block;
  200. float: left;
  201. min-width: 0;
  202. max-width: 80%;
  203. width: calc(100% - 40px);
  204. margin: 0 3px;
  205. overflow: hidden;
  206. text-overflow: ellipsis;
  207. white-space: nowrap;
  208. line-height: 18px;
  209. text-align: left;
  210. }
  211. .BrowerList i {
  212. float: right;
  213. width: 10px;
  214. height: 10px;
  215. padding: 4px;
  216. border-radius: 50%;
  217. }
  218. button.BrowwerAdd {
  219. width: 32px !important;
  220. height: 18px;
  221. padding: 7px;
  222. margin: 6px 0 0 0;
  223. -webkit-transform: skew(20deg);
  224. -moz-transform: skew(20deg);
  225. -o-transform: skew(20deg);
  226. background: white;
  227. border: 1px solid #c7c7c7;
  228. border-radius: 3px;
  229. -webkit-app-region: no-drag;
  230. }
  231. .BrowerContainer {
  232. height: calc(100% - 93px) !important;
  233. }
  234. .BrowerContainer webview, webview object{
  235. height: 100% !important;
  236. width: 100% !important;
  237. }
  238. .OnclickMenu{
  239. position: absolute;
  240. right: 0;
  241. top: 80px;
  242. min-width:90pt;
  243. display: none;
  244. background:#fff;
  245. 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);
  246. -moz-user-select:none;
  247. -webkit-user-select:none;
  248. -ms-user-select:none;
  249. -khtml-user-select:none;
  250. user-select:none;
  251. }
  252. .MouseMenuMain{
  253. position:absolute;
  254. z-index:22;
  255. display:none;
  256. width:auto;
  257. height:auto;
  258. min-width:90pt;
  259. background:#fff;
  260. 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);
  261. -moz-user-select:none;
  262. -webkit-user-select:none;
  263. -ms-user-select:none;
  264. -khtml-user-select:none;
  265. user-select:none;
  266. }
  267. .MouseMenuMain li ,.OnclickMenu li{
  268. width: auto;
  269. max-width: 400px;
  270. font-size:12px;
  271. padding: 6px 8px;
  272. color: #333;
  273. text-align: left;
  274. white-space: nowrap;
  275. }
  276. .MouseMenuMain li:hover{
  277. background-color:#ddd;
  278. color:#000;
  279. cursor:pointer;
  280. }
  281. .OnclickMenu li:hover{
  282. background-color:#ddd;
  283. color:#000;
  284. cursor:pointer;
  285. }
  286. .MouseMenuMainStep{
  287. width: 100%;
  288. padding: 0 !important;
  289. height: 1px;
  290. background: #e8e8e8;
  291. margin: 5px 0;
  292. }
  293. .BrowserHistory{
  294. /* left: 20% !important; */
  295. width: 60% !important;
  296. padding: 0 40px;
  297. box-shadow: rgb(202, 202, 202) 0px 0px 30px 5px !important;
  298. border: 1px solid #e4e4e4 !important;
  299. background-color: #fff !important;
  300. }
  301. .BrowserHistoryTitle{
  302. padding: 5px 0;
  303. background-color: transparent !important;
  304. color: #666 !important;
  305. text-align: center;
  306. }
  307. .BrowserHistoryClose{
  308. top: 9px !important;
  309. right: 10px !important;
  310. }
  311. .history_body {
  312. overflow: hidden;
  313. width: 100%;
  314. height: 18px;
  315. line-height: 20px;
  316. margin: 3px 0;
  317. }
  318. .history_body span{
  319. margin: 0 10px;
  320. }
  321. /* CampusInfo-AboutUs */
  322. .CampusInfo-AboutUs{
  323. min-width: 1180px;
  324. }
  325. .CampusInfo-AboutUs .CampusInfoBanner{
  326. position: relative;
  327. height: 600px;
  328. background-image: url(../img/index/banner.png);
  329. background-size: contain;
  330. background-position: 50% 50%;
  331. background-repeat: no-repeat;
  332. background-size: cover;
  333. z-index: 200;
  334. }
  335. .CampusInfo-AboutUs .CampusInfoContainer{
  336. max-width: 1180px;
  337. min-width: 1180px;
  338. height: inherit;
  339. margin: 0 auto;
  340. -webkit-font-smoothing: subpixel-antialiased;
  341. text-align: center;
  342. }
  343. .CampusInfo-AboutUs .CampusInfoContainer .fl{
  344. float: left;
  345. }
  346. .CampusInfo-AboutUs .CampusInfoContainer .fr {
  347. float: right;
  348. text-align: left;
  349. }
  350. .CampusInfo-AboutUs .CampusInfoBanner a {
  351. float: left;
  352. width: auto;
  353. padding: 20px 0;
  354. display: -webkit-inline-box;
  355. max-width: 200px;
  356. text-decoration: none;
  357. }
  358. .CampusInfo-AboutUs .CampusInfoBanner img{
  359. width: 25px;
  360. }
  361. .CampusInfo-AboutUs .CampusInfoBanner span{
  362. display: block;
  363. padding-left: 10px;
  364. line-height: 28px;
  365. font-size: 16px;
  366. color: #e0e0e0;
  367. }
  368. .CampusInfo-AboutUs .CampusInfoBannerItem {
  369. width: 730px;
  370. padding-top: 160px;
  371. margin: auto;
  372. }
  373. .CampusInfo-AboutUs .CampusInfoBannerItem h1{
  374. font-size: 64px;
  375. color: #fff;
  376. }
  377. .CampusInfo-AboutUs .CampusInfoBannerItem p {
  378. padding-top: 10px;
  379. font-size: 18px;
  380. color: #fff;
  381. }
  382. .CampusInfo-AboutUs .CampusInfoDownloadItem {
  383. display: flex;
  384. justify-content: center;
  385. align-items: center;
  386. padding: 10px 20px;
  387. }
  388. .CampusInfo-AboutUs .CampusInfoDownload {
  389. width: 730px;
  390. margin: 45px auto 0;
  391. }
  392. .CampusInfo-AboutUs .CampusInfoDownload li {
  393. display: inline-block;
  394. padding: 0 15px;
  395. width: 150px;
  396. text-align: center;
  397. }
  398. .CampusInfo-AboutUs .BtnDownload {
  399. display: flex;
  400. justify-content: center;
  401. align-items: center;
  402. width: 150px;
  403. height: 40px;
  404. background: #0077e6;
  405. border: transparent;
  406. border-radius: 5px;
  407. line-height: 12px;
  408. }
  409. .CampusInfo-AboutUs .CampusInfoIntroduce {
  410. position: relative;
  411. top: -130px;
  412. height: 520px;
  413. z-index: 999;
  414. }
  415. .CampusInfo-AboutUs .CampusInfoIntroduce img{
  416. text-align: left;
  417. }
  418. .CampusInfo-AboutUs .BtnDownload img{
  419. width: 18px;
  420. }
  421. .CampusInfo-AboutUs .BtnDownload span{
  422. display:inline-block;
  423. }
  424. .CampusInfo-AboutUs .CampusInfoIntroduce .CampusInfoTitle {
  425. padding: 235px 0 0;
  426. line-height: 3;
  427. }
  428. .CampusInfo-AboutUs .CampusInfoTitle {
  429. margin: 40px;
  430. line-height: 50px;
  431. line-height: 3;
  432. }
  433. .CampusInfo-AboutUs .CampusInfoTitle h3 {
  434. font-size: 36px;
  435. color: #333;
  436. }
  437. .CampusInfo-AboutUs .CampusInfoTitle p {
  438. width: 300px;
  439. margin: auto;
  440. font-size: 16px;
  441. color: rgb(105, 105, 105);
  442. line-height: 2;
  443. }
  444. .CampusInfo-AboutUs .CampusInfoKernel {
  445. height: 460px;
  446. padding: 20px 0;
  447. background: #f5f5f5;
  448. }
  449. .CampusInfo-AboutUs .CampusInfoKernel li {
  450. display: inline-block;
  451. padding: 0 60px;
  452. line-height: 30px;
  453. font-size: 16px;
  454. color: #979696;
  455. }
  456. .CampusInfo-AboutUs .CampusInfoTools {
  457. height: 500px;
  458. padding: 80px 0;
  459. }
  460. .CampusInfo-AboutUs .CampusInfoTools .CampusInfoTitle {
  461. padding-top: 100px;
  462. }
  463. .CampusInfo-AboutUs .CampusInfoSafety {
  464. height: 420px;
  465. padding: 75px 0;
  466. background: #f5f5f5;
  467. }
  468. .CampusInfo-AboutUs .CampusInfoSafety .CampusInfoTitle {
  469. padding-top: 60px;
  470. }
  471. .CampusInfo-AboutUs .CampusInfoFooter {
  472. height: 200px;
  473. background: #494949;
  474. }
  475. .CampusInfo-AboutUs .CampusInfoFooter li {
  476. display: inline-block;
  477. padding: 45px 15px;
  478. }
  479. .CampusInfo-AboutUs .CampusInfoContainer li span{
  480. color: #ccc;
  481. font-size: 14px;
  482. }
  483. .CampusInfo-AboutUs .CampusInfoFooter .line{
  484. width: 100%;
  485. height: 2px;
  486. background: rgba(255, 255, 255, 0.23);
  487. }
  488. .CampusInfo-AboutUs .author{
  489. padding-bottom: 30px;
  490. font-size: 14px;
  491. color: #ccc;
  492. }
  493. .CampusInfo-AboutUs .CampusInfoFooter .copyright{
  494. padding: 30px 0;
  495. text-align: center;
  496. font-size: 16px;
  497. color: #ccc;
  498. }
  499. /* 首页end */
  500. @font-face {
  501. font-family: 'fontello';
  502. src: url('../font/fontello.eot?70736739');
  503. src: url('../font/fontello.eot?70736739#iefix') format('embedded-opentype'),
  504. url('../font/fontello.woff?70736739') format('woff'),
  505. url('../font/fontello.ttf?70736739') format('truetype'),
  506. url('../font/fontello.svg?70736739#fontello') format('svg');
  507. font-weight: normal;
  508. font-style: normal;
  509. }
  510. [class^="icon-"], [class*=" icon-"]{
  511. display: inline-block;
  512. font: normal normal normal 14px/1 fontello,Microsoft YaHei;
  513. font-size: inherit;
  514. text-rendering: auto;
  515. -webkit-font-smoothing: antialiased;
  516. -moz-osx-font-smoothing: grayscale;
  517. }
  518. .icon-left:before {
  519. content: "\e800";
  520. }
  521. .icon-right:before {
  522. content: "\e801";
  523. }
  524. .icon-cancel:before {
  525. content: "\e802";
  526. }
  527. .icon-minus:before {
  528. content: "\e803";
  529. }
  530. .icon-menu:before {
  531. content: "\e804";
  532. }
  533. .icon-play-circled2:before {
  534. content: "\e805";
  535. }
  536. .icon-play:before {
  537. content: "\e806";
  538. }
  539. .icon-lock:before {
  540. content: "\e807";
  541. }
  542. .icon-plus:before {
  543. content: "\e808";
  544. }
  545. .icon-cog:before {
  546. content: "\e809";
  547. }
  548. .icon-th-list:before {
  549. content: "\f009";
  550. }
  551. .icon-ccw:before {
  552. content: "\f025";
  553. }
  554. .icon-play-circled:before {
  555. content: "\f144";
  556. }
  557. .icon-times:before {
  558. content: "\ebc4";
  559. }
  560. .icon-window-maximize:before {
  561. content: "\ec0f";
  562. }
  563. .icon-window-minimize:before {
  564. content: "\ec10";
  565. }
  566. .icon-window-restore:before {
  567. content: "\ec11";
  568. }