yiming
2024-04-11 a9bd2df4da1cf7b198db7bf2d67ce8adbbe89b32
packagePersonal/pages/aboutUs/index.wxss
@@ -1,11 +1,11 @@
/* pages/aboutUs/index.wxss */
@import "./index.skeleton.wxss";
.nacigationBar {
  background-color: #fff;
  display: flex;
  align-items: center;
}
.navbar-title {
@@ -13,7 +13,6 @@
  /* overflow: hidden; */
  text-overflow: ellipsis;
  color: #0F1214;
  margin-bottom: 5rpx;
  font-weight: bold;
  font-size: 36rpx;
@@ -32,9 +31,17 @@
}
.aboutUs {
  margin: 30rpx;
  margin: 15rpx;
}
.aboutText {
  padding-bottom: 100rpx;
}
.titleBox {
  position: sticky;
  top: 0px;
  background-color: #fff;
}