litian
2024-02-29 39924c310ef7c5b936a5cbd71ec96b144ef133f7
pages/personalCenter/index.wxss
@@ -5,11 +5,33 @@
}
.background {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 680rpx;
  height: 80rpx;
  z-index: 3;
  text-align: center;
  padding-top: 110rpx;
  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 {