main.css 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658
  1. body {
  2. position: relative;
  3. font-family: Verdana, "Lantinghei SC", "Hiragino Sans GB", "Microsoft Yahei", Helvetica, arial, \5b8b\4f53, sans-serif;
  4. }
  5. a{
  6. text-decoration: none;
  7. }
  8. a:hover{
  9. text-decoration: none;
  10. outline: 0;
  11. }
  12. textarea{
  13. resize: none;
  14. }
  15. .text{
  16. font-size: 12px;
  17. color: #999999;
  18. font-weight: 200;
  19. }
  20. .error-message{
  21. color: #d9534f;
  22. font-size: 12px;
  23. }
  24. .success-message{
  25. color: #5cb85c;
  26. font-size: 12px;
  27. }
  28. .input-readonly{
  29. border: 1px solid rgba(34,36,38,.15);
  30. background-color: #fff !important;
  31. -webkit-box-shadow : none;
  32. box-shadow: none;
  33. }
  34. ::-webkit-scrollbar , body .scrollbar-track-color{
  35. height: 9px;
  36. width: 7px;
  37. background: #E6E6E6;
  38. }
  39. ::-webkit-scrollbar:hover {
  40. background: #CCCCCC;
  41. }
  42. ::-webkit-scrollbar-thumb {
  43. background: #A2A2A2;
  44. -webkit-border-radius: 6px;
  45. -moz-border-radius: 6px;
  46. -ms-border-radius: 6px;
  47. -o-border-radius: 6px;
  48. border-radius: 6px;
  49. }
  50. .bootstrap-tagsinput{
  51. display: block !important;
  52. }
  53. .manual-header{
  54. margin-bottom: 0;
  55. background-color: #fff;
  56. border-bottom: 0;
  57. box-shadow: rgba(0,0,0,.1)0 1px 5px;
  58. border-top: 1px solid #009a61;
  59. }
  60. .manual-header .navbar-brand,.manual-header a {
  61. font-weight: 500;
  62. color: #563d7c;
  63. max-width: 300px;
  64. white-space:nowrap;
  65. overflow: hidden;
  66. }
  67. .manual-header .navbar-nav li.active a{
  68. background-color: #009a61;
  69. color: #ffffff;
  70. }
  71. .manual-reader .slidebar {
  72. margin: 5px 10px 0 0;
  73. }
  74. .user-info{
  75. border: 0;
  76. background-color: #ffffff;
  77. padding: 5px 10px !important;
  78. cursor: pointer;
  79. }
  80. .user-info:hover{
  81. background-color: #F5F5F5;
  82. }
  83. .user-info-dropdown a{
  84. font-size: 14px;
  85. color: #333333;
  86. height: 30px !important;
  87. line-height: 25px !important;
  88. }
  89. .user-info-dropdown a>i{
  90. display: inline-block;
  91. margin-right: 5px;
  92. }
  93. .userbar-avatar{
  94. display: inline-block;
  95. width: 43px;
  96. height: 43px;
  97. margin-right: 15px;
  98. }
  99. .userbar-content{
  100. display: inline-block;
  101. vertical-align: middle;
  102. }
  103. .userbar-content span{
  104. display: inline-block;
  105. font-size: 14px;
  106. font-weight: 400;
  107. margin-right: 40px;
  108. color: #3d444f;
  109. }
  110. .userbar-content div{
  111. font-size: 12px;
  112. line-height: 1;
  113. color: #9ba3af;
  114. }
  115. /**************首页标签*******************/
  116. .tag-container-outer{
  117. border-bottom: 1px solid #eee;
  118. padding-top: 5px;
  119. padding-bottom: 5px;
  120. line-height: 30px;
  121. position: relative;
  122. display: block !important;
  123. margin-top: 15px;
  124. }
  125. .tag-container-outer .title{
  126. font-weight: 400;
  127. font-size: 14px;
  128. }
  129. .tag-container-outer .tags a{
  130. display: inline-block;
  131. vertical-align: baseline;
  132. line-height: 1;
  133. border-radius: 0.3rem;
  134. transition: background .1s ease;
  135. cursor: pointer;
  136. background-color: #e0e0e0;
  137. margin: 0 .5em .5em 0!important;
  138. padding: 0.5rem 0.8rem;
  139. color: #999999;
  140. opacity: 0.8;
  141. }
  142. .tag-container-outer .tags a:hover{
  143. color: #666666;
  144. opacity: 1;
  145. }
  146. .tag-container-outer .tags a>.detail{
  147. display: inline-block;
  148. vertical-align: top;
  149. font-weight: 400;
  150. margin-left: 1em;
  151. opacity: .8
  152. }
  153. /*********************************/
  154. .manual-body{
  155. margin-top: 53px;
  156. }
  157. .manual-body .page-left{
  158. position: fixed;
  159. overflow: auto;
  160. top: 50px;
  161. bottom: 0;
  162. z-index: 100;
  163. width: 199px;
  164. background-color: #f5f5f5;
  165. border-right: 1px solid #eaeaea
  166. }
  167. .manual-body .page-left .menu {
  168. padding: 18px 0
  169. }
  170. .manual-body .page-left .menu li {
  171. height: 36px;
  172. line-height: 0
  173. }
  174. .manual-body .page-left .menu .item {
  175. display: block;
  176. padding: 8px 24px;
  177. color: #666;
  178. white-space: nowrap;
  179. overflow: hidden;
  180. text-overflow: ellipsis;
  181. white-space: nowrap;
  182. line-height: 20px;
  183. text-decoration: none;
  184. }
  185. .manual-body .page-left .menu .item:hover {
  186. background-color: #eee;
  187. text-decoration: none;
  188. }
  189. .manual-body .page-left .menu a:visited{
  190. text-decoration: none;
  191. }
  192. .manual-body .page-left .menu li.active .item{
  193. background-color: #DDB;
  194. }
  195. .manual-body .page-right {
  196. padding: 15px 0 15px 24px;
  197. margin-left: 200px;
  198. min-width: 400px;
  199. }
  200. .manual-body .page-right .box-head{
  201. border-bottom: 1px solid #DDDDD9;
  202. }
  203. .m-box .box-head .box-title {
  204. display: inline-block;
  205. height: 36px;
  206. line-height: 36px;
  207. padding-bottom: 3px;
  208. border-bottom: 2px solid #44B035;
  209. margin-bottom: -1px;
  210. min-width: 80px;
  211. font-weight: 200;
  212. font-size: 18px;
  213. }
  214. .manual-body .page-right .box-body {
  215. padding: 12px 0;
  216. position: relative;
  217. }
  218. .manual-body .page-right .box-body label, .text-label{
  219. font-family: "Microsoft Yahei","Helvetica Neue",Helvetica,Arial,sans-serif;
  220. color: #222222;
  221. font-weight: 300;
  222. }
  223. .required>.text-label:after{
  224. color: #db2828;
  225. content: "*";
  226. vertical-align: middle;
  227. margin: -.2em 0 0 .2em;
  228. }
  229. .manual-body .page-right .box-body .form-right{
  230. position: absolute;
  231. right: 0;
  232. top: 34px
  233. }
  234. /*************网站首页******************/
  235. .manual-list{
  236. margin: 15px auto;
  237. }
  238. .manual-list .list-item{
  239. float: left;
  240. padding-left: 15px;
  241. padding-right: 15px;
  242. margin: 18px 0;
  243. height: 280px
  244. }
  245. .manual-list .list-item .manual-item-standard{
  246. float: left;
  247. width: 163px;
  248. line-height: 1.5em;
  249. position: relative;
  250. }
  251. .manual-list .list-item .manual-item-standard>dt{
  252. margin-bottom: 6px;
  253. height: 231px;
  254. position: relative;
  255. }
  256. .manual-list .list-item .manual-item-standard>dt>a {
  257. display: block;
  258. position: relative;
  259. width: 100%;
  260. }
  261. .manual-list .list-item .manual-item-standard>dt>a .image{
  262. position: relative;
  263. /*display: none;*/
  264. }
  265. .manual-list .list-item .manual-item-standard .cover {
  266. border: none;
  267. width: 170px;
  268. position: relative;
  269. display: inline-block;
  270. height: 230px;
  271. background-color: #eee;
  272. border-radius: 2px;
  273. box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
  274. }
  275. .manual-list .list-item .manual-item-standard .b-cover:hover {
  276. border-color: #4db559;
  277. box-shadow: 0 0 4px rgba(77,181,89,.7)
  278. }
  279. .manual-list .list-item .manual-item-standard a.name {
  280. vertical-align: top;
  281. word-wrap: normal;
  282. font-size: 16px;
  283. color: #666;
  284. display: inline-block;
  285. max-width: 100%;
  286. white-space: nowrap;
  287. text-overflow: ellipsis;
  288. overflow: hidden
  289. }
  290. .manual-list .list-item .manual-item-standard a.name:hover{
  291. color: #333333;
  292. }
  293. .manual-list .list-item .manual-item-standard .author{
  294. zoom:1;vertical-align: top;
  295. display: inline-block;
  296. height: 20px;
  297. line-height: 20px;
  298. color: #484848;
  299. font-size: 13px;
  300. }
  301. .manual-list .list-item .manual-item-standard .author>.text{
  302. font-weight: 200;
  303. color: #484848;
  304. }
  305. /*************文档列表******************/
  306. .book-list .list-item{
  307. display: block;
  308. width: 100%;
  309. margin: 0;
  310. border-bottom: 1px solid #dddddd;
  311. padding: 15px 10px;
  312. }
  313. .book-list .list-item:hover{
  314. background: #eaeaea;
  315. }
  316. .book-list .list-item a{
  317. color: #666666;
  318. font-size: 16px;
  319. text-decoration: none;
  320. }
  321. .book-list .list-item .pull-right a{
  322. font-size: 12px;
  323. }
  324. .book-list .list-item a:hover{
  325. text-decoration: none;
  326. color: #428bca;
  327. }
  328. .book-list .list-item .desc-text{
  329. font-size: 12px;
  330. margin: 5px;
  331. }
  332. .book-list .list-item .info{
  333. font-size: 12px;
  334. color: #666666;
  335. }
  336. .book-list .list-item .info span{
  337. display: inline-block;
  338. padding-right: 10px;
  339. }
  340. /************文档概述*****************/
  341. .dashboard{
  342. }
  343. .dashboard .list{
  344. zoom: 1;
  345. line-height: 35px;
  346. }
  347. .dashboard .summary{
  348. margin-top: 15px;
  349. }
  350. /************文档成员*************************/
  351. .users-list .list-item{
  352. padding: 12px;
  353. border-bottom: 1px dotted #EEE;
  354. }
  355. .users-list .list-item:hover {
  356. background-color: #F9F9F9
  357. }
  358. .users-list .list-item .operate{
  359. float: right;
  360. }
  361. /**************用户搜索界面样式********************/
  362. .searchbar{
  363. padding: 8px;
  364. }
  365. .searchbar .search-btn {
  366. display: inline-block;
  367. line-height: 100%;
  368. cursor: pointer;
  369. margin-top: -10px;
  370. margin-left: -45px;
  371. border: 0;
  372. background-color: transparent
  373. }
  374. .searchbar .search-btn>i.fa{
  375. padding: 10px;
  376. }
  377. .manual-search-reader .manual-body{
  378. margin-top: 60px;
  379. }
  380. .manual-search-reader .search-head{
  381. margin: 10px auto;
  382. padding-bottom: 15px;
  383. line-height: 1.5em;
  384. border-bottom: 3px solid #EEEEEE;
  385. }
  386. .manual-search-reader .search-head .search-title{
  387. font-size: 22px;
  388. font-weight: 300;
  389. }
  390. .manual-search-reader .search-body {
  391. margin-top: 80px;
  392. }
  393. .manual-search-reader .search-empty{
  394. margin:150px auto;
  395. text-align:center;
  396. }
  397. .manual-search-reader .search-empty .empty-text {
  398. font-size: 18px;
  399. display: block;
  400. margin: 24px;
  401. text-align: center;
  402. opacity: .5;
  403. filter: alpha(opacity=50)
  404. }
  405. .manual-search-reader .search-empty .empty-image{
  406. margin: 5px auto;
  407. display: block;
  408. text-align: center;
  409. opacity: 0.3;
  410. filter: alpha(opacity=30);
  411. }
  412. .manual-search-reader .search-item{
  413. margin: 0 15px;
  414. padding: 10px 20px;
  415. line-height: 25px;
  416. }
  417. .manual-search-reader .search-item:hover{
  418. background-color: #F5F5F5;
  419. }
  420. .manual-search-reader .search-item a{
  421. color: #0886E9;
  422. }
  423. .manual-search-reader .search-item em{
  424. color: #FF802C;
  425. font-style:normal;
  426. }
  427. .manual-search-reader .search-item .title{
  428. font-size: 16px;
  429. font-weight: 400;
  430. }
  431. .manual-search-reader .search-item .description{
  432. color: #666;
  433. line-height: 25px;
  434. min-height: 20px;
  435. font-size: 12px;
  436. }
  437. .manual-search-reader .search-item .site {
  438. overflow: hidden;
  439. text-overflow: ellipsis;
  440. -o-text-overflow: ellipsis;
  441. white-space: nowrap;
  442. max-width: 600px;
  443. color: #008000;
  444. font-size: 12px;
  445. }
  446. .manual-search-reader .search-item .source .item {
  447. display: inline-block;
  448. margin-right: 15px;
  449. }
  450. .manual-search-reader .search-item .source,.manual-search-reader .search-item .source a{
  451. font-size: 12px;
  452. color: #999999;
  453. }
  454. /**************用户登录界面样式*******************/
  455. .login .login-body{
  456. width: 400px;
  457. padding: 5px 30px 25px 30px;
  458. margin: 0 auto;
  459. margin-top: 30px;
  460. background-color: #FFF;
  461. border: 1px solid #ddd;
  462. border-radius: 5px;
  463. }
  464. .login .login-body .tooltip.bottom .tooltip-arrow,.has-error .tooltip.bottom .tooltip-arrow{
  465. border-bottom-color: #a94442;
  466. }
  467. .login .login-body .tooltip.top .tooltip-arrow,.has-error .tooltip.top .tooltip-arrow{
  468. border-top-color: #a94442;
  469. }
  470. .login .login-body .tooltip.right .tooltip-arrow,.has-error .tooltip.right .tooltip-arrow{
  471. border-top-color: #a94442;
  472. }
  473. .login .login-body .tooltip.left .tooltip-arrow,.has-error .tooltip.left .tooltip-arrow{
  474. border-top-color: #a94442;
  475. }
  476. .login .login-body .tooltip-inner,.has-error .tooltip-inner{
  477. background-color: #a94442;
  478. }
  479. /************图片上传样式*******************/
  480. #upload-logo-panel .wraper{
  481. float: left;
  482. background: #f6f6f6;
  483. position: relative;
  484. width: 360px;
  485. height: 360px;
  486. overflow: hidden;
  487. }
  488. #upload-logo-panel .watch-crop-list{
  489. width: 170px;
  490. padding:10px 20px;
  491. margin-left: 10px;
  492. background-color: #f6f6f6;
  493. text-align: center;
  494. float: right;
  495. height: 360px;
  496. }
  497. #image-wraper{
  498. text-align: center;
  499. }
  500. .webuploader-pick{
  501. }
  502. .webuploader-pick-hover{
  503. }
  504. .webuploader-container{
  505. padding: 0;
  506. border: 0;
  507. height: 40px;
  508. }
  509. .watch-crop-list>ul{
  510. list-style: none;
  511. padding: 0;
  512. margin: 0;
  513. }
  514. .webuploader-container div{
  515. width: 77px !important;
  516. height: 40px !important;
  517. left: 0 !important;
  518. }
  519. .img-preview {
  520. margin: 5px auto 10px auto;
  521. text-align: center;
  522. overflow: hidden;
  523. }
  524. .img-preview > img {
  525. max-width: 100%;
  526. }
  527. .preview-lg{
  528. width: 120px;
  529. height: 120px;
  530. }
  531. .preview-sm{
  532. width: 60px;
  533. height: 60px;
  534. }
  535. #error-message{
  536. font-size: 13px;
  537. color: red;
  538. vertical-align: middle;
  539. margin-top: -10px;
  540. display: inline-block;
  541. height: 40px;
  542. }
  543. .manager .dashboard-item{
  544. float: left;
  545. width: 100px;
  546. height: 115px;
  547. padding: 10px;
  548. font-size: 10px;
  549. line-height: 1.4;
  550. text-align: center;
  551. background-color: #f9f9f9;
  552. border: 1px solid #fff;
  553. cursor: pointer;
  554. color: #333;
  555. }
  556. .manager .dashboard-item:hover{
  557. background-color: #563D7C;
  558. color: #ffffff;
  559. }
  560. .manager .dashboard-item .fa{
  561. margin-top: 5px;
  562. margin-bottom: 10px;
  563. font-size: 24px;
  564. }
  565. .manager .dashboard-item .fa-class {
  566. display: block;
  567. text-align: center;
  568. word-wrap: break-word; /* Help out IE10+ with class names */
  569. }
  570. .pagination-container {
  571. margin: 5px auto;
  572. display: block !important;
  573. }
  574. .pagination-container .pagination{
  575. box-shadow: 0 1px 2px 0 #e3e3e0;
  576. }
  577. .pagination-container .pagination>li>a,.pagination-container .pagination>li>span{
  578. padding: 8px 16px !important;
  579. }
  580. .pagination-container .pagination>li>a,.pagination-container .pagination>li>span{
  581. color: #272727;
  582. }
  583. .pagination-container .pagination>.active>a{
  584. /*color: #fff;*/
  585. background-color: #f3f3f3;
  586. border: 1px solid #e3e3e0;
  587. }
  588. .pagination-container .pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
  589. color: #272727;
  590. }
  591. /**************网站底部样式*************************/
  592. .footer{
  593. color: #777;
  594. padding: 30px 0;
  595. margin-top: 70px;
  596. font-size: 12px;
  597. background-color: #ffffff;
  598. bottom: 0;
  599. }
  600. .footer .container{
  601. padding: 0;
  602. }
  603. .footer .container .row{
  604. margin-left: 220px;
  605. padding-top: 20px;
  606. opacity : 0.8;
  607. font-size: 13px;
  608. }
  609. .footer .container .border-top{
  610. border-top: 2px solid #DDDDD9;
  611. }
  612. .manual-container .footer .container .row{
  613. margin-left: 0;
  614. }
  615. .footer a{
  616. color: #222;
  617. text-decoration: none;
  618. }
  619. .footer a:hover {
  620. color: #2b85ae
  621. }
  622. @media screen and (max-width: 840px) {
  623. .manual-body .page-left{
  624. display: none;
  625. }
  626. .manual-body .page-right {
  627. margin-left: 0;
  628. }
  629. .manual-body .page-right .box-body .form-right{
  630. display: none;
  631. }
  632. .manual-body .page-right .box-body{
  633. padding-right: 0 !important;
  634. }
  635. .footer .container .row{
  636. margin-left: 0;
  637. }
  638. }