123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367 |
- @charset "utf-8";
- .typo {
- font-size: 14px;
- line-height: 1.5em;
- color:#333;
- font-family: "Microsoft Yahei", "Hiragino Sans GB", "WenQuanYi Micro Hei"
- }
- .typo table {
- border-collapse: collapse;
- border-spacing: 0;
- }
- .typo th {
- text-align: inherit;
- }
- .typo fieldset,
- .typo img {
- border: 0;
- }
- .typo iframe {
- display: block;
- }
- .typo blockquote {
- font-family: "Microsoft Yahei", "Hiragino Sans GB", Optima, Georgia, STSong, serif;
- margin: 1em 0;
- color: #999;
- padding: 0.6em 1em;
- background: #f8f8f8;
- border-left: 0.4em solid #ddd;
- }
- .typo blockquote blockquote {
- padding: 0 0 0 1em;
- margin-left: 2em;
- }
- .typo acronym,
- .typo abbr {
- border-bottom: 1px dotted;
- font-variant: normal;
- }
- .typo abbr {
- cursor: help;
- }
- .typo del {
- text-decoration: line-through;
- }
- .typo address,
- .typo caption,
- .typo cite,
- .typo code,
- .typo dfn,
- .typo th,
- .typo var {
- font-style: normal;
- font-weight: 400;
- }
- .typo em {
- font-style: italic;
- font-weight: normal !important;
- }
- .typo ul,
- .typo ol {
- list-style: none;
- }
- .typo caption,
- .typo th {
- text-align: left;
- }
- .typo q:before,
- .typo q:after {
- content: '';
- }
- .typo sub,
- .typo sup {
- font-size: 75%;
- line-height: 0;
- position: relative;
- vertical-align: text-top\9;
- }
- :root sub,
- :root sup {
- vertical-align: baseline;
- /* for ie9 and other mordern browsers */
- }
- .typo sup {
- top: -0.5em;
- }
- .typo sub {
- bottom: -0.25em;
- }
- .typo a:hover {
- text-decoration: underline;
- }
- .typo ins,
- .typo a {
- text-decoration: none;
- }
- .typo u,
- .typo .typo-u {
- text-decoration: underline;
- }
- .typo mark {
- background: #fffdd1;
- }
- .typo pre,
- .typo code {
- font-family: "Courier New", Courier, monospace;
- white-space: pre-wrap;
- word-wrap: break-word;
- }
- .typo pre {
- background: #f8f8f8;
- border: 1px solid #ddd;
- padding: 1em 1.5em;
- }
- .typo hr {
- border: none;
- border-bottom: 1px solid #cfcfcf;
- margin-bottom: 10px;
- *color: pink;
- *filter: chroma(color=pink);
- height: 10px;
- *margin: -7px 0 2px;
- }
- .typo small,
- .typo .typo-small,
- .typo figcaption {
- font-size: 0.9em;
- color: #888;
- }
- [draggable] {
- cursor: move;
- }
- .typo .clearfix:before,
- .typo .clearfix:after {
- content: "";
- display: table;
- }
- .typo .clearfix:after {
- clear: both
- }
- .typo .clearfix {
- zoom: 1
- }
- .typo pre,
- .typo code,
- .typo kbd,
- .typo samp,
- .typo tt {
- font-family: monospace, monospace;
- font-size: 1em;
- }
- .typo code {
- background: #f3f3f3;
- border: 1px solid #ddd;
- padding: 1px 4px;
- -moz-border-radius: 3px;
- -webkit-border-radius: 3px;
- border-radius: 3px;
- }
- .typo abbr {
- border-bottom: 1px dotted #555;
- cursor: pointer;
- }
- .textwrap,
- .textwrap td,
- .textwrap th {
- word-wrap: break-word;
- word-break: break-all;
- }
- .textwrap-table {
- table-layout: fixed;
- }
- .typo p,
- .typo pre,
- .typo ul,
- .typo ol,
- .typo dl,
- .typo form,
- .typo hr,
- .typo table,
- .typo-p,
- .typo-pre,
- .typo-ul,
- .typo-ol,
- .typo-dl,
- .typo-form,
- .typo-hr,
- .typo-table {
- margin-bottom: 1.2em;
- }
- .typo h1,
- .typo h2,
- .typo h3,
- .typo h4,
- .typo h5,
- .typo h6 {
- font-weight: bold;
- font-family:"Microsoft Yahei", "Hiragino Sans GB", Helvetica Neue, Microsoft Yahei, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;
- color: #333;
- }
- .typo h1,
- .typo h2,
- .typo h3,
- .typo h4,
- .typo h5,
- .typo h6,
- .typo-h1,
- .typo-h2,
- .typo-h3,
- .typo-h4,
- .typo-h5,
- .typo-h6 {
- margin-bottom: 0.4em;
- line-height: 1.5;
- }
- .typo h1,
- .typo-h1 {
- font-size: 1.8em;
- }
- .typo h2,
- .typo-h2 {
- font-size: 1.6em;
- }
- .typo h3,
- .typo-h3 {
- font-size: 1.4em;
- }
- .typo h4,
- .typo-h4 {
- font-size: 1.2em;
- }
- .typo h5,
- .typo h6,
- .typo-h5,
- .typo-h6 {
- font-size: 1em;
- }
- .typo p {
- /*text-indent: 2em;*/
- }
- .typo ul,
- .typo-ul {
- margin-left: 1.3em;
- list-style: disc;
- }
- .typo ol,
- .typo-ol {
- list-style: decimal;
- margin-left: 1.9em;
- }
- .typo li ul,
- .typo li ol,
- .typo-ul ul,
- .typo-ul ol,
- .typo-ol ul,
- .typo-ol ol {
- margin-top: 0;
- margin-bottom: 0;
- margin-left: 2em;
- }
- .typo li ul,
- .typo-ul ul,
- .typo-ol ul {
- list-style: circle;
- }
- .typo table th,
- .typo table td,
- .typo-table th,
- .typo-table td .typo table caption {
- border: 1px solid #ddd;
- padding: 0.5em 1em;
- color: #666;
- }
- .typo table th,
- .typo-table th {
- background: #fbfbfb;
- }
- .typo table thead th,
- .typo-table thead th {
- background: #f1f1f1;
- }
- .typo table .caption {
- border-bottom: none;
- }
- .typo-input,
- .typo-textarea {
- -webkit-appearance: none;
- border-radius: 0;
- }
- .typo::-moz-selection {
- background: #08c;
- color: #fff;
- }
- .typo::selection {
- background: #08c;
- color: #fff;
- }
- .typo-em,
- .typo em,
- .typo legend,
- .typo caption {
- font-weight: 700;
- }
- /*ckedit*/
- .typo .marker {
- background-color: Yellow;
- }
- .typo u,
- .typo ins {
- text-decoration: underline;
- }
|