global.css 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810
  1. @charset "utf-8";
  2. /*样式初始化*/
  3. @font-face {
  4. font-family: 'pingfang SC';
  5. src:url('font/pingfang.ttf') format('truetype');
  6. }
  7. body{
  8. font-family:-apple-system, BlinkMacSystemFont, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft Yahei', '微软雅黑', sans-serif;
  9. font-size:12px !important;
  10. overflow: hidden;
  11. }
  12. /*滑块*/
  13. ::-webkit-scrollbar-thumb:horizontal { /*水平滚动条的样式*/
  14. background-color: #ddd;
  15. }
  16. ::-webkit-scrollbar-thumb:vertical { /*垂直滚动条的样式*/
  17. background-color: #ddd;
  18. }
  19. .nav-link,.btn-link{
  20. color:#999;
  21. }
  22. .nav-link:hover,.btn-link:hover{
  23. color:#333;
  24. text-decoration: none;
  25. }
  26. .container-width{
  27. /*position:relative;*/
  28. padding:20px;
  29. /*width:900px;
  30. height:564px;*/
  31. /*overflow: hidden;*/
  32. background: linear-gradient(to bottom right,#f2f3fa 10%,#eaecf1 60%,#f0f1f8);/*
  33. background: linear-gradient(to bottom right,#eaecf1 10%,#BED8FE 60%,#EDF3FF);*/
  34. /*background: linear-gradient(to bottom right,#eaecf1,#eef0f7);*/
  35. }
  36. ::-webkit-scrollbar-track
  37. {
  38. background-color: #fff;
  39. }
  40. ::-webkit-scrollbar
  41. {
  42. width: 5px;
  43. height:5px;
  44. }
  45. ::-webkit-scrollbar:hover{
  46. background:#ddd5cf;
  47. }
  48. ::-webkit-scrollbar-thumb
  49. {
  50. background-color: #ddd5cf;
  51. }
  52. .header{
  53. margin-top: -20px;
  54. padding-top: 5px;
  55. height:60px;
  56. }
  57. .header i{
  58. }
  59. .cat-meow{
  60. position: absolute;
  61. bottom: 47px;
  62. left: -8px;
  63. z-index: 9999;
  64. cursor: pointer;
  65. }
  66. .cat-meow:hover {
  67. transform: translate(8px);
  68. }
  69. .cat{
  70. position: absolute;
  71. bottom: 47px;
  72. left: -110px;
  73. }
  74. .cat img{
  75. width:100px;
  76. }
  77. .catgogogo{
  78. animation-name: catwalk;
  79. animation-duration: 12s;
  80. animation-timing-function: linear;
  81. animation-iteration-count:1;
  82. animation-direction:alternate;
  83. animation-play-state:running;
  84. -webkit-animation-name: catwalk;
  85. -webkit-animation-duration: 12s;
  86. -webkit-animation-timing-function: linear;
  87. -webkit-animation-iteration-count:1;
  88. -webkit-animation-direction:alternate;
  89. -webkit-animation-play-state:running;
  90. }
  91. @keyframes catwalk
  92. {
  93. 0% {left:-110px;}
  94. 100% {left:500px;}
  95. }
  96. @-webkit-keyframes catwakl
  97. {
  98. 0% {left:-110px;}
  99. 100% {left:500px;}
  100. }
  101. .header-return{
  102. display:inline-block;
  103. font-size: 20px;
  104. font-weight: bold;
  105. padding:9px 5px 0 0;
  106. }
  107. .header i{
  108. cursor:pointer;
  109. }
  110. .head-tool .btn-light{
  111. background: none;
  112. border:none;
  113. color: #999
  114. }
  115. .head-tool .btn-group>.btn:nth-child(2){
  116. border:none;
  117. }
  118. .head-tool .btn-light:hover{
  119. background: #e2e6ea;
  120. border:none;
  121. color:#333;
  122. }
  123. .head-tool .btn-del:hover{
  124. background: rgb(228, 132, 131);
  125. border:none;
  126. color:#fff;
  127. }
  128. .version-name{
  129. margin-left: 15px;
  130. color:#ddd;
  131. font-size: 12px;
  132. }
  133. .top-nav .nav-link{
  134. color:#666;
  135. font-size:18px;
  136. }
  137. .top-nav .nav-link.active{
  138. color:#007bff;
  139. /*text-shadow:0px 0px 6px #fff, 0px 0px 20px #f72, 0px 0px 30px #f84,0px 0px 70px #fa5;*/
  140. position: relative;
  141. }
  142. .top-nav .nav-link.active:before{
  143. position:absolute;
  144. content: "";
  145. top:39px;
  146. left:30%;
  147. margin-left:-8px;
  148. height: 0px;
  149. width: 50px;
  150. border-left: 7px solid transparent;
  151. border-bottom: 1px solid #007bff;
  152. border-right: 8px solid transparent;
  153. }
  154. .top-nav .nav-link:hover{
  155. color:#007bff;
  156. /*text-shadow: 0px 0px 20px #1e6eff;*/
  157. }
  158. .top-nav .nav-link.active:hover{
  159. color:#007bff;
  160. /*text-shadow:0px 0px 6px #fff, 0px 0px 20px #f72, 0px 0px 30px #f84,0px 0px 70px #fa5;*/
  161. cursor: default;
  162. }
  163. .software-wrap{
  164. position:relative;
  165. background:#f5f6f7;
  166. overflow:hidden;
  167. }
  168. .software-down{
  169. padding: 50px 0;
  170. }
  171. .images-usb{
  172. width:100%;
  173. text-align: center;
  174. }
  175. .lock-detail{
  176. width:100%;
  177. }
  178. .text-orange{
  179. color:#ff6501;
  180. padding:0 10px;
  181. }
  182. .info-title{
  183. width:100%;
  184. height:60px;
  185. line-height: 60px;
  186. text-align: center;
  187. font-size: 16px;
  188. z-index: 10;
  189. }
  190. .info-list{
  191. width:100%;
  192. overflow-y:auto;
  193. }
  194. .software-info{
  195. padding-top: 5px;
  196. font-size: 14px;
  197. }
  198. .software-wrapscroll{
  199. width:100%;
  200. overflow-y:auto;
  201. border:1px solid #eaeaea;
  202. }
  203. .software-list{
  204. background:#fff;
  205. border:2px solid #fff;
  206. border-radius: 3px;
  207. padding:12px;
  208. margin:0 15px 15px;
  209. }
  210. .software-list .software-body{
  211. width:85% !important;
  212. }
  213. .software-list:hover,.details:hover{
  214. background: #ebeced
  215. }
  216. .software-list:hover .btn-white,.details:hover .btn-white{
  217. background:#1e6eff;
  218. color:#fff;
  219. border:1px solid #1e6eff;
  220. }
  221. .software-list a{
  222. color:#333;
  223. }
  224. .software-list a:hover{
  225. text-decoration: none;
  226. }
  227. .freewrap{
  228. background:#eee5df;
  229. margin:0 15px 15px 15px;
  230. padding:0 0 5px 0;
  231. border-radius: 3px;
  232. }
  233. .free-title{
  234. padding:10px 15px;
  235. font-size: 18px;
  236. border-radius: 3px 3px 0 0;
  237. }
  238. .free-content{
  239. position:relative;
  240. background:#fff;
  241. padding:15px;
  242. height:90px;
  243. border:2px solid #fff;
  244. border-radius: 3px;
  245. }
  246. .free-content:hover{
  247. border:2px solid rgba(255,101,5,0.2);
  248. }
  249. .free-content:hover .btn-white{
  250. background:#ff6501;
  251. color:#fff;
  252. border:1px solid #ff6501;
  253. display:block;
  254. }
  255. .free-content .btn-white{
  256. display:none;
  257. }
  258. .free-right{
  259. position:absolute;
  260. right:15px;
  261. bottom:10px;
  262. }
  263. .obtian-list{
  264. width:100%;
  265. overflow-y:auto;
  266. }
  267. .obtian-top{
  268. background:rgba(107,91,89,0.4);
  269. color:#333;
  270. border:1px solid #ddd;
  271. border-radius: 7px;
  272. padding:15px;
  273. margin:15px 15px 16px 15px;
  274. font-size: 16px;
  275. }
  276. .software-title{
  277. font-size: 16px;
  278. font-weight: bold;
  279. }
  280. .software-version{
  281. font-size: 14px;
  282. color:#888;
  283. }
  284. .software-stitle{
  285. font-size: 14px;
  286. color:#888;
  287. }
  288. .details-title a{
  289. color:#333;
  290. }
  291. .details-title a:hover{
  292. background:#fff;
  293. text-decoration: none;
  294. }
  295. .detail-download{
  296. width:530px;
  297. padding: 10px 15px;
  298. font-size: 14px;
  299. overflow-y:auto;
  300. }
  301. .detail-content ul{
  302. margin:10px 0 0 0;
  303. padding:0;
  304. }
  305. .detail-content ul li{
  306. list-style-type: none;
  307. width:100%;
  308. padding:10px 0;
  309. }
  310. .detail-content ul li .float-right{
  311. margin-top: -4px;
  312. }
  313. .color-gray{
  314. color:#888;
  315. }
  316. .software-left{
  317. position: absolute;
  318. width:27%;
  319. top:0;
  320. bottom:0;
  321. left:0;
  322. background:#fff;
  323. border:1px solid #eaeaea;
  324. border-right:none;
  325. }
  326. .local-software{
  327. position:absolute;
  328. width:100%;
  329. top:0;
  330. left:0;
  331. bottom:47px;
  332. overflow-y:auto;
  333. overflow-x:hidden;
  334. }
  335. .software{
  336. position:relative;
  337. padding:16px 24px;
  338. cursor:pointer;
  339. border-bottom:1px solid #eaeaea;
  340. }
  341. .software:hover{
  342. background: #f5f6f7
  343. }
  344. .software a{
  345. color:#333;
  346. text-decoration: none;
  347. }
  348. .software:hover a{
  349. color:#333;
  350. font-weight: bold;
  351. }
  352. .software.active{
  353. color:#000;
  354. background: #eaeaea
  355. }
  356. .software.active:before{
  357. position:absolute;
  358. content: "";
  359. top:20px;
  360. right:-15px;
  361. height: 0px;
  362. width: 0px;
  363. border-top: 7px solid transparent;
  364. border-right: 8px solid #fbf6f3;
  365. border-bottom: 8px solid transparent;
  366. }
  367. .software.active a{
  368. color:#007bff;
  369. }
  370. .software.active .software-num,.software:hover .software-num{
  371. background:#999;
  372. color:#fff;
  373. }
  374. .open-left{
  375. position:absolute;
  376. top:0;
  377. right:0;
  378. z-index: 999;
  379. }
  380. .open-left span{
  381. display:inline-block;
  382. font-size: 12px;
  383. width:12px;
  384. text-align: center;
  385. padding:5px 0;
  386. background:#5A4A47;
  387. color:#fff;
  388. border-radius: 0 0 0 4px;
  389. cursor:pointer;
  390. }
  391. .software-num{
  392. position:absolute;
  393. top:15px;
  394. right:24px;
  395. background:#e9e9e9;
  396. color:#555;
  397. display:inline-block;
  398. padding:3px 8px;
  399. }
  400. .software-left-bottomV1,.software-left-bottomV2{
  401. z-index: 999;
  402. position:absolute;
  403. width:100%;
  404. bottom:0;
  405. left:0;
  406. height:55px;
  407. }
  408. .local-install{
  409. position:absolute;
  410. top: 0;
  411. left:27%;
  412. bottom:0;
  413. width:73%;
  414. overflow-y:hidden;
  415. border:1px solid #eaeaea;
  416. }
  417. .building-bg {
  418. background:url(building3bg.png) top right no-repeat;
  419. background-color: #e9eef5
  420. }
  421. .software-detail-top{
  422. border-bottom:1px solid #eaeaea;
  423. }
  424. .software-content{
  425. width:100%;
  426. }
  427. .software-tab-pane{
  428. overflow-y:auto;
  429. }
  430. .software-content .tab-pane{
  431. padding:0 ;
  432. }
  433. .software-nav{
  434. position:absolute;
  435. right:15px;
  436. top:0;
  437. border-color: #eaeaea;
  438. }
  439. .software-nav .nav-link{
  440. color:#666;
  441. }
  442. .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  443. color:#007bff;
  444. border-color:#f5f6f7;
  445. background:#fff;
  446. }
  447. .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
  448. border-color: #f5f6f7;
  449. background: #f5f6f7;
  450. color: #007bff;
  451. position: relative;
  452. }
  453. .nav-tabs .nav-item.show .nav-link:before,.nav-tabs .nav-link.active:before{
  454. position:absolute;
  455. content: "";
  456. top:74px;
  457. left:38px;
  458. margin-left:-8px;
  459. height: 0px;
  460. width: 40px;
  461. border-left: 7px solid transparent;
  462. border-bottom: 1px solid #007bff;
  463. border-right: 8px solid transparent;
  464. }
  465. .nav-link{
  466. padding:13px 25px;
  467. }
  468. .iconbg{
  469. display:block;
  470. width:30px;
  471. padding:5px 0 5px 0;
  472. margin:0 0 0 9px;
  473. text-align: center;
  474. }
  475. .iconbg i{
  476. font-size: 24px
  477. }
  478. .iconbg-purple{
  479. background:#8a7bfd;
  480. color:#fff;
  481. }
  482. .iconbg-green{
  483. background:#0fb890;
  484. color:#fff;
  485. }
  486. .iconbg-yellow{
  487. background:#bfad6a;
  488. color:#fff;
  489. }
  490. .details{
  491. background:#f5f6f7;
  492. padding:20px 30px;
  493. border-radius: 3px;
  494. color:#888;
  495. font-size: 14px;
  496. border-bottom:1px solid #eaeaea;
  497. }
  498. .details-title{
  499. width:85%;
  500. color:#333;
  501. }
  502. .details .w-25{
  503. font-size: 16px;
  504. font-weight: bold;
  505. color:#333;
  506. }
  507. .details .details-title .w-25{
  508. width:70%!important;
  509. font-weight: 600;
  510. }
  511. .local-software-content{
  512. height:364px;
  513. overflow-y:auto;
  514. padding-right: 15px;
  515. }
  516. #dropdownMenuButton{
  517. cursor:pointer;
  518. }
  519. .no-drop::after{
  520. border:none;
  521. content:none;
  522. }
  523. .vide-title{
  524. margin:0 0 20px 0;
  525. font-size: 16px;
  526. }
  527. .bolangbanner {
  528. top: 98px;
  529. height: 100px;
  530. position: absolute;
  531. width: 100%;
  532. z-index:1;
  533. overflow:hidden;
  534. }
  535. #banner_bolang_bg_1{
  536. position: absolute;
  537. height:85px;
  538. background: url(wave01.png) repeat-x;
  539. width:300%;
  540. bottom:0;
  541. }
  542. #banner_bolang_bg_2{
  543. position: absolute;
  544. height:100px;
  545. background: url(wave02.png) repeat-x;
  546. width:300%;
  547. top:0;
  548. }
  549. .colorblack{
  550. color:#212529;
  551. }
  552. .colorblack:hover{
  553. color:#333;
  554. }
  555. .downloaded{
  556. background:#f5f6f7;
  557. border-radius: 3px;
  558. padding:10px;
  559. font-size: 14px;
  560. border:2px solid #f5f6f7;
  561. margin:10px 0 10px 0;
  562. }
  563. .downloaded:hover{
  564. border:2px solid rgba(30,110,255,0.2);
  565. }
  566. .progress-content .float-right{
  567. font-size: 16px;
  568. }
  569. .progress-width{
  570. width:85%;
  571. }
  572. .dropdown-wrap{
  573. min-width: 0;
  574. }
  575. .btn-group>.btn:nth-child(2){
  576. border-left: 1px solid #73a5ff
  577. }
  578. .btn-white {
  579. color: #333;
  580. background-color: #fff;
  581. border-color: #ddd;
  582. }
  583. .btn-white:hover{
  584. background:#eaecf1 !important;
  585. color:#333 !important;
  586. border:1px solid #eef0f7 !important;
  587. }
  588. .btn-orange {
  589. color: #fff;
  590. background-color: #ff6501;
  591. border-color: #ff6501;
  592. }
  593. .btn-orange:hover {
  594. color: #fff;
  595. background-color: #e55a00;
  596. border-color: #e55a00;
  597. }
  598. .btn-orange:focus, .btn-orange.focus {
  599. box-shadow: 0 0 0 0.2rem rgba(45, 174, 191, 0.5);
  600. }
  601. .btn-orange.disabled, .btn-orange:disabled {
  602. color: #fff;
  603. background-color: #e55a00;
  604. border-color: #e55a00;
  605. }
  606. .btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled).active,
  607. .show > .btn-orange.dropdown-toggle {
  608. color: #fff;
  609. background-color: #e55a00;
  610. border-color: #e55a00;
  611. }
  612. .btn-orange:not(:disabled):not(.disabled):active:focus, .btn-orange:not(:disabled):not(.disabled).active:focus,
  613. .show > .btn-orange.dropdown-toggle:focus {
  614. box-shadow: 0 0 0 0.2rem rgba(45, 174, 191, 0.5);
  615. }
  616. .btn-blue {
  617. color: #fff;
  618. background-color: #1e6eff;
  619. border-color: #1e6eff;
  620. }
  621. .btn-blue:hover {
  622. color: #fff;
  623. background-color: #0e90cc;
  624. border-color: #0e90cc;
  625. }
  626. .btn-blue:focus, .btn-blue.focus {
  627. box-shadow: 0 0 0 0.2rem rgba(45, 174, 191, 0.5);
  628. }
  629. .btn-blue.disabled, .btn-blue:disabled {
  630. color: #fff;
  631. background-color: #0e90cc;
  632. border-color: #0e90cc;
  633. }
  634. .btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled).active,
  635. .show > .btn-blue.dropdown-toggle {
  636. color: #fff;
  637. background-color: #0e90cc;
  638. border-color: #0e90cc;
  639. }
  640. .btn-blue:not(:disabled):not(.disabled):active:focus, .btn-blue:not(:disabled):not(.disabled).active:focus,
  641. .show > .btn-blue.dropdown-toggle:focus {
  642. box-shadow: 0 0 0 0.2rem rgba(45, 174, 191, 0.5);
  643. }
  644. .badge-orange{
  645. background:#ff9900;
  646. }
  647. .badge-red{
  648. background:#f00;
  649. }
  650. .modal-dialog{
  651. margin: 3.7rem auto 0 auto !important;
  652. }
  653. .modal-body{
  654. max-height:385px;
  655. overflow-y:auto;
  656. }
  657. .head-img{
  658. margin-top: -5px;
  659. width:26px;
  660. height:26px;
  661. border-radius: 13px;
  662. }
  663. .downloading .dropdown-item{
  664. color:#1e6eff;
  665. }
  666. .modal-online .media{
  667. background:#fbf6f3;
  668. margin:0 0 15px 0;
  669. padding:15px;
  670. border: 2px solid #fbf6f3;
  671. border-radius: 3px;
  672. }
  673. .modal-online .media:hover{
  674. border:2px solid rgba(255,101,5,0.2);
  675. }
  676. .alert-sm{
  677. padding: .25rem .5rem;
  678. }
  679. .card-width{
  680. width:189px;
  681. }
  682. /*新闻页面*/
  683. .news-content .software-left{
  684. width:15%;
  685. }
  686. .news-content .local-install{
  687. width:85%;
  688. left:15%;
  689. }
  690. .news-item a{
  691. color:#212529;
  692. }
  693. .news-list a:hover{
  694. text-decoration: none;
  695. }
  696. .news-list .news-item{
  697. border:1px solid #fff;
  698. overflow: hidden;
  699. padding:20px;
  700. background:#fff;
  701. }
  702. .news-list .news-item:hover{
  703. border:1px solid #ddd;
  704. box-shadow: 0 0 10px #eaeaea
  705. }
  706. /*培训*/
  707. .train-nav .nav-link{
  708. padding:5px 15px 0px;
  709. position: relative;
  710. color:#333;
  711. font-size: 14px
  712. }
  713. .train-nav .nav-link.active{
  714. color:#1e6eff;
  715. font-weight: 600
  716. }
  717. .train-nav .nav-link:hover{
  718. color:#1e6eff;
  719. }
  720. .train-nav .nav-link.active:before{
  721. position:absolute;
  722. content: "";
  723. top:34px;
  724. left:20px;
  725. height: 0px;
  726. width: 0px;
  727. border-left: 7px solid transparent;
  728. border-bottom: 8px solid #fbf6f3;
  729. border-right: 8px solid transparent
  730. }
  731. .train-content{
  732. position:relative;
  733. background:#fff;
  734. }
  735. .train-detail {
  736. font-size:14px;
  737. }
  738. .train-detail h1 {
  739. text-align: center;
  740. color:#f90000;
  741. font-size: 2rem;
  742. border-bottom:1px solid #f90000;
  743. padding-bottom:10px;
  744. }
  745. .train-detail h2 {
  746. text-align: center;
  747. font-size: 1.5rem;
  748. margin-bottom:20px;
  749. }
  750. .train-table ul{
  751. margin:0;
  752. padding:0;
  753. }
  754. .train-table ul li{
  755. margin:25px 0 0 0;
  756. list-style-type: none;
  757. font-size:14px;
  758. }
  759. .train-table .form-th{
  760. width: 80px;
  761. height: 34px;
  762. line-height: 34px;
  763. text-align: center;
  764. background: linear-gradient(to bottom right,#6d5855,#3b2d2a);
  765. color: #fff;
  766. margin:0 0 10px 0;
  767. }
  768. .form-group{
  769. position:relative;
  770. }
  771. .erroT{
  772. border:1px solid #f00;
  773. }
  774. .form-group span.text-danger{
  775. position:absolute;
  776. top:8px;
  777. }
  778. .text-big{
  779. margin-top: -10px;
  780. font-size: 26px;
  781. }
  782. .new-function{
  783. padding:15px 0;
  784. display:none;
  785. }
  786. .white-bg{
  787. background:#fff;
  788. }
  789. .lead-sm{
  790. font-size: 1rem;
  791. }