SYSUI.css 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834
  1. root {display: block;}
  2. html, body, div, label, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, p, blockquote, th, td ,img,textarea{border: 0px;margin: 0px;outline: 0px;padding: 0px;}
  3. fieldset, img { border: 0; }
  4. img { display:inline-block; }
  5. html{overflow-x: hidden; overflow-y: hidden;}
  6. :focus { outline: 0; }
  7. li {display: list-item;text-align: -webkit-match-parent;}
  8. em, i, u {font-style: normal;}
  9. h1, h2, h3, h4, h5, h6 {font-weight: normal; font-family:"Microsoft YaHei" }
  10. abbr, acronym { border: 0; font-variant: normal; }
  11. input, button, textarea, select, optgroup, option { font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; }
  12. code, kbd, samp, tt { font-size:100%; }
  13. input, button, textarea, select { *font-size: 100%;font-family:"Microsoft YaHei";}
  14. ol, ul { list-style: none outside none; }
  15. table { border-collapse: collapse; border-spacing: 0;}
  16. caption, th { text-align: left; }
  17. :link, :visited, ins { text-decoration: none; }
  18. blockquote, q { quotes: none; }
  19. blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
  20. *,*:before, *:after,:after, :before{
  21. -webkit-box-sizing: border-box;
  22. -moz-box-sizing: border-box;
  23. box-sizing: border-box;
  24. }
  25. *{touch-action: none;}
  26. body
  27. {
  28. padding-bottom: 0;
  29. background-color: #ffffff;
  30. min-height: 100%;
  31. font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif ;
  32. font-size: 13px;
  33. color: #393939;
  34. line-height: 1.5;
  35. }
  36. .clearfix:after{
  37. display: block;
  38. content: ".";
  39. height: 0;
  40. visibility: hidden;
  41. clear: both;
  42. font-size: 0;
  43. line-height: 0;
  44. }
  45. .box_Bullet{
  46. position: fixed;
  47. padding: 10px;
  48. color: #FFFFFF;
  49. font-size: 14px;
  50. background-color: rgba(0,0,0,0.7);
  51. top:50%;
  52. z-index: 111111111111;
  53. border-radius: 3px;
  54. min-width: 130px;
  55. text-align: center;
  56. }
  57. /*****************font size style css*****************/
  58. .font-size12{font-size: 12px!important;}
  59. .font-size14{font-size: 14px!important;}
  60. .font-size18{font-size: 18px!important;}
  61. .font-size24{font-size: 24px!important;}
  62. .font-size28{font-size: 28px!important;}
  63. /*********************************************/
  64. .backgroundf0{background:#f0f0f0!important;}
  65. .backgrounddd{background:#dddddd!important;}
  66. .background00{background:#000000!important;}
  67. .backgroundf2{background:#F2F2F2!important;}
  68. .backgroundff{background:#FFFFFF!important;}
  69. /*******Inside padding style*******/
  70. .padding0{padding:0px !important;}
  71. .padding5{padding: 5px!important;}
  72. .padding10{padding: 10px!important;}
  73. .padding15{padding: 15px!important;}
  74. .padding20{padding: 20px!important;}
  75. .padding30{padding: 30px!important;}
  76. .padding40{padding: 40px!important;}
  77. .padding50{padding: 50px!important;}
  78. .ptb10{padding: 10px 0px;}
  79. .ptb15{padding: 15px 0px;}
  80. .ptb20{padding: 20px 0px;}
  81. .ptb30{padding: 30px 0px;}
  82. .ptb40{padding: 40px 0px;}
  83. .ptb50{padding: 50px 0px;}
  84. .ptb60{padding: 60px 0px;}
  85. .ptb70{padding: 70px 0px;}
  86. .plf10{padding: 0px 10px;}
  87. .plf15{padding: 0px 15px;}
  88. .plf20{padding: 0px 20px;}
  89. .plf30{padding: 0px 30px;}
  90. .plf40{padding: 0px 40px;}
  91. .plf50{padding: 0px 50px;}
  92. .plf60{padding: 0px 60px;}
  93. .plf70{padding: 0px 70px;}
  94. .pr10{padding-right: 10px;}
  95. /************spacing magein style**********/
  96. .margin0{margin: 0px!important;}
  97. .margin10{margin: 10px!important;}
  98. .margin15{margin: 15px!important;}
  99. .margin20{margin: 20px!important;}
  100. .margin30{margin: 30px!important;}
  101. .margin40{margin: 40px!important;}
  102. .margin50{margin: 50px!important;}
  103. .mtb5{margin: 5px 0px;}
  104. .mtb10{margin: 10px 0px;}
  105. .mtb15{margin: 15px 0px;}
  106. .mtb20{margin: 20px 0px;}
  107. .mtb30{margin: 30px 0px;}
  108. .mtb40{margin: 40px 0px;}
  109. .mtb50{margin: 50px 0px;}
  110. .mtb60{margin: 60px 0px;}
  111. .mlf10{margin: 0px 10px;}
  112. .mlf15{margin: 0px 15px;}
  113. .mlf20{margin: 0px 20px;}
  114. .mlf30{margin: 0px 30px;}
  115. .mlf40{margin: 0px 40px;}
  116. .mlf50{margin: 0px 50px;}
  117. .mt10{margin-top: 10px;}
  118. .mt15{margin-top: 15px;}
  119. .mt20{margin-top: 20px;}
  120. .mb10{margin-bottom: 10px;}
  121. .mb15{margin-bottom: 15px;}
  122. .mb20{margin-bottom: 20px;}
  123. .ml10{margin-left: 10px;}
  124. .ml15{margin-left: 15px;}
  125. .ml20{margin-left: 20px;}
  126. .mr10{margin-right: 10px;}
  127. .mr15{margin-right: 15px;}
  128. .mr20{margin-right: 20px;}
  129. #sliderWrap{
  130. height: 100%;
  131. width: 5px;
  132. background-color: #d4d4d4;
  133. position: absolute;
  134. right: 0;
  135. top: 0;
  136. z-index: 111;
  137. }
  138. #slider{
  139. width: 5px;
  140. height: 50px;
  141. background-color: #969696;
  142. position: absolute;
  143. left: 0px;
  144. top: 0px;
  145. border-radius: 10px;
  146. z-index: 112;
  147. cursor: pointer;
  148. }
  149. .iframe-box{width: 100%; height: 100%;}
  150. .show_iframe{width: 100%; height: 100%;}
  151. .breadcrumb{position: relative; z-index: 1;}
  152. .menu-section{position: absolute; z-index: 1; width: 100%; top:0px;left: 0px;}
  153. .leftModule.bk-con-menu .samebtn i{display: block; margin-left: 5px;}
  154. .bk-con-menu.leftModule .samebtn {
  155. width: 25px;
  156. height: 40px;
  157. display: none;
  158. overflow: hidden;
  159. float: left;
  160. cursor: pointer;
  161. position: absolute;
  162. top: 45%;
  163. z-index: 111;
  164. left: initial;
  165. right: -25px;
  166. border-top: 1px solid #dddddd;
  167. border-left: 1px solid #f2f2f2;
  168. border-radius: 0px 3px 3px 0px;
  169. }
  170. .bk-con-menu.leftModule .samebtn:before{
  171. content:"";
  172. top:0px;
  173. left: 0px;
  174. width: 100%;
  175. height: 100%;
  176. position: absolute;
  177. z-index: 11;
  178. }
  179. .Testtitle{
  180. background: #f2f2f2!important;
  181. background-image: -webkit-gradient(linear,left 0,left 100%,from(#ffffff),to(#ededed))!important;
  182. background-image: -webkit-linear-gradient(top,#ffffff,0%,#ededed,100%)!important;
  183. background-image: -moz-linear-gradient(top,#ffffff 0,#ededed 100%)!important;
  184. background-image: linear-gradient(to bottom,#ffffff 0,#ededed 100%)!important;
  185. background-repeat: repeat-x!important;
  186. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ededed',GradientType=0)!important;
  187. border-bottom: 1px solid #DDDDDD;
  188. height: 40px;
  189. line-height: 40px;
  190. font-size: 16px;
  191. padding: 0px 20px;
  192. }
  193. .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  194. float: left;
  195. }
  196. .col-xs-12 {
  197. width: 100%;
  198. }
  199. .col-xs-11 {
  200. width: 91.66666667%;
  201. }
  202. .col-xs-10 {
  203. width: 83.33333333%;
  204. }
  205. .col-xs-9 {
  206. width: 75%;
  207. }
  208. .col-xs-8 {
  209. width: 66.66666667%;
  210. }
  211. .col-xs-7 {
  212. width: 58.33333333%;
  213. }
  214. .col-xs-6 {
  215. width: 50%;
  216. }
  217. .col-xs-5 {
  218. width: 41.66666667%;
  219. }
  220. .col-xs-4 {
  221. width: 33.33333333%;
  222. }
  223. .col-xs-3 {
  224. width: 25%;
  225. }
  226. .col-xs-2 {
  227. width: 16.66666667%;
  228. }
  229. .col-xs-1 {
  230. width: 8.33333333%;
  231. }
  232. @media screen and (max-width: 1680px) {
  233. .col-ms-1, .col-ms-2, .col-ms-3, .col-ms-4, .col-ms-5, .col-ms-6, .col-ms-7, .col-ms-8, .col-ms-9, .col-ms-10, .col-ms-11, .col-ms-12 {
  234. float: left;
  235. }
  236. .col-ms-12 {
  237. width: 100%;
  238. }
  239. .col-ms-11 {
  240. width: 91.66666667%;
  241. }
  242. .col-ms-10 {
  243. width: 83.33333333%;
  244. }
  245. .col-ms-9 {
  246. width: 75%;
  247. }
  248. .col-ms-8 {
  249. width: 66.66666667%;
  250. }
  251. .col-ms-7 {
  252. width: 58.33333333%;
  253. }
  254. .col-ms-6 {
  255. width: 50%;
  256. }
  257. .col-ms-5 {
  258. width: 41.66666667%;
  259. }
  260. .col-ms-4 {
  261. width: 33.33333333%;
  262. }
  263. .col-ms-3 {
  264. width: 25%;
  265. }
  266. .col-ms-2 {
  267. width: 16.66666667%;
  268. }
  269. .col-ms-1 {
  270. width: 8.33333333%;
  271. }
  272. }
  273. @media screen and (max-width: 1367px) {
  274. .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
  275. float: left;
  276. }
  277. .col-lg-12 {
  278. width: 100%;
  279. }
  280. .col-lg-11 {
  281. width: 91.66666667%;
  282. }
  283. .col-lg-10 {
  284. width: 83.33333333%;
  285. }
  286. .col-lg-9 {
  287. width: 75%;
  288. }
  289. .col-lg-8 {
  290. width: 66.66666667%;
  291. }
  292. .col-lg-7 {
  293. width: 58.33333333%;
  294. }
  295. .col-lg-6 {
  296. width: 50%;
  297. }
  298. .col-lg-5 {
  299. width: 41.66666667%;
  300. }
  301. .col-lg-4 {
  302. width: 33.33333333%;
  303. }
  304. .col-lg-3 {
  305. width: 25%;
  306. }
  307. .col-lg-2 {
  308. width: 16.66666667%;
  309. }
  310. .col-lg-1 {
  311. width: 8.33333333%;
  312. }
  313. }
  314. @media(min-width: 992px) {
  315. .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
  316. float: left;
  317. }
  318. .col-md-12 {
  319. width: 100%;
  320. }
  321. .col-md-11 {
  322. width: 91.66666667%;
  323. }
  324. .col-md-10 {
  325. width: 83.33333333%;
  326. }
  327. .col-md-9 {
  328. width: 75%;
  329. }
  330. .col-md-8 {
  331. width: 66.66666667%;
  332. }
  333. .col-md-7 {
  334. width: 58.33333333%;
  335. }
  336. .col-md-6 {
  337. width: 50%;
  338. }
  339. .col-md-5 {
  340. width: 41.66666667%;
  341. }
  342. .col-md-4 {
  343. width: 33.33333333%;
  344. }
  345. .col-md-3 {
  346. width: 25%;
  347. }
  348. .col-md-2 {
  349. width: 16.66666667%;
  350. }
  351. .col-md-1 {
  352. width: 8.33333333%;
  353. }
  354. }
  355. @media(min-width: 768px) {
  356. .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
  357. float: left;
  358. }
  359. .col-sm-12 {
  360. width: 100%;
  361. }
  362. .col-sm-11 {
  363. width: 91.66666667%;
  364. }
  365. .col-sm-10 {
  366. width: 83.33333333%;
  367. }
  368. .col-sm-9 {
  369. width: 75%;
  370. }
  371. .col-sm-8 {
  372. width: 66.66666667%;
  373. }
  374. .col-sm-7 {
  375. width: 58.33333333%;
  376. }
  377. .col-sm-6 {
  378. width: 50%;
  379. }
  380. .col-sm-5 {
  381. width: 41.66666667%;
  382. }
  383. .col-sm-4 {
  384. width: 33.33333333%;
  385. }
  386. .col-sm-3 {
  387. width: 25%;
  388. }
  389. .col-sm-2 {
  390. width: 16.66666667%;
  391. }
  392. .col-sm-1 {
  393. width: 8.33333333%;
  394. }
  395. }
  396. .btn {
  397. display: inline-block;
  398. border-style: solid;
  399. padding:5px 10px;
  400. border-width: 1px;
  401. border-color: #FFF;
  402. text-align: center;
  403. white-space: nowrap;
  404. vertical-align: middle;
  405. -webkit-transition: all .3s ease;
  406. -moz-transition: all .3s ease;
  407. -o-transition: all .3s ease;
  408. -ms-transition: all .3s ease;
  409. transition: all .3s ease;
  410. z-index: 111;
  411. border-radius: 3px;
  412. -moz-border-radius: 3px;
  413. -o-border-radius: 3px;
  414. -webkit-border-radius: 3px;
  415. cursor: pointer;
  416. }
  417. .btn_Plate {
  418. width: 100%;
  419. display: inline-block;
  420. border-style: solid;
  421. border-width: 1px;
  422. border-color: #DDDDDD;
  423. text-align: center;
  424. white-space: nowrap;
  425. vertical-align: middle;
  426. -webkit-transition: all .3s ease;
  427. -moz-transition: all .3s ease;
  428. -o-transition: all .3s ease;
  429. -ms-transition: all .3s ease;
  430. transition: all .3s ease;
  431. z-index: 111;
  432. }
  433. .title-name{
  434. padding: 0 15px;
  435. font-size: 16px;
  436. border-bottom: 1px solid #dddddd;
  437. background: #2a8bcc!important;
  438. background-image: -webkit-gradient(linear,left 0,left 100%,from(#ffffff),to(#ededed))!important;
  439. background-image: -webkit-linear-gradient(top,#ffffff,0%,#ededed,100%)!important;
  440. background-image: -moz-linear-gradient(top,#ffffff 0,#ededed 100%)!important;
  441. background-image: linear-gradient(to bottom,#ffffff 0,#ededed 100%)!important;
  442. background-repeat: repeat-x!important;
  443. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ededed',GradientType=0)!important;
  444. height: 40px;
  445. line-height: 40px;
  446. color: #333333;
  447. width: 100%;
  448. text-align: center
  449. }
  450. /*******颜色值********/
  451. .hover-blue-alt:hover, .bg-blue-alt {
  452. color: #fff;
  453. background: #65a6ff!important;
  454. border-color: #65a6ff
  455. }
  456. .hover-deep-blue:hover, .bg-deep-blue{
  457. color: #fff;
  458. background: #438EB9!important;
  459. border-color: #438EB9
  460. }
  461. .hover-deep-gray:hover, .bg-deep-gray{
  462. color: #33333;
  463. background: #DDDDDD!important;
  464. border-color: #DEDEDE
  465. }
  466. .hover-deep-white:hover, .bg-deep-white{
  467. color: #66666;
  468. background: #ffffff!important;
  469. border-color: #DEDEDE;
  470. border:1px solid #DEDEDE
  471. }
  472. .bg-deep-blue:hover{
  473. color: #FFFFFF;
  474. background-color:#60A7D0!important;
  475. border-color: #60A7D0;
  476. }
  477. .btn-danger:hover{background-color:#E07360!important; border-color: #E07360}
  478. .hover-green:hover, .bg-green {
  479. color: #fff!important;
  480. background:#72B63F!important;
  481. border-color: #72B63F
  482. }
  483. .hover-azure:hover, .bg-azure {
  484. color: #fff!important;
  485. background: #19D2A8!important;
  486. border-color: #19D2A8
  487. }
  488. .hover-red:hover, .bg-red {
  489. color: #fff!important;
  490. background: #ff5757!important;
  491. border-color: #ff5757
  492. }
  493. .hover-gray:hover, .bg-gray{
  494. color: #fff!important;
  495. background: #888888!important;
  496. border-color: #888888
  497. }
  498. .hover-gray:hover, .bg-purple{
  499. color: #fff!important;
  500. background: #8775a7!important;
  501. border-color:#8775a7
  502. }
  503. .hover-orange:hover, .bg-orange{
  504. color: #fff!important;
  505. background: #FF6633!important;
  506. border-color: #FF6633
  507. }
  508. .hover-orange:hover, .bg-yellow{
  509. color: #fff!important;
  510. background: #F5C23D!important;
  511. border-color: #F5C23D
  512. }
  513. .hover-pink:hover, .bg-pink{
  514. color: #fff!important;
  515. background: #F35052!important;
  516. border-color: #F35052
  517. }
  518. .hover-bule:hover, .bg-bule{
  519. color: #fff!important;
  520. background: #0785D1!important;
  521. border-color: #0785D1
  522. }
  523. .btn-danger, .btn-danger:focus{
  524. color: #fff!important;
  525. background:#d15b47!important;
  526. border-color: #d15b47;
  527. }
  528. .btn-info, .btn-info:focus {
  529. color: #fff!important;
  530. background-color: #6fb3e0!important;
  531. border-color: #6fb3e0;
  532. }
  533. .btn-green, .btn-green:focus {
  534. color: #fff!important;
  535. background-color: #72B63F!important;
  536. border-color: #72B63F;
  537. }
  538. .btn-blue, .btn-blue:focus {
  539. color: #fff!important;
  540. background-color: #0E85C3!important;
  541. border-color: #0E85C3;
  542. }
  543. .btn-gray, .btn-gray:focus {
  544. color: #fff;
  545. background-color:#999999!important;
  546. border-color: #999999;
  547. }
  548. .btn-Dark-success, .btn-Dark-success:focus{
  549. color: #fff!important;
  550. background-color: #82af6f!important;
  551. border-color: #82af6f;
  552. }
  553. .btn-default:hover, .btn-default:focus {
  554. background-color: #8b9aa3!important;
  555. border-color: #abbac3;
  556. color: #fff;
  557. }
  558. .alert-danger {
  559. color: #b94a48;
  560. background-color: #f2dede;
  561. border-color: #eed3d7;
  562. }
  563. .btn-white, .btn-white:focus{
  564. background-color:#FFF!important;
  565. color:#333;
  566. border-color: #ffffff;
  567. }
  568. .rightModule{width: 100%; top:0px; right: 0px; position: absolute; z-index: 1;}
  569. .title-menu{ height: 40px; text-align: center; line-height: 40px; color: #FFFFFF; background: #ff0000;}
  570. .leftModule .menu-section .column-name {
  571. width: 100%;
  572. height: initial;
  573. float: none;
  574. }
  575. .menu-section .column-name a {
  576. height: 45px;
  577. position: relative;
  578. border-right: 1px solid #dddddd;
  579. text-align: center;
  580. display: block;
  581. padding: 0px 15px;
  582. z-index: 2;
  583. }
  584. .menu-section .column-name a:before{
  585. position: absolute;
  586. content: "";
  587. cursor: pointer;
  588. left: 0px;
  589. top:0;
  590. width: 100%;
  591. height: 100%;
  592. z-index: 12;
  593. }
  594. .leftModule.bk-icon-menu .column-name.open .arrow{
  595. right: -6px;
  596. }
  597. .leftModule.bk-icon-menu .sys-childmenu{
  598. position: fixed;
  599. width: 200px;
  600. z-index: 1;
  601. margin-top: -45px;
  602. border-top: 1px solid #f2f2f2;
  603. border-bottom: 1px solid #f2f2f2;
  604. background: #f2f2f2;
  605. left: 60px;
  606. font-size: 14px;
  607. }
  608. .leftModule.bk-icon-menu .arrow{
  609. right: -5px;
  610. }
  611. .leftModule .menu-section .column-name a:after {
  612. content: '';
  613. border-bottom: 1px solid #ffffff;
  614. position: absolute;
  615. left: 0;
  616. bottom: -2px;
  617. height: 0;
  618. width: 100%;
  619. }
  620. .leftModule .menu-section .column-name .menu-text {
  621. display: inline-block;
  622. height: 100%;
  623. line-height: 45px;
  624. }
  625. .leftModule .menu-section .menuicon {
  626. position: absolute;
  627. left: 5px;
  628. height: 100%;
  629. font-size: 26px;
  630. width: 45px;
  631. top: 0;
  632. padding: 5px 0;
  633. }
  634. .leftModule .menu-section .menuicon .icon-img{width: 70%;}
  635. .bk-con-menu ul .arrow {
  636. position: absolute;
  637. right: 15px;
  638. top: 50%;
  639. margin-top: -10px;
  640. font-size: 18px;
  641. z-index: 12;
  642. }
  643. .title-menu .icon-menu {
  644. position: absolute;
  645. left: 15px;
  646. font-size: 22px;
  647. cursor: pointer;
  648. }
  649. .leftModule .menu_toggle {
  650. position: absolute;
  651. left: 0;
  652. height: 40px;
  653. bottom: 0;
  654. width: 100%;
  655. color: #fff;
  656. -webkit-transition: all 400ms ease;
  657. transition: all 400ms ease;
  658. cursor: pointer;
  659. padding: 0px 10px;
  660. z-index: 102;
  661. text-align: center;
  662. display: block;
  663. border-top: 1px solid rgba(0,0,0,0.04);
  664. background: rgba(0,0,0,0.02);
  665. }
  666. .leftModule .menu_toggle .icon_menu_toggle {
  667. font-size:24px;
  668. color: #FFFFFF;
  669. vertical-align: middle;
  670. }
  671. .leftModule .menu_toggle .icon_menu_toggle .icon-menu{font-size: 24px;}
  672. .notice-section {
  673. float: left;
  674. width: 50px;
  675. }
  676. /*************选项卡切换***************/
  677. .tab-navigation {
  678. padding: 0;
  679. font-size: 13px;
  680. color: #333;
  681. position: relative;
  682. z-index: 1;
  683. float:left;
  684. top: 0px;
  685. overflow: hidden;
  686. white-space: nowrap;
  687. -webkit-overflow-scrolling: touch;
  688. }
  689. .tab-navigation .tablist li{
  690. color: #ffffff;
  691. height: 100%;
  692. display: inline-block;
  693. background-color: #000000;
  694. border-right: 1px solid #2A2A2A;
  695. position: relative;
  696. bottom: 0px;
  697. overflow: hidden;
  698. cursor: pointer;
  699. }
  700. .tab-navigation .tablist li.home span {
  701. padding: 0px 20px;
  702. font-size: 22px;
  703. }
  704. .tab-navigation .tablist li span {
  705. display: block;
  706. position: relative;
  707. width: 100%;
  708. height: 100%;
  709. padding: 0px 20px 0px 10px;
  710. }
  711. .tab-navigation .tablist li.active:before {
  712. content: '';
  713. position: absolute;
  714. top: 0;
  715. left: 0px;
  716. width: 100%;
  717. z-index: 15;
  718. }
  719. .tab-navigation .tablist li .close_icon {
  720. position: absolute;
  721. display: block;
  722. width: 13px;
  723. height: 13px;
  724. top: 50%;
  725. margin-top: -7px;
  726. right: 5px;
  727. font-size: 0;
  728. line-height: 0;
  729. cursor: pointer;
  730. background: url(../images/acrossTab-close.png) no-repeat 0 0;
  731. }
  732. .fullscreen {
  733. float: right;
  734. width: 50px;
  735. border-left: 1px solid #333333;
  736. position: relative;
  737. display: block;
  738. height: 100%;
  739. z-index: 1;
  740. text-align: center;
  741. color: #ffffff;
  742. }
  743. .fullscreen:before{
  744. content: "";
  745. width: 100%;
  746. height: 100%;
  747. position: absolute;
  748. z-index: 11;
  749. top:0px;
  750. left:0px;
  751. }
  752. .bk-settings-section {
  753. min-width: 100px;
  754. position: absolute;
  755. right: 0px;
  756. height: 100%;
  757. top: 0px;
  758. z-index: 111;
  759. }
  760. .tablist{}
  761. .tab-navigation .tablist li .close_icon:hover{ background: url(../images/acrossTab-close.png) no-repeat 0 -13px}
  762. .tab-navigation .tablist li.home{background:#000000;border-right: 1px solid #2D2D2D }
  763. .tab-navigation .tablist li i{ margin-top:0px; font-size: 26px;}
  764. .tab-navigation .tablist li span.tabtitle{font-size: 14px; line-height: 40px;}
  765. .sys-direction{position: relative;z-index: 1; float: left; width:40px; height: 40px; line-height: 40px; text-align: center; font-size: 14px; color: #999999;}
  766. .show_iframe {
  767. animation: moveTop 1s;
  768. -webkit-animation: moveTop 1s;
  769. animation-fill-mode: both;
  770. -webkit-animation-fill-mode: both;
  771. position: relative;
  772. height: 100%;
  773. -webkit-overflow-scrolling: touch;
  774. overflow: hidden;
  775. }
  776. @keyframes moveTop{
  777. 0% {opacity: 0;-webkit-transform: translateY(20px);-ms-transform: translateY(20px);transform: translateY(20px);}
  778. 100% {opacity: 1;-webkit-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0);}
  779. }
  780. @-o-keyframes moveTop{
  781. 0% {opacity: 0;-webkit-transform: translateY(20px);-ms-transform: translateY(20px);transform: translateY(20px);}
  782. 100% {opacity: 1;-webkit-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0);}
  783. }
  784. @-moz-keyframes moveTop{
  785. 0% {opacity: 0;-webkit-transform: translateY(20px);-ms-transform: translateY(20px);transform: translateY(20px);}
  786. 100% {opacity: 1;-webkit-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0);}
  787. }
  788. @-webkit-keyframes moveTop{
  789. 0% {opacity: 0;-webkit-transform: translateY(20px);-ms-transform: translateY(20px);transform: translateY(20px);}
  790. 100% {opacity: 1;-webkit-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0);}
  791. }
  792. /*************颜色****************/
  793. .colorF { color: #FFFFFF;}
  794. .color3 { color: #333333;}
  795. /**************盒子样式********************/
  796. .clickBombbox {
  797. display: block;
  798. width: 100%;
  799. height: 100%;
  800. }
  801. .Bombbox {
  802. position: absolute;
  803. z-index: 1000;
  804. top: 100%;
  805. right: 0px;
  806. display: none;
  807. float: left;
  808. padding: 5px 0px;
  809. width: 100px;
  810. font-size: 14px;
  811. text-align: left;
  812. list-style: none;
  813. background-color: #fff;
  814. -webkit-background-clip: padding-box;
  815. background-clip: padding-box;
  816. border: 1px solid #ccc;
  817. border-top: 0px;
  818. }
  819. .Bombbox .menulist li {
  820. padding: 5px 10px;
  821. line-height: 30px;
  822. height: 40px;
  823. border-bottom: 1px dashed #dddddd;
  824. }
  825. .Bombbox .menulist li a{color: #333333; display: block;}
  826. .Bombbox .menulist li i { font-size: 16px;margin-right: 5px;}
  827. .Bombbox .menulist li:last-of-type {border-bottom: 0px;}
  828. .iframebox{width: 100%;}