main.css 12 KB

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