From 2c08a98f7e85ec7c9376f27a7933e75e44d672f7 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期二, 27 八月 2024 15:52:59 +0800
Subject: [PATCH] ll
---
wechat_jiaxuan/components/idCard/index.wxss | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/wechat_jiaxuan/components/idCard/index.wxss b/wechat_jiaxuan/components/idCard/index.wxss
index f30b208..673a322 100644
--- a/wechat_jiaxuan/components/idCard/index.wxss
+++ b/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;
@@ -34,8 +37,11 @@
align-items: center;
justify-content: center;
margin-left: 70rpx;
+ font-size: 20rpx;
+ color: #333333;
}
.user .btns .item .icon {
+ margin-bottom: 6rpx;
width: 44rpx;
height: 44rpx;
}
--
Gitblit v1.9.3