MrShi
4 小时以前 fbc074229fd4736f1ae2793c9daebf04726188b2
small-program/unpackage/dist/dev/mp-weixin/shop/pages/mine/mine.wxss
@@ -139,7 +139,7 @@
  background: linear-gradient(135deg, #54d1ff 0%, #24b9dd 100%);
}
.page-body.data-v-567495f9 {
  padding: 0 30rpx calc(180rpx + env(safe-area-inset-bottom));
  padding: 0 30rpx env(safe-area-inset-bottom);
  margin-top: -6rpx;
}
.card.data-v-567495f9 {
@@ -267,4 +267,33 @@
  width: 16rpx;
  height: 26rpx;
}
.phone.data-v-567495f9 {
  padding: 30rpx;
}
.phone .phone-head.data-v-567495f9 {
  display: flex;
  justify-content: center;
  margin-bottom: 40rpx;
  position: relative;
}
.phone .phone-head text.data-v-567495f9 {
  font-size: 32rpx;
  font-weight: 500;
  color: #333333;
}
.phone .phone-item.data-v-567495f9 {
  display: flex;
  align-items: center;
  border-radius: 16rpx;
  margin-bottom: 20rpx;
}
.phone .phone-item image.data-v-567495f9 {
  width: 40rpx;
  height: 40rpx;
  margin-right: 20rpx;
}
.phone .phone-item text.data-v-567495f9 {
  font-size: 28rpx;
  color: #333333;
}