css
litian
2024-04-12 59a724f57b2771bd2e084f406925c5295ffc2f48
pages/personalCenter/index.wxss
@@ -34,8 +34,8 @@
.content-wrapper {
  position: relative;
  padding: 30rpx;
  padding-bottom: calc(env(safe-area-inset-bottom) + 96rpx);
  padding: 20rpx 30rpx;
  margin-bottom: 10vh;
}
.topBox {
@@ -90,8 +90,9 @@
}
.domainBox .title {
  color: #333;
  font-weight: bold;
  padding: 30rpx;
  padding: 30rpx 30rpx 0rpx 30rpx;
}
.domainList {
@@ -99,7 +100,6 @@
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 30rpx;
}
.domainList1 {
@@ -119,12 +119,19 @@
  width: 160rpx;
  min-width: 160rpx;
  flex-shrink: 0;
  padding: 30rpx 0;
  padding: 40rpx 0;
}
.listItem:nth-child(5),
.listItem:nth-child(6),
.listItem:nth-child(7),
.listItem:nth-child(8) {
  padding-top: 10rpx !important;
}
.listItem .icon {
  width: 46rpx;
  height: 46rpx;
  width: 48rpx;
  height: 48rpx;
  margin: 0 auto;
  display: flex;
}
@@ -149,6 +156,7 @@
  background: #fff;
  border-top-left-radius: 16rpx;
  border-top-right-radius: 16rpx;
  margin-bottom: calc(env(safe-area-inset-bottom) + 88rpx);
}
.block .header {