| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- /* normalize.css v2.1.2 | MIT License | git.io/normalize
- ---------------------------------------------------------------- */
- /* ::: HTML5 display definitions ::: */
- /**
- * Correct `block` display not defined in IE 8/9.
- */
- article,
- aside,
- figcaption,
- figure,
- footer,
- header,
- main,
- nav,
- section {
- display: block;
- }
- /* ::: Base ::: */
- html {
- -ms-text-size-adjust: 100%;
- -webkit-text-size-adjust: 100%;
- }
- body {
- margin: 0;
- }
- a:focus {
- outline: thin dotted;
- }
- a:active,
- a:hover {
- outline: 0;
- }
- small {
- font-size: 80%;
- }
- img {
- border: 0;
- }
- /* GENERAL (APPLIED TO ELEMENTS)
- ------------------------------------------ */
- body {
- /*font: 100%/1.2 Georgia, "Times New Roman", serif;*/
- font: 100%/1.2 verdana, "Microsoft YaHei", '宋体', serif;
- }
- ul,
- ol {
- list-style: none;
- -webkit-padding-start: 0;
- }
- @media (min-width: 1200px) {
- .container {
- width: 1190px;
- }
- }
- a {
- color: #1162a4;
- text-decoration: none;
- }
- a:hover {
- text-decoration: underline;
- }
- img {
- border: 0;
- }
- .ghost-center {
- position: relative;
- }
- /*.ghost-center::before {
- content: " ";
- display: inline-block;
- height: 100%;
- vertical-align: middle;
- }*/
- .ghost-center > * {
- display: inline-block;
- vertical-align: middle;
- }
- .f18 {
- font-size: 18px;
- }
|