From 22b3f304886a48e2da90b05ba6e51b5bba4d5ec6 Mon Sep 17 00:00:00 2001
From: mkm <727897186@qq.com>
Date: Thu, 3 Aug 2023 15:44:42 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
subpkg/finance/finance.vue | 37 +++++++++++++---
subpkg/personnel/personnel.vue | 78 ++++++++++++++++++++++------------
2 files changed, 84 insertions(+), 31 deletions(-)
diff --git a/subpkg/finance/finance.vue b/subpkg/finance/finance.vue
index 8fa2961..52d4629 100644
--- a/subpkg/finance/finance.vue
+++ b/subpkg/finance/finance.vue
@@ -3,8 +3,14 @@
-
- {{userInfo.nickname}}
+
+
+ {{userInfo.nickname}}
+
+
+
+ {{userInfo.nickname}}
+
-
- 身份证
- 驾驶证
- 银行卡
-
-
-
-
+
+
+
+
+
@@ -140,10 +141,10 @@ export default {
position: relative;
padding: 28rpx;
.type{
- width: 137rpx;
- height: 53rpx;
+ width: 50rpx;
+ height: 50rpx;
background-color: #F02828;
- border-radius: 0rpx 14rpx 0rpx 14rpx;
+ border-radius: 50%;
font-size: 25rpx;
font-weight: 400;
color: #FFFFFF;
@@ -152,16 +153,16 @@ export default {
justify-content: center;
align-items: center;
position: absolute;
- top: 0;
- right: 0;
+ top: 10rpx;
+ right: 10rpx;
image{
width: 18rpx;
height: 18rpx;
- margin-right: 9rpx;
+ margin-right: 1rpx;
}
}
.type_blue{
- background-color: $theme-oa-color;
+ background-color: #34A853;
}
.top{
// background-color: #3274F9;
@@ -187,6 +188,13 @@ export default {
color: #333333;
margin-right: 18rpx;
}
+ .phone{
+ margin-left: 30rpx;
+ color: #999999;
+ }
+ .tel{
+ color: #000;
+ }
}
.info_bottom{
display: flex;
@@ -202,8 +210,18 @@ export default {
white-space: nowrap; /* 不换行 */
overflow: hidden; /* 将超出文本隐藏 */
text-overflow: ellipsis; /* 使用省略号表示被隐藏的文本 */
+ color: #000;
}
}
+ .company{
+ display: flex;
+ text{
+ margin-right: 30rpx;
+ }
+ .itm{
+ color: #000;
+ }
+ }
}
}
.center{
@@ -235,7 +253,7 @@ export default {
}
.bottom{
display: flex;
- justify-content: right;
+ justify-content: center;
.look{
width: 158rpx;
height: 53rpx;
@@ -251,6 +269,14 @@ export default {
justify-content: center;
align-items: center;
}
+ .sign{
+ color: #34A853;
+ border: 2rpx solid #34A853;
+ }
+ .red{
+ color: #F02828;
+ border: 2rpx solid #F02828;
+ }
}
}
}