diff --git a/static/icons/err.png b/static/icons/err.png index d2ef6eb..c5afbc2 100644 Binary files a/static/icons/err.png and b/static/icons/err.png differ diff --git a/static/icons/err_w.png b/static/icons/err_w.png new file mode 100644 index 0000000..d2ef6eb Binary files /dev/null and b/static/icons/err_w.png differ diff --git a/static/icons/ok.png b/static/icons/ok.png new file mode 100644 index 0000000..67453c1 Binary files /dev/null and b/static/icons/ok.png differ diff --git a/static/icons/ok_w.png b/static/icons/ok_w.png new file mode 100644 index 0000000..4b462fb Binary files /dev/null and b/static/icons/ok_w.png differ diff --git a/subpkg/personnel/personnel.vue b/subpkg/personnel/personnel.vue index 41640e6..bb9f849 100644 --- a/subpkg/personnel/personnel.vue +++ b/subpkg/personnel/personnel.vue @@ -4,12 +4,81 @@ - + + 未签约 - - + + + + + + 人员名称 + 隶属乡镇公司名称 + + + + + 13546841564 + + + + 通滩镇 + + + + + + 小组服务团队:管理人 + + 身份证 + 驾驶证 + 银行卡 + + + + + + + + + + + 已签约 + + + + + + + + 人员名称 + 隶属乡镇公司名称 + + + + + 13546841564 + + + + 通滩镇 + + + + + + 小组服务团队:管理人 + + 身份证 + 驾驶证 + 银行卡 + + + + + @@ -61,12 +130,13 @@ export default { padding-top: 32rpx; .personnel_item{ width: 694rpx; - height: 407rpx; + // height: 407rpx; background: #FFFFFF; border-radius: 14rpx 14rpx 14rpx 14rpx; margin-bottom: 32rpx; overflow: hidden; position: relative; + padding: 28rpx; .type{ width: 137rpx; height: 53rpx; @@ -88,9 +158,95 @@ export default { margin-right: 9rpx; } } + .type_blue{ + background-color: #3274f9; + } .top{ // background-color: #3274F9; - + display: flex; + .right{ + display: flex; + flex-direction: column; + justify-content: space-around; + margin-left: 28rpx; + font-size: 25rpx; + font-weight: 400; + color: #999999; + .info_top{ + display: flex; + align-items: flex-end; + font-size: 25rpx; + font-weight: 400; + color: #3274F9; + .info_name{ + font-size: 32rpx; + font-weight: 400; + color: #333333; + margin-right: 18rpx; + } + } + .info_bottom{ + display: flex; + .item{ + display: flex; + align-items: center; + } + .phone{ + margin-right: 28rpx; + } + .location{ + flex: 1; + white-space: nowrap; /* 不换行 */ + overflow: hidden; /* 将超出文本隐藏 */ + text-overflow: ellipsis; /* 使用省略号表示被隐藏的文本 */ + } + } + } + } + .center{ + padding: 28rpx 0; + .top{ + font-size: 28rpx; + font-weight: 400; + color: #666666FF; + margin-bottom: 20rpx; + .green{ + color: #34A853FF; + } + .yellow{ + color: #F9AA32FF; + } + } + .bottom{ + display: flex; + justify-content: space-around; + font-size: 25rpx; + font-weight: 400; + color: #999999; + image{ + width: 18rpx; + height: 18rpx; + margin-right: 9rpx; + } + } + } + .bottom{ + display: flex; + justify-content: right; + .look{ + width: 158rpx; + height: 53rpx; + background: #FFFFFF; + border-radius: 26rpx 26rpx 26rpx 26rpx; + opacity: 1; + border: 2rpx solid #3274F9; + font-size: 28rpx; + font-weight: 400; + color: #3274F9; + display: flex; + justify-content: center; + align-items: center; + } } } }