''
liukangdong
2024-07-25 73393bacf16a3ab018f0688b89ca58984ddbbd70
wechat_staff/pages/work/index.wxss
@@ -11,11 +11,7 @@
  display: flex;
  padding: 72rpx 40rpx 48rpx;
  color: #fff;
  font-size: 26rpx;
}
.container .topbg{
  background-size: 100% auto;
  background-repeat: no-repeat;
  font-size: 26rpx;
}
.container .userinfo .content {
  flex: 1;
@@ -64,3 +60,36 @@
.container .main_content .func_list .line .icon {
  width: 40rpx;
}
.container .modal {
  width: 600rpx;
  height: 720rpx;
  padding: 48rpx 40rpx;
  border-radius: 16rpx;
}
.container .modal .header {
  display: flex;
}
.container .modal .header .avatar {
  width: 88rpx;
  height: 88rpx;
  border-radius: 50%;
  margin-right: 24rpx;
}
.container .modal .header .content .name {
  font-size: 30rpx;
}
.container .modal .header .content .desc {
  font-size: 24rpx;
  color: #999999;
  margin-top: 12rpx;
}
.container .modal .qrcode {
  width: 400rpx;
  height: 400rpx;
  margin: 60rpx auto 40rpx;
}
.container .modal .text {
  font-size: 26rpx;
  color: #999999;
  text-align: center;
}