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; + } } } }