litian
2024-03-20 9fa2f503c3dec502e30a60edf823abddb119ddd5
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 {
@@ -113,4 +136,25 @@
  line-height: 40rpx;
  text-align: center;
  margin-top: 20rpx;
}
.block {
  width: 100vw;
  height: 240px;
  background: #fff;
  border-top-left-radius: 16rpx;
  border-top-right-radius: 16rpx;
}
.header {
  display: flex;
  align-items: center;
  height: 116rpx;
}
.title {
  flex: 1;
  text-align: center;
  font-weight: 600;
  font-size: 36rpx;
}