litian
2024-09-30 e5f45ec9c2eabaa3e4241caad2d49c3629eaf0c8
packagePersonal/pages/aboutUs/index.wxss
@@ -2,22 +2,22 @@
@import "./index.skeleton.wxss";
.aboutUsBox {
  width: 100%;
  height: 100%;
}
.aboutUs {
  box-sizing: border-box;
  height: 100%;
}
.nacigationBar {
  background-color: #fff;
  display: flex;
  align-items: center;
  margin-bottom: 50rpx;
}
.navbar-title {
  /* white-space: nowrap;
  text-overflow: ellipsis;
  color: #0F1214;
  margin-bottom: 5rpx;
  font-weight: bold;
  font-size: 36rpx;
  color: #0F1214; */
}
image {
@@ -36,7 +36,8 @@
}
.aboutText {
  height: calc(100vh - env(safe-area-inset-bottom) - 200rpx);
  box-sizing: border-box;
  height: 100%;
  overflow-y: auto;
  padding: 0 20rpx;
  padding-bottom: 100rpx;