common.css 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850
  1. html, body, div, p, a, dl, ul, ol, li, img, h1, h2, h3, h4, h5, h6, textarea, input, button {
  2. margin: 0;
  3. padding: 0;
  4. }
  5. body {
  6. font-family: "Microsoft YaHei", "Open Sans", " Lantinghei SC", "Arial", "Hiragino Sans GB",
  7. "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
  8. }
  9. .box {
  10. margin-bottom: 5px;
  11. margin-top: 5px;
  12. }
  13. .jp-common-pad {
  14. padding: 0;
  15. margin: 0
  16. }
  17. .jp-title-help {
  18. display: none;
  19. }
  20. .jp-display-none {
  21. display: none;
  22. }
  23. .jp-input-item {
  24. margin-top: 15px;
  25. }
  26. .jp-set-pad {
  27. padding: 15px 0 5px;
  28. }
  29. .jp-width120 {
  30. width: 120px
  31. }
  32. .jp-left {
  33. float: left
  34. }
  35. .jp-right {
  36. float: right
  37. }
  38. .btn-white {
  39. background-color: #ffffff;
  40. border-radius: 0;
  41. box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  42. color: #000;
  43. }
  44. li.jpress_block {
  45. padding: 5px 0;
  46. display: block;
  47. }
  48. .jp-welcome-content {
  49. padding: 20px 20px 0;
  50. position: relative;
  51. }
  52. .jp-welcome-content h3 {
  53. margin: 0px;
  54. }
  55. .jp-welcome-description {
  56. font-size: 16px;
  57. margin: 0px;
  58. }
  59. .jp-welcome-close {
  60. position: absolute;
  61. top: 15px;
  62. right: 10px;
  63. padding: 10px 15px 10px 21px;
  64. font-size: 13px;
  65. line-height: 1.23076923;
  66. text-decoration: none;
  67. }
  68. .jp-welcome-down {
  69. padding: 0px 20px 20px;
  70. }
  71. #subsubsub ul li {
  72. line-height: 1.4em;
  73. margin-bottom: 8px;
  74. }
  75. #subsubsub ul span {
  76. display: inline-block;
  77. margin-right: 5px;
  78. min-width: 150px;
  79. color: #777;
  80. }
  81. .jp-line-title {
  82. border-bottom: 1px solid #f4f4f4;
  83. border-top: 1px solid #f4f4f4;
  84. }
  85. .jp-footer-comment {
  86. padding-left: 10px;
  87. }
  88. .jp-footer-comment ul li {
  89. padding-left: 0;
  90. }
  91. .jp-flash-comment {
  92. min-height: 25px;
  93. line-height: 25px
  94. }
  95. .row-actions {
  96. display: none;
  97. font-size: 13px;
  98. padding: 0;
  99. }
  100. .approve a {
  101. color: #006505;
  102. }
  103. .trash a, .spam a {
  104. color: #a00;
  105. }
  106. .trash a:hover, .spam a:hover {
  107. color: red;
  108. }
  109. .unapprove {
  110. display: none;
  111. }
  112. .clr {
  113. clear: both;
  114. }
  115. .rss-widget {
  116. border-bottom: 1px solid #eee;
  117. }
  118. label.jp-common-pad {
  119. padding: 0;
  120. margin: 0
  121. }
  122. #post-search-input {
  123. width: 200px
  124. }
  125. /*发布设置
  126. */
  127. .jp-release-set {
  128. display: block;
  129. padding: 10px 15px;
  130. position: relative;
  131. }
  132. .jp-padding-wu {
  133. padding: 5px 15px
  134. }
  135. .jp-release-cancel-draft {
  136. padding-right: 15px;
  137. }
  138. .jp-add-new-project, .jp-release-cancel-draft, .jp-release-draft {
  139. color: #3c8dbc;
  140. cursor: default;
  141. }
  142. .timestamp-wrap {
  143. line-height: 30px;
  144. font-size: 13px;
  145. }
  146. .timestamp-wrap-box {
  147. padding-right: 95px
  148. }
  149. .jp-borde-top {
  150. border-top: 1px solid #f4f4f4
  151. }
  152. .jp-aside-hg {
  153. height: 150px;
  154. overflow: auto;
  155. }
  156. .jp-prop-box {
  157. width: 100%;
  158. overflow: hidden;
  159. }
  160. .jp-prop-input {
  161. width: 50%;
  162. float: left;
  163. }
  164. .jp-prop-input input {
  165. width: 80%;
  166. }
  167. .jp-prop-text {
  168. vertical-align: top;
  169. }
  170. .jp-prop-box textarea {
  171. width: 90%;
  172. border: 1px solid #bfbfbf;
  173. }
  174. code {
  175. background: rgba(0, 0, 0, 0.07) none repeat scroll 0 0;
  176. color: #000000
  177. }
  178. .jp-set-title {
  179. color: #333;
  180. font-weight: bold;
  181. font-family: "Microsoft Yahei", "Open Sans", sans-serif
  182. }
  183. .jp-set-title {
  184. font-size: 18px;
  185. color: #333;
  186. font-weight: bold;
  187. font-family: "Microsoft Yahei", "Open Sans", sans-serif
  188. }
  189. .jp-set-info {
  190. font-size: 14px;
  191. color: #333;
  192. font-weight: normal;
  193. }
  194. /* 页面
  195. */
  196. .jp-modal-color {
  197. background-color: #fff;
  198. }
  199. .jp-modal-dialog {
  200. position: fixed;
  201. bottom: 30px;
  202. left: 30px;
  203. right: 30px;
  204. top: 30px;
  205. }
  206. .jp-modal-footer {
  207. bottom: 0;
  208. height: 60px;
  209. left: 200px;
  210. position: absolute;
  211. right: 0;
  212. z-index: 100;
  213. }
  214. .modal-content {
  215. box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125);
  216. }
  217. .jp-media-tab-custom {
  218. background: #fff none repeat scroll 0 0;
  219. border-radius: 0;
  220. bottom: 61px;
  221. box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  222. height: auto;
  223. margin-bottom: 0;
  224. overflow: auto;
  225. position: absolute;
  226. top: 10px;
  227. width: 100%;
  228. }
  229. .jp-grids-media-tab-custom {
  230. background: #fff none repeat scroll 0 0;
  231. border-radius: 0;
  232. bottom: 0px;
  233. box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  234. height: auto;
  235. margin-bottom: 0;
  236. overflow: auto;
  237. position: absolute;
  238. top: 61px;
  239. width: 100%;
  240. }
  241. .jp-upload-content {
  242. position: absolute;
  243. top: 30%;
  244. width: 100%
  245. }
  246. .attachments-browser {
  247. height: 100%;
  248. padding: 10px;
  249. overflow: hidden;
  250. position: relative;
  251. width: 100%;
  252. }
  253. .col-upload-left {
  254. bottom: 0;
  255. padding: 10px;
  256. left: 0;
  257. outline: 0 none;
  258. position: absolute;
  259. right: 300px;
  260. top: 61px;
  261. }
  262. .grids-col-upload-left {
  263. float: left;
  264. width: 65%;
  265. height: 99%;
  266. }
  267. .col-upload-left-content {
  268. overflow: auto;
  269. position: absolute;
  270. top: 60px;
  271. bottom: 0;
  272. }
  273. .grids-col-upload-left-content {
  274. overflow: auto;
  275. position: absolute;
  276. top: 0px;
  277. bottom: 0;
  278. }
  279. .col-upload-right {
  280. border-left: 1px solid #ddd;
  281. bottom: 0;
  282. overflow: auto;
  283. padding: 0 16px 24px;
  284. position: absolute;
  285. right: 0;
  286. top: 61px;
  287. width: 290px;
  288. background-color: #ecf0f5;
  289. }
  290. .grids-col-upload-right {
  291. border-left: 1px solid #ddd;
  292. padding: 0 16px 24px;
  293. float: right;
  294. width: 35%;
  295. height: 100%;
  296. background-color: #ecf0f5;
  297. }
  298. .grids-img-show {
  299. max-height: 80%;
  300. max-width: 95%;
  301. }
  302. @media ( max-width : 767px) {
  303. .col-upload-right {
  304. display: none;
  305. }
  306. .col-upload-left {
  307. bottom: 0;
  308. padding: 10px;
  309. left: 0;
  310. outline: 0 none;
  311. position: absolute;
  312. right: 0px;
  313. top: 61px;
  314. }
  315. .grids-col-upload-left {
  316. bottom: 0;
  317. padding: 10px;
  318. left: 0;
  319. outline: 0 none;
  320. position: absolute;
  321. right: 0px;
  322. top: 1px;
  323. }
  324. }
  325. .details, .settings {
  326. border-bottom: 1px solid #ddd;
  327. float: none;
  328. margin-bottom: 15px;
  329. overflow: hidden;
  330. padding-bottom: 15px;
  331. position: relative;
  332. }
  333. input[type="number"] {
  334. width: 65px;
  335. }
  336. .jp-size-avatras {
  337. width: 32px;
  338. height: 32px;
  339. }
  340. .jp-inp-width280 {
  341. width: 280px
  342. }
  343. .jp-grids-photos {
  344. width: 160px;
  345. height: 160px;
  346. border: 1px solid #dfdfdf;
  347. }
  348. .jp-content-thumbnail {
  349. max-width: 100%;
  350. }
  351. .jp-content-thumbnail-box {
  352. min-height: 100px;
  353. }
  354. .tag-editor {
  355. list-style-type: none;
  356. padding: 0 5px 0 0;
  357. margin: 0;
  358. overflow: hidden;
  359. border: none;
  360. cursor: text;
  361. font: normal 14px sans-serif;
  362. color: #555;
  363. background: #fff;
  364. line-height: 20px;
  365. min-height: 40px;
  366. }
  367. .jp-content-select-box {
  368. padding: 10px 0;
  369. }
  370. .jp-content-select-box ul, .jp-content-select-box li {
  371. margin: 0;
  372. padding: 0;
  373. list-style: none;
  374. }
  375. .jp-content-select-box ul {
  376. padding: 4px 15px;
  377. }
  378. .jp-content-select-box input {
  379. margin-right: 4px;
  380. }
  381. label {
  382. margin: 0;
  383. padding: 0;
  384. font-weight: normal;
  385. }
  386. /*主题*/
  387. .title-count {
  388. display: inline;
  389. margin-left: 5px;
  390. margin-right: 20px;
  391. top: -3px;
  392. background: #777 none repeat scroll 0 0;
  393. border-radius: 25px;
  394. color: #fff;
  395. display: inline-block;
  396. font-size: 14px;
  397. font-weight: 600;
  398. padding: 4px 10px;
  399. position: relative;
  400. }
  401. .template-item {
  402. box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.2);
  403. padding-top: 66.6667%;
  404. }
  405. .template-item .template-item-image img {
  406. height: auto;
  407. left: 0;
  408. position: absolute;
  409. top: 0;
  410. width: 100%;
  411. }
  412. .template-item .template-item-name {
  413. font-size: 14px;
  414. font-weight: 600;
  415. overflow: hidden;
  416. margin: 0px;
  417. padding: 15px;
  418. text-overflow: ellipsis;
  419. white-space: nowrap;
  420. }
  421. .template-item-footer {
  422. padding: 5px;
  423. }
  424. .add-new-template {
  425. margin: 0;
  426. }
  427. .jp-content-theme {
  428. height: 90px
  429. }
  430. .jp-input-group {
  431. width: 100%;
  432. }
  433. .jp-inline-right1 {
  434. float: right;
  435. margin-right: -50px;
  436. }
  437. .jp-inline-right2 {
  438. float: right;
  439. margin-right: -105px;
  440. }
  441. .brower-image-list .list-inline>li {
  442. font-size: 12px;
  443. padding: 0;
  444. }
  445. .main-header {
  446. z-index: 9;
  447. }
  448. .main-sidebar, .left-side {
  449. z-index: 8;
  450. }
  451. .skin-blue .main-header .navbar {
  452. z-index: 8;
  453. }
  454. .content-row {
  455. padding: 0 15px 10px 15px;
  456. }
  457. .content-msg {
  458. margin-bottom: 20px;
  459. }
  460. .cf {
  461. width: 100%;
  462. overflow: hidden;
  463. }
  464. .pagination {
  465. margin: 0;
  466. }
  467. .main-footer {
  468. background: #ecf0f5;
  469. padding: 5px 15px;
  470. color: #444;
  471. font-size: 12px;
  472. border: none;
  473. }
  474. .input-title {
  475. font-weight: bold;
  476. }
  477. .article-title {
  478. font-weight: bold;
  479. }
  480. .upload-box {
  481. }
  482. .upload-box .box {
  483. height: 100px;
  484. line-height: 100px;
  485. }
  486. .upload-box .upload-input {
  487. display: block;
  488. height: 20px;
  489. line-height: 20px;
  490. margin-top: 40px;
  491. color: #999;
  492. font-size: 16px;
  493. }
  494. .upload-box .upload-text {
  495. font-size: 18px;
  496. text-align: center;
  497. color: #999;
  498. margin-top: 10px;
  499. }
  500. .box-body .chart-item {
  501. display: block;
  502. width: 100%;
  503. background-color: #f3f3f3;
  504. text-align: center;
  505. padding: 15px 0 0 0;
  506. color: #000;
  507. }
  508. .chart-row {
  509. margin: 5px 0 20px 0;
  510. }
  511. .chart-item .chart-item-title {
  512. font-size: 14px;
  513. margin-bottom: 10px;
  514. }
  515. .chart-item .chart-item-amount {
  516. font-size: 24px;
  517. font-weight: bold;
  518. }
  519. .chart-item .chart-item-bottom {
  520. display: block;
  521. width: 100%;
  522. height: 5px;
  523. margin-top: 10px;
  524. background-color: #737373;
  525. }
  526. .chart-item .chart-bottom-c1 {
  527. background-color: #1f95f4;
  528. }
  529. .chart-item .chart-bottom-c2 {
  530. background-color: #f8432e;
  531. }
  532. .chart-item .chart-bottom-c3 {
  533. background-color: #46b149;
  534. }
  535. .chart-item .chart-bottom-c4 {
  536. background-color: #7c3e90;
  537. }
  538. .comment-item {
  539. padding: 10px 0;
  540. border-bottom: 1px solid #eaeaea;
  541. }
  542. .comment-item-avatar {
  543. float: left;
  544. width: 8%;
  545. }
  546. .comment-item-time {
  547. float: right;
  548. width: 20%;
  549. }
  550. .comment-item-content {
  551. float: left;
  552. width: 68%;
  553. padding: 0 2%;
  554. }
  555. .comment-item-avatar img {
  556. max-width: 100%;
  557. border-radius: 50%;
  558. -webkit-border-radius: 50%;
  559. -moz-border-radius: 50%;
  560. }
  561. .comment-item-actions {
  562. margin-top: 10px;
  563. }
  564. .comment-item-actions span {
  565. color: #e0e0e0;
  566. }
  567. .comment-item-blue {
  568. color: #2d8ab2;
  569. }
  570. .comment-item-green {
  571. color: #0b700e;
  572. }
  573. .comment-item-red {
  574. color: #b21d0b;
  575. }
  576. .comment-item-blue:hover {
  577. color: #0e7198;
  578. }
  579. .comment-item-green:hover {
  580. color: #034c06;
  581. }
  582. .comment-item-red:hover {
  583. color: #ff5549;
  584. }
  585. .brower-image {
  586. width: 60%;
  587. float: left;
  588. padding: 2%;
  589. text-align: center;
  590. }
  591. .brower-image img {
  592. max-width: 100%;
  593. }
  594. .brower-image-list {
  595. width: 80%;
  596. float: left;
  597. padding: 5px;
  598. }
  599. .brower-image-list img {
  600. max-width: 100%;
  601. }
  602. .brower-image-info {
  603. border-left: 1px solid #ddd;
  604. width: 40%;
  605. float: right;
  606. background: #eaeaea;
  607. padding: 2%;
  608. }
  609. .brower-image-prop {
  610. border-left: 1px solid #ddd;
  611. width: 20%;
  612. float: right;
  613. background: #eaeaea;
  614. padding: 2%;
  615. }
  616. .brower-image-details {
  617. padding-bottom: 20px;
  618. border-bottom: 1px solid #ddd;
  619. margin-bottom: 20px;
  620. }
  621. .jp-borwer {
  622. width: 100%;
  623. height: 100%;
  624. overflow: hidden;
  625. }
  626. .brower-settings {
  627. padding-bottom: 20px;
  628. margin-bottom: 20px;
  629. border-bottom: 1px solid #ddd;
  630. }
  631. .jp-borwer-tab1 {
  632. text-align: center;
  633. }
  634. .jp-borwer-tab2 {
  635. width: 100%;
  636. overflow: hidden;
  637. }
  638. .jp-brower-h3 {
  639. font-size: 20px;
  640. }
  641. .jp-brower-filebtn {
  642. text-align: center;
  643. margin: 20px auto;
  644. }
  645. .jp-brower-filebtn a {
  646. background: #eaeaea;
  647. border: 1px solid #ddd;
  648. padding: 15px 35px;
  649. }
  650. .jp-brower-tab2-left {
  651. }
  652. .jp-form-select {
  653. width: 60%;
  654. margin-bottom: 5px;
  655. }
  656. .jp-submiti-button {
  657. width: 160px;
  658. text-align: center;
  659. float: right;
  660. margin-right: 20px;
  661. margin-bottom: 20px;
  662. }
  663. li.jp-borwer-active-li {
  664. -webkit-box-shadow: inset 0 0 0 3px #1e8cbe;
  665. box-shadow: inset 0 0 0 3px #1e8cbe;
  666. position: relative;
  667. }
  668. .brower-active-icon {
  669. width: 20px;
  670. height: 20px;
  671. position: absolute;
  672. right: 5px;
  673. top: 5px;
  674. text-align: center;
  675. z-index: 999;
  676. color: #1e8cbe;
  677. }
  678. @media all and (max-width: 640px) {
  679. .brower-image {
  680. width: 100%;
  681. float: none;
  682. }
  683. .brower-image-info {
  684. width: 100%;
  685. float: none;
  686. height: auto;
  687. min-height: auto;
  688. }
  689. .brower-image-list {
  690. width: 100%;
  691. float: none;
  692. padding: 5px;
  693. }
  694. .brower-image-prop {
  695. border-left: 1px solid #ddd;
  696. width: 100%;
  697. float: none;
  698. background: #eaeaea;
  699. padding: 2%;
  700. margin-bottom: 20px;
  701. }
  702. }
  703. .modal .modal-dialog .modal-footer {
  704. border-top: 0;
  705. }