From 28c725308aaf418e9032964ffcf5ca3b0d8a1208 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期四, 25 七月 2024 17:13:56 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
wechat_staff/pages/work/index.wxss | 39 ++++++++++++++++++++++++++++++++++-----
1 files changed, 34 insertions(+), 5 deletions(-)
diff --git a/wechat_staff/pages/work/index.wxss b/wechat_staff/pages/work/index.wxss
index b5124e6..7d21c6a 100644
--- a/wechat_staff/pages/work/index.wxss
+++ b/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;
+}
--
Gitblit v1.9.3