main.css 12 KB

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