browser.css 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483
  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: 14px;
  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: 60px;
  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. /* 首页 */
  294. .CampusInfoBanner{
  295. position: relative;
  296. height: 600px;
  297. background-image: url(../img/index/banner.png);
  298. background-size: contain;
  299. background-position: 50% 50%;
  300. background-repeat: no-repeat;
  301. background-size: cover;
  302. z-index: 200;
  303. }
  304. .CampusInfoContainer{
  305. max-width: 1080px;
  306. height: inherit;
  307. margin: 0 auto;
  308. -webkit-font-smoothing: subpixel-antialiased;
  309. text-align: center;
  310. }
  311. .CampusInfoContainer .fl{
  312. float: left;
  313. }
  314. .CampusInfoContainer .fr{
  315. float: right;
  316. }
  317. .CampusInfoBanner a {
  318. float: left;
  319. width: auto;
  320. padding: 20px 0;
  321. display: -webkit-inline-box;
  322. max-width: 200px;
  323. text-decoration: none;
  324. }
  325. .CampusInfoBanner img{
  326. width: 25px;
  327. }
  328. .CampusInfoBanner span{
  329. display: block;
  330. padding-left: 10px;
  331. line-height: 28px;
  332. font-size: 16px;
  333. color: #e0e0e0;
  334. }
  335. .CampusInfoBannerItem {
  336. width: 730px;
  337. padding-top: 160px;
  338. margin: auto;
  339. }
  340. .CampusInfoBannerItem h1{
  341. font-size: 64px;
  342. color: #fff;
  343. }
  344. .CampusInfoBannerItem p {
  345. padding-top: 10px;
  346. font-size: 18px;
  347. color: #fff;
  348. }
  349. .CampusInfoDownloadItem {
  350. display: flex;
  351. justify-content: center;
  352. align-items: center;
  353. padding: 10px 20px;
  354. }
  355. .CampusInfoDownload {
  356. width: 730px;
  357. margin: 45px auto 0;
  358. }
  359. .CampusInfoDownload li {
  360. display: inline-block;
  361. padding: 0 15px;
  362. width: 150px;
  363. text-align: center;
  364. }
  365. .BtnDownload {
  366. display: flex;
  367. justify-content: center;
  368. align-items: center;
  369. width: 150px;
  370. height: 40px;
  371. background: #0077e6;
  372. border: transparent;
  373. border-radius: 5px;
  374. line-height: 12px;
  375. }
  376. .CampusInfoIntroduce {
  377. position: relative;
  378. top: -80px;
  379. z-index: 999;
  380. }
  381. .BtnDownload img{
  382. width: 18px;
  383. }
  384. .BtnDownload span{
  385. display:inline-block;
  386. }
  387. .CampusInfoIntroduce .CampusInfoTitle {
  388. padding: 190px 0;
  389. }
  390. .CampusInfoTitle{
  391. margin: 40px 0;
  392. line-height: 50px;
  393. }
  394. .CampusInfoTitle h3{
  395. font-size: 36px;
  396. color: #363636;
  397. }
  398. .CampusInfoTitle p{
  399. font-size: 20px;
  400. color: #838383;
  401. }
  402. .CampusInfoKernel{
  403. background: #ededed;
  404. padding: 40px 0;
  405. }
  406. .CampusInfoKernel li {
  407. display: inline-block;
  408. padding: 0 60px;
  409. line-height: 30px;
  410. font-size: 16px;
  411. color: #979696;
  412. }
  413. /* 首页end */
  414. @font-face {
  415. font-family: 'fontello';
  416. src: url('../font/fontello.eot?70736739');
  417. src: url('../font/fontello.eot?70736739#iefix') format('embedded-opentype'),
  418. url('../font/fontello.woff?70736739') format('woff'),
  419. url('../font/fontello.ttf?70736739') format('truetype'),
  420. url('../font/fontello.svg?70736739#fontello') format('svg');
  421. font-weight: normal;
  422. font-style: normal;
  423. }
  424. [class^="icon-"], [class*=" icon-"]{
  425. display: inline-block;
  426. font: normal normal normal 14px/1 fontello,Microsoft YaHei;
  427. font-size: inherit;
  428. text-rendering: auto;
  429. -webkit-font-smoothing: antialiased;
  430. -moz-osx-font-smoothing: grayscale;
  431. }
  432. .icon-left:before {
  433. content: "\e800";
  434. }
  435. .icon-right:before {
  436. content: "\e801";
  437. }
  438. .icon-cancel:before {
  439. content: "\e802";
  440. }
  441. .icon-minus:before {
  442. content: "\e803";
  443. }
  444. .icon-menu:before {
  445. content: "\e804";
  446. }
  447. .icon-play-circled2:before {
  448. content: "\e805";
  449. }
  450. .icon-play:before {
  451. content: "\e806";
  452. }
  453. .icon-lock:before {
  454. content: "\e807";
  455. }
  456. .icon-plus:before {
  457. content: "\e808";
  458. }
  459. .icon-cog:before {
  460. content: "\e809";
  461. }
  462. .icon-th-list:before {
  463. content: "\f009";
  464. }
  465. .icon-ccw:before {
  466. content: "\f025";
  467. }
  468. .icon-play-circled:before {
  469. content: "\f144";
  470. }
  471. .icon-times:before {
  472. content: "\ebc4";
  473. }
  474. .icon-window-maximize:before {
  475. content: "\ec0f";
  476. }
  477. .icon-window-minimize:before {
  478. content: "\ec10";
  479. }
  480. .icon-window-restore:before {
  481. content: "\ec11";
  482. }