2019-07-28 12:28:23 +00:00
|
|
|
html, body {
|
|
|
|
height: 100%;
|
2019-07-23 17:13:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.mainContainer {
|
|
|
|
width: 1024px;
|
|
|
|
margin: auto;
|
2019-07-28 12:28:23 +00:00
|
|
|
min-height: 100%;
|
2019-07-23 17:13:21 +00:00
|
|
|
}
|
|
|
|
|
2019-07-29 09:23:56 +00:00
|
|
|
.button {
|
|
|
|
width: 180px;
|
2019-07-29 10:27:09 +00:00
|
|
|
border-radius: 5px;
|
2019-07-29 09:23:56 +00:00
|
|
|
display: block;
|
|
|
|
padding: 20px;
|
|
|
|
background-color: #cde6ea;
|
|
|
|
box-sizing: border-box;
|
|
|
|
text-decoration: none;
|
|
|
|
font-weight: bold;
|
|
|
|
color: inherit;
|
|
|
|
text-align: center;
|
|
|
|
float: right;
|
|
|
|
font-size: 18px;
|
|
|
|
transition: background-color 0.2s ease;
|
|
|
|
}
|
|
|
|
|
2019-07-27 20:57:51 +00:00
|
|
|
nav {
|
|
|
|
display: flex;
|
|
|
|
overflow: hidden;
|
|
|
|
background-color: #93ff83;
|
|
|
|
}
|
|
|
|
|
|
|
|
nav > a {
|
|
|
|
flex: auto;
|
|
|
|
display: block;
|
|
|
|
padding: 20px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
text-decoration: none;
|
|
|
|
font-weight: bold;
|
|
|
|
color: inherit;
|
|
|
|
text-align: center;
|
2019-07-27 22:08:55 +00:00
|
|
|
background-color: transparent;
|
2019-07-28 10:46:34 +00:00
|
|
|
font-size: 18px;
|
2019-07-27 22:08:55 +00:00
|
|
|
|
2019-07-28 10:46:34 +00:00
|
|
|
transition: background-color 0.2s ease;
|
2019-07-27 22:08:55 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
nav > a.current {
|
|
|
|
background-color: #5db9ef;
|
|
|
|
}
|
|
|
|
|
2019-07-29 10:27:09 +00:00
|
|
|
nav > a:hover,
|
|
|
|
.button:hover {
|
2019-07-27 22:08:55 +00:00
|
|
|
background-color: rgba(0, 0, 0, 0.2);
|
|
|
|
}
|
|
|
|
|
|
|
|
nav > a.current:hover {
|
|
|
|
background-color: #5397ca;
|
2019-07-27 20:57:51 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
nav > a:visited {
|
|
|
|
color: inherit;
|
|
|
|
}
|
|
|
|
|
2019-07-27 22:08:55 +00:00
|
|
|
nav > a > div {
|
|
|
|
position: relative;
|
|
|
|
top: 50%;
|
|
|
|
transform: translateY(-50%);
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
2019-07-28 12:28:23 +00:00
|
|
|
.mainContainer {
|
|
|
|
font-size: 14px;
|
|
|
|
color: #333;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mainContainer h1 {
|
2019-07-23 17:13:21 +00:00
|
|
|
text-align: center;
|
2019-07-28 12:28:23 +00:00
|
|
|
margin: 10px 0 5px 0;
|
|
|
|
font-size: 24px;
|
|
|
|
font-weight: 600;
|
|
|
|
color: #000;
|
2019-07-23 17:13:21 +00:00
|
|
|
}
|
|
|
|
|
2019-07-28 12:28:23 +00:00
|
|
|
.mainContainer h2 {
|
|
|
|
margin: 10px 0 5px 0;
|
|
|
|
font-size: 22px;
|
|
|
|
font-weight: 600;
|
|
|
|
color: #000;
|
2019-07-23 17:13:21 +00:00
|
|
|
}
|
|
|
|
|
2019-07-28 12:28:23 +00:00
|
|
|
.mainContainer h3 {
|
|
|
|
margin: 10px 0 5px 0;
|
|
|
|
font-size: 18px;
|
|
|
|
font-weight: 600;
|
|
|
|
color: #000;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mainContainer h4 {
|
|
|
|
margin: 10px 0 5px 0;
|
|
|
|
|
|
|
|
font-size: 14px;
|
|
|
|
font-weight: 600;
|
|
|
|
color: #000;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mainContainer p {
|
|
|
|
margin: 5px 5px 0 10px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.mainContainer strong {
|
|
|
|
font-weight: 600;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mainContainer ul,
|
|
|
|
.mainContainer ol {
|
|
|
|
margin: 5px 5px 10px 10px;
|
|
|
|
|
|
|
|
list-style-position: outside;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mainContainer ul li {
|
|
|
|
margin: 5px 5px 0 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mainContainer img,
|
|
|
|
.mainContainer iframe {
|
|
|
|
margin: 15px 0 15px 15px;
|
2019-07-23 17:13:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.c1 {
|
|
|
|
color: aliceblue;
|
|
|
|
background-color: darkred;
|
|
|
|
}
|
|
|
|
|
|
|
|
.c2 {
|
|
|
|
color: aliceblue;
|
|
|
|
background-color: midnightblue;
|
|
|
|
}
|
|
|
|
|
|
|
|
.c3 {
|
|
|
|
color: aliceblue;
|
|
|
|
background-color: indigo;
|
|
|
|
}
|
|
|
|
|
|
|
|
.c4 {
|
|
|
|
color: aliceblue;
|
|
|
|
background-color: seagreen;
|
2019-07-28 10:46:34 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.clearfix {
|
|
|
|
*zoom: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.clearfix:before,
|
|
|
|
.clearfix:after {
|
|
|
|
content: '';
|
|
|
|
display: table;
|
|
|
|
line-height: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.clearfix:after {
|
|
|
|
clear: both;
|
2019-07-28 12:28:23 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.content {
|
|
|
|
padding: 10px;
|
2019-07-29 09:23:56 +00:00
|
|
|
}
|
2019-07-29 09:58:45 +00:00
|
|
|
|
|
|
|
.footer {
|
|
|
|
width: 100%;
|
|
|
|
min-height: 30px;
|
|
|
|
|
|
|
|
padding: 10px 20px;
|
|
|
|
|
|
|
|
background-color: rgba(10, 10, 10, .1);
|
|
|
|
|
|
|
|
font-size: 14px;
|
|
|
|
color: #777;
|
|
|
|
|
|
|
|
text-align: left;
|
2019-07-29 10:23:07 +00:00
|
|
|
box-sizing: border-box;
|
2019-07-29 09:58:45 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|