main.css 11 KB

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