main.css 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653
  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: red;
  22. font-size: 12px;
  23. }
  24. .success-message{
  25. color: green;
  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{
  219. font-family: "Microsoft Yahei","Helvetica Neue",Helvetica,Arial,sans-serif;
  220. color: #222222;
  221. font-weight: 300;
  222. }
  223. .manual-body .page-right .box-body .form-right{
  224. position: absolute;
  225. right: 0;
  226. top: 34px
  227. }
  228. /*************网站首页******************/
  229. .manual-list{
  230. margin: 15px auto;
  231. }
  232. .manual-list .list-item{
  233. float: left;
  234. padding-left: 15px;
  235. padding-right: 15px;
  236. margin: 18px 0;
  237. height: 280px
  238. }
  239. .manual-list .list-item .manual-item-standard{
  240. float: left;
  241. width: 163px;
  242. line-height: 1.5em;
  243. position: relative;
  244. }
  245. .manual-list .list-item .manual-item-standard>dt{
  246. margin-bottom: 6px;
  247. height: 231px;
  248. position: relative;
  249. }
  250. .manual-list .list-item .manual-item-standard>dt>a {
  251. display: block;
  252. position: relative;
  253. width: 100%;
  254. }
  255. .manual-list .list-item .manual-item-standard>dt>a .image{
  256. position: relative;
  257. /*display: none;*/
  258. }
  259. .manual-list .list-item .manual-item-standard .cover {
  260. border: none;
  261. width: 170px;
  262. position: relative;
  263. display: inline-block;
  264. height: 230px;
  265. background-color: #eee;
  266. border-radius: 2px;
  267. box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
  268. }
  269. .manual-list .list-item .manual-item-standard .b-cover:hover {
  270. border-color: #4db559;
  271. box-shadow: 0 0 4px rgba(77,181,89,.7)
  272. }
  273. .manual-list .list-item .manual-item-standard a.name {
  274. vertical-align: top;
  275. word-wrap: normal;
  276. font-size: 16px;
  277. color: #666;
  278. display: inline-block;
  279. max-width: 100%;
  280. white-space: nowrap;
  281. text-overflow: ellipsis;
  282. overflow: hidden
  283. }
  284. .manual-list .list-item .manual-item-standard a.name:hover{
  285. color: #333333;
  286. }
  287. .manual-list .list-item .manual-item-standard .author{
  288. zoom:1;vertical-align: top;
  289. display: inline-block;
  290. height: 20px;
  291. line-height: 20px;
  292. color: #484848;
  293. font-size: 13px;
  294. }
  295. .manual-list .list-item .manual-item-standard .author>.text{
  296. font-weight: 200;
  297. color: #484848;
  298. }
  299. /*************文档列表******************/
  300. .book-list .list-item{
  301. display: block;
  302. width: 100%;
  303. margin: 0;
  304. border-bottom: 1px solid #dddddd;
  305. padding: 15px 10px;
  306. }
  307. .book-list .list-item:hover{
  308. background: #eaeaea;
  309. }
  310. .book-list .list-item a{
  311. color: #666666;
  312. font-size: 16px;
  313. text-decoration: none;
  314. }
  315. .book-list .list-item .pull-right a{
  316. font-size: 12px;
  317. }
  318. .book-list .list-item a:hover{
  319. text-decoration: none;
  320. color: #428bca;
  321. }
  322. .book-list .list-item .desc-text{
  323. font-size: 12px;
  324. margin: 5px;
  325. }
  326. .book-list .list-item .info{
  327. font-size: 12px;
  328. color: #666666;
  329. }
  330. .book-list .list-item .info span{
  331. display: inline-block;
  332. padding-right: 10px;
  333. }
  334. /************文档概述*****************/
  335. .dashboard{
  336. }
  337. .dashboard .list{
  338. zoom: 1;
  339. line-height: 35px;
  340. }
  341. .dashboard .summary{
  342. margin-top: 15px;
  343. }
  344. /************文档成员*************************/
  345. .users-list .list-item{
  346. padding: 12px;
  347. border-bottom: 1px dotted #EEE;
  348. }
  349. .users-list .list-item:hover {
  350. background-color: #F9F9F9
  351. }
  352. .users-list .list-item .operate{
  353. float: right;
  354. }
  355. /**************用户搜索界面样式********************/
  356. .searchbar{
  357. padding: 8px;
  358. }
  359. .searchbar .search-btn {
  360. display: inline-block;
  361. line-height: 100%;
  362. cursor: pointer;
  363. margin-top: -10px;
  364. margin-left: -45px;
  365. border: 0;
  366. background-color: transparent
  367. }
  368. .searchbar .search-btn>i.fa{
  369. padding: 10px;
  370. }
  371. .manual-search-reader .manual-body{
  372. margin-top: 60px;
  373. }
  374. .manual-search-reader .search-head{
  375. margin: 10px auto;
  376. padding-bottom: 15px;
  377. line-height: 1.5em;
  378. border-bottom: 3px solid #EEEEEE;
  379. }
  380. .manual-search-reader .search-head .search-title{
  381. font-size: 22px;
  382. font-weight: 300;
  383. }
  384. .manual-search-reader .search-body {
  385. margin-top: 80px;
  386. }
  387. .manual-search-reader .search-empty{
  388. margin:150px auto;
  389. text-align:center;
  390. }
  391. .manual-search-reader .search-empty .empty-text {
  392. font-size: 18px;
  393. display: block;
  394. margin: 24px;
  395. text-align: center;
  396. opacity: .5;
  397. filter: alpha(opacity=50)
  398. }
  399. .manual-search-reader .search-empty .empty-image{
  400. margin: 5px auto;
  401. display: block;
  402. text-align: center;
  403. opacity: 0.3;
  404. filter: alpha(opacity=30);
  405. }
  406. .manual-search-reader .search-item{
  407. margin: 0 15px;
  408. padding: 10px 20px;
  409. line-height: 25px;
  410. }
  411. .manual-search-reader .search-item:hover{
  412. background-color: #F5F5F5;
  413. }
  414. .manual-search-reader .search-item a{
  415. color: #0886E9;
  416. }
  417. .manual-search-reader .search-item em{
  418. color: #FF802C;
  419. font-style:normal;
  420. }
  421. .manual-search-reader .search-item .title{
  422. font-size: 16px;
  423. font-weight: 400;
  424. }
  425. .manual-search-reader .search-item .description{
  426. color: #666;
  427. line-height: 25px;
  428. min-height: 20px;
  429. font-size: 12px;
  430. }
  431. .manual-search-reader .search-item .site {
  432. overflow: hidden;
  433. text-overflow: ellipsis;
  434. -o-text-overflow: ellipsis;
  435. white-space: nowrap;
  436. max-width: 600px;
  437. color: #008000;
  438. font-size: 12px;
  439. }
  440. .manual-search-reader .search-item .source .item {
  441. display: inline-block;
  442. margin-right: 15px;
  443. }
  444. .manual-search-reader .search-item .source,.manual-search-reader .search-item .source a{
  445. font-size: 12px;
  446. color: #999999;
  447. }
  448. /**************用户登录界面样式*******************/
  449. .login .login-body{
  450. width: 400px;
  451. padding: 5px 30px 25px 30px;
  452. margin: 0 auto;
  453. margin-top: 30px;
  454. background-color: #FFF;
  455. border: 1px solid #ddd;
  456. border-radius: 5px;
  457. }
  458. .login .login-body .tooltip.bottom .tooltip-arrow,.has-error .tooltip.bottom .tooltip-arrow{
  459. border-bottom-color: #a94442;
  460. }
  461. .login .login-body .tooltip.top .tooltip-arrow,.has-error .tooltip.top .tooltip-arrow{
  462. border-top-color: #a94442;
  463. }
  464. .login .login-body .tooltip.right .tooltip-arrow,.has-error .tooltip.right .tooltip-arrow{
  465. border-top-color: #a94442;
  466. }
  467. .login .login-body .tooltip.left .tooltip-arrow,.has-error .tooltip.left .tooltip-arrow{
  468. border-top-color: #a94442;
  469. }
  470. .login .login-body .tooltip-inner,.has-error .tooltip-inner{
  471. background-color: #a94442;
  472. }
  473. /************图片上传样式*******************/
  474. #upload-logo-panel .wraper{
  475. float: left;
  476. background: #f6f6f6;
  477. position: relative;
  478. width: 360px;
  479. height: 360px;
  480. overflow: hidden;
  481. }
  482. #upload-logo-panel .watch-crop-list{
  483. width: 170px;
  484. padding:10px 20px;
  485. margin-left: 10px;
  486. background-color: #f6f6f6;
  487. text-align: center;
  488. float: right;
  489. height: 360px;
  490. }
  491. #image-wraper{
  492. text-align: center;
  493. }
  494. .webuploader-pick{
  495. }
  496. .webuploader-pick-hover{
  497. }
  498. .webuploader-container{
  499. padding: 0;
  500. border: 0;
  501. height: 40px;
  502. }
  503. .watch-crop-list>ul{
  504. list-style: none;
  505. padding: 0;
  506. margin: 0;
  507. }
  508. .webuploader-container div{
  509. width: 77px !important;
  510. height: 40px !important;
  511. left: 0 !important;
  512. }
  513. .img-preview {
  514. margin: 5px auto 10px auto;
  515. text-align: center;
  516. overflow: hidden;
  517. }
  518. .img-preview > img {
  519. max-width: 100%;
  520. }
  521. .preview-lg{
  522. width: 120px;
  523. height: 120px;
  524. }
  525. .preview-sm{
  526. width: 60px;
  527. height: 60px;
  528. }
  529. #error-message{
  530. font-size: 13px;
  531. color: red;
  532. vertical-align: middle;
  533. margin-top: -10px;
  534. display: inline-block;
  535. height: 40px;
  536. }
  537. .manager .dashboard-item{
  538. float: left;
  539. width: 100px;
  540. height: 115px;
  541. padding: 10px;
  542. font-size: 10px;
  543. line-height: 1.4;
  544. text-align: center;
  545. background-color: #f9f9f9;
  546. border: 1px solid #fff;
  547. cursor: pointer;
  548. color: #333;
  549. }
  550. .manager .dashboard-item:hover{
  551. background-color: #563D7C;
  552. color: #ffffff;
  553. }
  554. .manager .dashboard-item .fa{
  555. margin-top: 5px;
  556. margin-bottom: 10px;
  557. font-size: 24px;
  558. }
  559. .manager .dashboard-item .fa-class {
  560. display: block;
  561. text-align: center;
  562. word-wrap: break-word; /* Help out IE10+ with class names */
  563. }
  564. .pagination-container {
  565. margin: 5px auto;
  566. display: block !important;
  567. }
  568. .pagination-container .pagination{
  569. box-shadow: 0 1px 2px 0 #e3e3e0;
  570. }
  571. .pagination-container .pagination>li>a,.pagination-container .pagination>li>span{
  572. padding: 8px 16px !important;
  573. }
  574. .pagination-container .pagination>li>a,.pagination-container .pagination>li>span{
  575. color: #272727;
  576. }
  577. .pagination-container .pagination>.active>a{
  578. /*color: #fff;*/
  579. background-color: #f3f3f3;
  580. border: 1px solid #e3e3e0;
  581. }
  582. .pagination-container .pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
  583. color: #272727;
  584. }
  585. /**************网站底部样式*************************/
  586. .footer{
  587. color: #777;
  588. padding: 30px 0;
  589. margin-top: 70px;
  590. font-size: 12px;
  591. background-color: #ffffff;
  592. bottom: 0;
  593. }
  594. .footer .container{
  595. padding: 0;
  596. }
  597. .footer .container .row{
  598. margin-left: 220px;
  599. border-top: 2px solid #DDDDD9;
  600. padding-top: 20px;
  601. opacity : 0.8;
  602. font-size: 13px;
  603. }
  604. .manual-container .footer .container .row{
  605. margin-left: 0;
  606. }
  607. .footer li {
  608. display: inline-block;
  609. }
  610. .footer li a{
  611. color: #222;
  612. text-decoration: none;
  613. }
  614. .footer li a:hover {
  615. color: #2b85ae
  616. }
  617. @media screen and (max-width: 840px) {
  618. .manual-body .page-left{
  619. display: none;
  620. }
  621. .manual-body .page-right {
  622. margin-left: 0;
  623. }
  624. .manual-body .page-right .box-body .form-right{
  625. display: none;
  626. }
  627. .manual-body .page-right .box-body{
  628. padding-right: 0 !important;
  629. }
  630. .footer .container .row{
  631. margin-left: 0;
  632. }
  633. }