content.min.css 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601
  1. body {
  2. background-color: #FFFFFF;
  3. color: #000000;
  4. font-family: Helvetica,Microsoft YaHei,Hiragino Sans GB,WenQuanYi Micro Hei,sans-serif;
  5. font-size: 14px;
  6. scrollbar-3dlight-color: #F0F0EE;
  7. scrollbar-arrow-color: #676662;
  8. scrollbar-base-color: #F0F0EE;
  9. scrollbar-darkshadow-color: #DDDDDD;
  10. scrollbar-face-color: #E0E0DD;
  11. scrollbar-highlight-color: #F0F0EE;
  12. scrollbar-shadow-color: #F0F0EE;
  13. scrollbar-track-color: #F5F5F5
  14. }
  15. td,
  16. th {
  17. font-family: Helvetica,Microsoft YaHei,Hiragino Sans GB,WenQuanYi Micro Hei,sans-serif;
  18. font-size: 14px
  19. }
  20. .mce-content-body .mce-reset {
  21. margin: 0;
  22. padding: 0;
  23. border: 0;
  24. outline: 0;
  25. vertical-align: top;
  26. background: transparent;
  27. text-decoration: none;
  28. color: black;
  29. font-family: Arial;
  30. font-size: 11px;
  31. text-shadow: none;
  32. float: none;
  33. position: static;
  34. width: auto;
  35. height: auto;
  36. white-space: nowrap;
  37. cursor: inherit;
  38. line-height: normal;
  39. font-weight: normal;
  40. text-align: left;
  41. -webkit-tap-highlight-color: transparent;
  42. -moz-box-sizing: content-box;
  43. -webkit-box-sizing: content-box;
  44. box-sizing: content-box;
  45. direction: ltr;
  46. max-width: none
  47. }
  48. .mce-object {
  49. border: 1px dotted #3A3A3A;
  50. background: #D5D5D5 url(img/object.gif) no-repeat center
  51. }
  52. .mce-preview-object {
  53. display: inline-block;
  54. position: relative;
  55. margin: 0 2px 0 2px;
  56. line-height: 0;
  57. border: 1px solid gray
  58. }
  59. .mce-preview-object[data-mce-selected="2"] .mce-shim {
  60. display: none
  61. }
  62. .mce-preview-object .mce-shim {
  63. position: absolute;
  64. top: 0;
  65. left: 0;
  66. width: 100%;
  67. height: 100%;
  68. background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
  69. }
  70. figure.align-left {
  71. float: left
  72. }
  73. figure.align-right {
  74. float: right
  75. }
  76. figure.image.align-center {
  77. display: table;
  78. margin-left: auto;
  79. margin-right: auto
  80. }
  81. figure.image {
  82. display: inline-block;
  83. border: 1px solid gray;
  84. margin: 0 2px 0 1px;
  85. background: #f5f2f0
  86. }
  87. figure.image img {
  88. margin: 8px 8px 0 8px
  89. }
  90. figure.image figcaption {
  91. margin: 6px 8px 6px 8px;
  92. text-align: center
  93. }
  94. .mce-toc {
  95. border: 1px solid gray
  96. }
  97. .mce-toc h2 {
  98. margin: 4px
  99. }
  100. .mce-toc li {
  101. list-style-type: none
  102. }
  103. .mce-pagebreak {
  104. cursor: default;
  105. display: block;
  106. border: 0;
  107. width: 100%;
  108. height: 5px;
  109. border: 1px dashed #666;
  110. margin-top: 15px;
  111. page-break-before: always
  112. }
  113. @media print {
  114. .mce-pagebreak {
  115. border: 0
  116. }
  117. }
  118. .mce-item-anchor {
  119. cursor: default;
  120. display: inline-block;
  121. -webkit-user-select: all;
  122. -webkit-user-modify: read-only;
  123. -moz-user-select: all;
  124. -moz-user-modify: read-only;
  125. user-select: all;
  126. user-modify: read-only;
  127. width: 9px !important;
  128. height: 9px !important;
  129. border: 1px dotted #3A3A3A;
  130. background: #D5D5D5 url(img/anchor.gif) no-repeat center
  131. }
  132. .mce-nbsp,
  133. .mce-shy {
  134. background: #AAA
  135. }
  136. .mce-shy::after {
  137. content: '-'
  138. }
  139. hr {
  140. cursor: default
  141. }
  142. .mce-match-marker {
  143. background: #AAA;
  144. color: #fff
  145. }
  146. .mce-match-marker-selected {
  147. background: #3399ff;
  148. color: #fff
  149. }
  150. .mce-spellchecker-word {
  151. border-bottom: 2px solid #F00;
  152. cursor: default
  153. }
  154. .mce-spellchecker-grammar {
  155. border-bottom: 2px solid #008000;
  156. cursor: default
  157. }
  158. .mce-item-table,
  159. .mce-item-table td,
  160. .mce-item-table th,
  161. .mce-item-table caption {
  162. border: 1px dashed #BBB
  163. }
  164. td[data-mce-selected],
  165. th[data-mce-selected] {
  166. background-color: #3399ff !important
  167. }
  168. .mce-edit-focus {
  169. outline: 1px dotted #333
  170. }
  171. .mce-content-body *[contentEditable=false] *[contentEditable=true]:focus {
  172. outline: 2px solid #2d8ac7
  173. }
  174. .mce-content-body *[contentEditable=false] *[contentEditable=true]:hover {
  175. outline: 2px solid #7ACAFF
  176. }
  177. .mce-content-body *[contentEditable=false][data-mce-selected] {
  178. outline: 2px solid #2d8ac7
  179. }
  180. .mce-resize-bar-dragging {
  181. background-color: blue;
  182. opacity: .25;
  183. filter: alpha(opacity=25);
  184. zoom: 1
  185. }
  186. /*自定义*/
  187. .mce-resizehandle{
  188. display: none;
  189. }
  190. b, strong {
  191. font-weight: inherit;
  192. font-weight: bolder;
  193. }
  194. /*img {
  195. max-height: 300px;
  196. }*/
  197. .note-color .dropdown-menu li .btn-group:first-child {
  198. display: none;
  199. }
  200. .note-control-sizing {
  201. display: none;
  202. }
  203. .panel-body {
  204. font-size: 16px;
  205. color: #333;
  206. letter-spacing: 0.5px;
  207. line-height: 28px;
  208. margin-bottom: 30px;
  209. padding: 0 15px 0 10px;
  210. }
  211. .panel-body > :last-child {
  212. margin-bottom: 0;
  213. }
  214. .panel-body img {
  215. max-width: 100%;
  216. display: block;
  217. margin: 0 auto;
  218. }
  219. .panel-body table {
  220. width: 100% !important;
  221. }
  222. .panel-body embed {
  223. max-width: 100%;
  224. margin-bottom: 30px;
  225. }
  226. .panel-body p {
  227. font-size: 16px;
  228. line-height: 28px;
  229. letter-spacing: 0.5px;
  230. margin-bottom: 30px;
  231. text-align: justify;
  232. word-break: break-all;
  233. }
  234. .panel-body ul {
  235. margin-bottom: 30px;
  236. }
  237. .panel-body li {
  238. margin-left: 20px;
  239. margin-bottom: 30px;
  240. }
  241. .panel-body a {
  242. color: #1478F0;
  243. }
  244. .panel-body hr {
  245. margin: 1em auto;
  246. border: none;
  247. padding: 0;
  248. width: 100%;
  249. height: 1px;
  250. background: #DCDCDC;
  251. }
  252. .panel-body blockquote p {
  253. font-size: 16px;
  254. letter-spacing: 1px;
  255. line-height: 28px;
  256. color: #333;
  257. }
  258. .panel-body blockquote p:last-of-type {
  259. margin-bottom: 0;
  260. }
  261. .panel-body audio,
  262. .panel-body canvas,
  263. .panel-body video {
  264. display: inline-block;
  265. *display: inline;
  266. *zoom: 1;
  267. }
  268. .panel-body button,
  269. .panel-body input,
  270. .panel-body select,
  271. .panel-body textarea {
  272. font: 500 14px/1.8 'Hiragino Sans GB', Microsoft YaHei, sans-serif;
  273. }
  274. .panel-body table {
  275. border-collapse: collapse;
  276. border-spacing: 0;
  277. }
  278. .panel-body th {
  279. text-align: inherit;
  280. }
  281. .panel-body fieldset,
  282. .panel-body img {
  283. border: 0;
  284. }
  285. .panel-body img {
  286. -ms-interpolation-mode: bicubic;
  287. }
  288. .panel-body iframe {
  289. display: block;
  290. }
  291. .panel-body blockquote {
  292. position: relative;
  293. font-size: 16px;
  294. letter-spacing: 1px;
  295. line-height: 28px;
  296. margin-bottom: 40px;
  297. padding: 20px;
  298. background: #f0f2f5;
  299. }
  300. .panel-body blockquote:before {
  301. position: absolute;
  302. content: " \300D";
  303. top: 10px;
  304. left: 2px;
  305. -webkit-transform: rotate(180deg);
  306. transform: rotate(180deg);
  307. color: #333;
  308. }
  309. .panel-body blockquote:after {
  310. position: absolute;
  311. content: " \300D";
  312. right: 6px;
  313. bottom: 12px;
  314. color: #333;
  315. }
  316. .panel-body blockquote blockquote {
  317. padding: 0 0 0 1em;
  318. margin-left: 2em;
  319. border-left: 3px solid #1478F0;
  320. }
  321. .panel-body acronym,
  322. .panel-body abbr {
  323. border-bottom: 1px dotted;
  324. font-variant: normal;
  325. }
  326. .panel-body abbr {
  327. cursor: help;
  328. }
  329. .panel-body del {
  330. text-decoration: line-through;
  331. }
  332. .panel-body address,
  333. .panel-body caption,
  334. .panel-body cite,
  335. .panel-body code,
  336. .panel-body del,
  337. .panel-body th,
  338. .panel-body var {
  339. font-style: normal;
  340. font-weight: 500;
  341. }
  342. .panel-body caption,
  343. .panel-body th {
  344. text-align: left;
  345. }
  346. .panel-body q:before,
  347. .panel-body q:after {
  348. content: '';
  349. }
  350. .panel-body sub,
  351. .panel-body sup {
  352. font-size: 75%;
  353. line-height: 0;
  354. position: relative;
  355. vertical-align: text-top;
  356. }
  357. .panel-body :root sub,
  358. .panel-body :root sup {
  359. vertical-align: baseline;
  360. /* for ie9 and other mordern browsers */
  361. }
  362. .panel-body sup {
  363. top: -0.5em;
  364. }
  365. .panel-body sub {
  366. bottom: -0.25em;
  367. }
  368. .panel-body a:hover {
  369. text-decoration: underline;
  370. }
  371. .panel-body ins,
  372. .panel-body a {
  373. text-decoration: none;
  374. }
  375. .panel-body u,
  376. .panel-body .typo-u {
  377. text-decoration: underline;
  378. }
  379. .panel-body mark {
  380. background: #fffdd1;
  381. }
  382. .panel-body pre,
  383. .panel-body code {
  384. font-family: "Courier New", Courier, monospace;
  385. }
  386. .panel-body pre {
  387. border: 1px solid #ddd;
  388. border-left-width: 0.4em;
  389. background: #fbfbfb;
  390. padding: 10px;
  391. }
  392. .panel-body small {
  393. font-size: 12px;
  394. color: #888;
  395. }
  396. .panel-body h1,
  397. .panel-body h2,
  398. .panel-body h3,
  399. .panel-body h4,
  400. .panel-body h5,
  401. .panel-body h6 {
  402. font-size: 18px;
  403. font-weight: 700;
  404. color: #1478f0;
  405. border-left: 5px solid #1478f0;
  406. padding-left: 10px;
  407. margin: 30px 0;
  408. }
  409. .panel-body h2 {
  410. font-size: 1.2em;
  411. }
  412. .panel-body .typo p,
  413. .panel-body .typo pre,
  414. .panel-body .typo ul,
  415. .panel-body .typo ol,
  416. .panel-body .typo dl,
  417. .panel-body .typo form,
  418. .panel-body .typo hr,
  419. .panel-body .typo table,
  420. .panel-body .typo-p,
  421. .panel-body .typo-pre,
  422. .panel-body .typo-ul,
  423. .panel-body .typo-ol,
  424. .panel-body .typo-dl,
  425. .panel-body .typo-form,
  426. .panel-body .typo-hr,
  427. .panel-body .typo-table {
  428. margin-bottom: 15px;
  429. line-height: 25px;
  430. }
  431. .panel-body .typo h1,
  432. .panel-body .typo h2,
  433. .panel-body .typo h3,
  434. .panel-body .typo h4,
  435. .panel-body .typo h5,
  436. .panel-body .typo h6,
  437. .panel-body .typo-h1,
  438. .panel-body .typo-h2,
  439. .panel-body .typo-h3,
  440. .panel-body .typo-h4,
  441. .panel-body .typo-h5,
  442. .panel-body .typo-h6 {
  443. margin-bottom: 0.4em;
  444. line-height: 1.5;
  445. }
  446. .panel-body .typo h1,
  447. .panel-body .typo-h1 {
  448. font-size: 1.8em;
  449. }
  450. .panel-body .typo h2,
  451. .panel-body .typo-h2 {
  452. font-size: 1.6em;
  453. }
  454. .panel-body .typo h3,
  455. .panel-body .typo-h3 {
  456. font-size: 1.4em;
  457. }
  458. .panel-body .typo h4,
  459. .panel-body .typo-h0 {
  460. font-size: 1.2em;
  461. }
  462. .panel-body .typo h5,
  463. .panel-body .typo h6,
  464. .panel-body .typo-h5,
  465. .panel-body .typo-h6 {
  466. font-size: 1em;
  467. }
  468. .panel-body .typo ul,
  469. .panel-body .typo-ul {
  470. margin-left: 1.3em;
  471. list-style: disc;
  472. }
  473. .panel-body .typo ol,
  474. .panel-body .typo-ol {
  475. list-style: decimal;
  476. margin-left: 1.9em;
  477. }
  478. .panel-body .typo li ul,
  479. .panel-body .typo li ol,
  480. .panel-body .typo-ul ul,
  481. .panel-body .typo-ul ol,
  482. .panel-body .typo-ol ul,
  483. .panel-body .typo-ol ol {
  484. margin-top: 0;
  485. margin-bottom: 0;
  486. margin-left: 2em;
  487. }
  488. .panel-body .typo li ul,
  489. .panel-body .typo-ul ul,
  490. .panel-body .typo-ol ul {
  491. list-style: circle;
  492. }
  493. .panel-body .typo table th,
  494. .panel-body .typo table td,
  495. .panel-body .typo-table th,
  496. .panel-body .typo-table td {
  497. border: 1px solid #ddd;
  498. padding: 5px 10px;
  499. }
  500. .panel-body .typo table th,
  501. .panel-body .typo-table th {
  502. background: #fbfbfb;
  503. }
  504. .panel-body .typo table thead th,
  505. .panel-body .typo-table thead th {
  506. background: #f1f1f1;
  507. }