Line 6,764: | Line 6,764: | ||
} | } | ||
} | } | ||
+ | |||
+ | |||
+ | .bigtitle{ | ||
+ | font-family: "SimSun"; | ||
+ | font-size: 2em; | ||
+ | font-weight: 700; | ||
+ | text-align: center; | ||
+ | border-radius:5em; | ||
+ | color: #000000; | ||
+ | } | ||
+ | |||
+ | .mainbody{ | ||
+ | font-family: "SimSun"; | ||
+ | font-size: 1.5em; | ||
+ | |||
+ | } | ||
+ | |||
+ | .piture{ | ||
+ | text-align: center; | ||
+ | width: 100%; | ||
+ | } | ||
+ | |||
+ | .words{ | ||
+ | font-family: "SimSun"; | ||
+ | font-size: 1em; | ||
+ | font-style: oblique; | ||
+ | text-align: center; | ||
+ | |||
+ | } | ||
+ | |||
+ | @media(max-width:767px){ | ||
+ | .firstless{ | ||
+ | display: none; | ||
+ | } | ||
+ | } | ||
+ | |||
+ | .topnav{ | ||
+ | background-color: transparent; | ||
+ | z-index: 2; | ||
+ | } | ||
+ | |||
+ | .topnav.scrolled{ | ||
+ | background-color: #000000; | ||
+ | z-index: 2; | ||
+ | } | ||
+ | @media(max-width:500px){ | ||
+ | .col-my{ | ||
+ | width:100%; | ||
+ | margin-left: 0em; | ||
+ | margin-right: 1em; | ||
+ | } | ||
+ | } | ||
+ | |||
/*# sourceMappingURL=bootstrap.css.map */ | /*# sourceMappingURL=bootstrap.css.map */ | ||
@charset "utf-8"; | @charset "utf-8"; | ||
/* CSS Document */ | /* CSS Document */ | ||
+ | |||
+ | |||
</style> | </style> | ||
</html> | </html> |
Revision as of 02:42, 17 July 2019