liukangdong
2024-08-05 00bf17838b496e6fcfed2e521f9c27f8f0e3e3c7
wechat_jiaxuan/components/idCard/index.wxss
@@ -1,9 +1,12 @@
.user {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 750rpx;
  padding: 0 40rpx;
  height: 148rpx;
  background: #FFFFFF;
  border-radius: 8rpx;
  padding: 0 30rpx;
  display: flex;
  align-items: center;
@@ -13,7 +16,7 @@
}
.user .content .name {
  font-size: 30rpx;
  margin-bottom: 12rpx;
  margin-bottom: 10rpx;
}
.user .content .desc {
  font-size: 24rpx;
@@ -38,7 +41,7 @@
  color: #333333;
}
.user .btns .item .icon {
  margin-bottom: 4rpx;
  margin-bottom: 6rpx;
  width: 44rpx;
  height: 44rpx;
}