i18n/zh-cn/docusaurus-plugin-content-pages/styles.module.css [17:100]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
.heroBanner {
  text-align: center;
  position: relative;
  overflow: hidden;
  background: url("/img/hero.jpg");
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}

.heroImg {
  display: flex;
  align-items: center;
  width: 80%;
}

.features {
  margin-top: 20px;
  display: flex;
  align-items: center;
  padding: 2rem 0;
  width: 100%;
}

.featureImage {
  height: 250px;
  width: 250px;
}

.timelineImage {
  height: 70%;
  width: 70%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.postContainer {
  alignment: center;
  min-width: 300px;
  max-width: 800px;
  margin: 0 20%;
  overflow: auto;
}

.postContent {
  padding: 0 10px 10px 0;
  float: right;
  display: block;
}

.postContent img {
  height: 120px;
  width: 120px;
  float: left;
  padding: 0 10px 10px 0;
  display: block;
}

.postTitle {
  font-weight: bold;
  font-size: 200%;
}

.whyText {
  text-align:center;
  color: cadetblue;
  margin-top: 50px;
  margin-bottom: 50px;
}

.learnMoreURL {
  text-align:center;
  color: cadetblue;
  margin-bottom: 30px;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/pages/styles.module.css [17:100]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
.heroBanner {
  text-align: center;
  position: relative;
  overflow: hidden;
  background: url("/img/hero.jpg");
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}

.heroImg {
  display: flex;
  align-items: center;
  width: 80%;
}

.features {
  margin-top: 20px;
  display: flex;
  align-items: center;
  padding: 2rem 0;
  width: 100%;
}

.featureImage {
  height: 250px;
  width: 250px;
}

.timelineImage {
  height: 70%;
  width: 70%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.postContainer {
  alignment: center;
  min-width: 300px;
  max-width: 800px;
  margin: 0 20%;
  overflow: auto;
}

.postContent {
  padding: 0 10px 10px 0;
  float: right;
  display: block;
}

.postContent img {
  height: 120px;
  width: 120px;
  float: left;
  padding: 0 10px 10px 0;
  display: block;
}

.postTitle {
  font-weight: bold;
  font-size: 200%;
}

.whyText {
  text-align:center;
  color: cadetblue;
  margin-top: 50px;
  margin-bottom: 50px;
}

.learnMoreURL {
  text-align:center;
  color: cadetblue;
  margin-bottom: 30px;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



