yiming
2024-03-13 f9d4b09377c5471e1202be2fef2c89de27b6654d
pages/aboutUs/index.wxss
@@ -1,4 +1,25 @@
/* pages/aboutUs/index.wxss */
.nacigationBar {
  background-color: #fff;
  display: flex;
  align-items: center;
}
.navbar-title {
  white-space: nowrap;
  /* overflow: hidden; */
  text-overflow: ellipsis;
  color: #0F1214;
  margin-bottom: 5rpx;
  font-weight: bold;
  font-size: 36rpx;
  color: #0F1214;
}
image {
  width: 100%;
  height: 100%;
@@ -12,7 +33,6 @@
.aboutUs {
  margin: 30rpx;
}
.aboutText {