123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307 |
- @charset "utf-8";
- .typo {
- button, input, select, textarea {
- font: 300 1em/1.8 PingFang SC, Lantinghei SC, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif;
- }
- button::-moz-focus-inner,
- input::-moz-focus-inner {
- padding: 0;
- border: 0;
- }
- table {
- border-collapse: collapse;
- border-spacing: 0;
- }
- fieldset, img {
- border: 0;
- }
- blockquote {
- position: relative;
- //color: #999;
- font-weight: 400;
- border-left: 1px solid #1abc9c;
- padding-left: 1em;
- margin: 1em 3em 1em 2em;
- }
- @media only screen and (max-width: 640px) {
- blockquote {
- margin: 1em 0;
- }
- }
- acronym, abbr {
- border-bottom: 1px dotted;
- font-variant: normal;
- text-decoration: none;
- }
- abbr {
- cursor: help;
- }
- del {
- text-decoration: line-through;
- }
- address, caption, cite, code, dfn, em, th, var {
- font-style: normal;
- font-weight: 400;
- }
- ul, ol {
- list-style: none;
- }
- caption, th {
- text-align: left;
- }
- q:before, q:after {
- content: '';
- }
- sub, sup {
- font-size: 75%;
- line-height: 0;
- position: relative;
- }
- :root sub, :root sup {
- vertical-align: baseline;
- }
- sup {
- top: -0.5em;
- }
- sub {
- bottom: -0.25em;
- }
- a {
- //color: #1abc9c;
- }
- a:hover {
- text-decoration: underline;
- }
- a {
- border-bottom: 1px solid #1abc9c;
- }
- a:hover {
- //border-bottom-color: #555;
- //color: #555;
- text-decoration: none;
- }
- ins, a {
- text-decoration: none;
- }
- u, .typo-u {
- text-decoration: underline;
- }
- mark {
- //background: #fffdd1;
- border-bottom: 1px solid #ffedce;
- padding: 2px;
- margin: 0 5px;
- }
- pre, code, pre tt {
- font-family: Courier, 'Courier New', monospace;
- }
- pre {
- //background: #f8f8f8;
- border: 1px solid #ddd;
- padding: 1em 1.5em;
- display: block;
- -webkit-overflow-scrolling: touch;
- }
- hr {
- border: none;
- border-bottom: 1px solid #cfcfcf;
- margin-bottom: 0.8em;
- height: 10px;
- }
- small, .typo-small,
- figcaption {
- font-size: 0.9em;
- //color: #888;
- }
- strong, b {
- font-weight: bold;
- //color: #000;
- }
- [draggable] {
- cursor: move;
- }
- .clearfix:before, .clearfix:after {
- content: "";
- display: table;
- }
- .clearfix:after {
- clear: both;
- }
- .clearfix {
- zoom: 1;
- }
- .textwrap, .textwrap td, .textwrap th {
- word-wrap: break-word;
- word-break: break-all;
- }
- .textwrap-table {
- table-layout: fixed;
- }
- .serif {
- font-family: Palatino, Optima, Georgia, serif;
- }
- p, pre, ul, ol, dl, form, hr, table,
- .typo-p, .typo-pre, .typo-ul, .typo-ol, .typo-dl, .typo-form, .typo-hr, .typo-table, blockquote {
- margin-bottom: 1.2em
- }
- h1, h2, h3, h4, h5, h6 {
- font-family: PingFang SC, Verdana, Helvetica Neue, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif;
- font-weight: 100;
- //color: #000;
- line-height: 1.35;
- }
- h1, h2, h3, h4, h5, h6,
- .typo-h1, .typo-h2, .typo-h3, .typo-h4, .typo-h5, .typo-h6 {
- margin-top: 1.2em;
- margin-bottom: 0.6em;
- line-height: 1.35;
- }
- h1, .typo-h1 {
- font-size: 2em;
- }
- h2, .typo-h2 {
- font-size: 1.8em;
- }
- h3, .typo-h3 {
- font-size: 1.6em;
- }
- h4, .typo-h4 {
- font-size: 1.4em;
- }
- h5, h6, .typo-h5, .typo-h6 {
- font-size: 1.2em;
- }
- ul, .typo-ul {
- margin-left: 1.3em;
- list-style: disc;
- }
- ol, .typo-ol {
- list-style: decimal;
- margin-left: 1.9em;
- }
- li ul, li ol, .typo-ul ul, .typo-ul ol, .typo-ol ul, .typo-ol ol {
- margin-bottom: 0.8em;
- margin-left: 2em;
- }
- li ul, .typo-ul ul, .typo-ol ul {
- list-style: circle;
- }
- table th, table td, .typo-table th, .typo-table td, table caption {
- border: 1px solid #ddd;
- padding: 0.5em 1em;
- //color: #666;
- }
- table th, .typo-table th {
- // background: #fbfbfb;
- }
- table thead th, .typo-table thead th {
- // background: #f1f1f1;
- }
- table caption {
- border-bottom: none;
- }
- .typo-input, .typo-textarea {
- -webkit-appearance: none;
- border-radius: 0;
- }
- .typo-em, em, legend, caption {
- //color: #000;
- font-weight: inherit;
- }
- .typo-em {
- position: relative;
- }
- .typo-em:after {
- position: absolute;
- top: 0.65em;
- left: 0;
- width: 100%;
- overflow: hidden;
- white-space: nowrap;
- content: "・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・";
- }
- img {
- max-width: 100%;
- }
- }
|