k94314517
2024-07-25 28c725308aaf418e9032964ffcf5ca3b0d8a1208
wechat_jiaxuan/components/idCard/index.wxss
对比新文件
@@ -0,0 +1,55 @@
.user {
  width: 750rpx;
  padding: 0 40rpx;
  height: 148rpx;
  background: #FFFFFF;
  border-radius: 8rpx;
  padding: 0 30rpx;
  display: flex;
  align-items: center;
}
.user .content {
  flex: 1;
}
.user .content .name {
  font-size: 30rpx;
  margin-bottom: 12rpx;
}
.user .content .desc {
  font-size: 24rpx;
  color: #999999;
}
.user .avatar {
  width: 80rpx;
  height: 80rpx;
  border-radius: 50%;
  margin-right: 24rpx;
}
.user .btns {
  display: flex;
}
.user .btns .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: 70rpx;
  font-size: 20rpx;
  color: #333333;
}
.user .btns .item .icon {
  margin-bottom: 4rpx;
  width: 44rpx;
  height: 44rpx;
}
.user .btn {
  width: 118rpx;
  height: 56rpx;
  line-height: 52rpx;
  text-align: center;
  background: var(--themeColor);
  border-radius: 8rpx;
  font-weight: 500;
  font-size: 26rpx;
  color: #fff;
}