111
litian
2024-03-20 0555dd7dc2edc553030b7a6d03d6a1cda4b1e336
pages/personalCenter/index.wxss
@@ -5,16 +5,39 @@
}
.background {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 680rpx;
  height: 80rpx;
  line-height: 80rpx;
  z-index: 3;
  text-align: center;
  font-size: 36rpx;
}
.white {
  background: #fff;
  color: #333;
}
.home-page .bg {
  height: 780rpx;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.home-page .bg .image {
  height: 100%;
}
.content-wrapper {
  position: relative;
  padding: 30rpx;
  padding-bottom: calc(env(safe-area-inset-bottom) + 96rpx);
}
.topBox {