From 680028df90e18299ea72d242a28a3ddcd9a0441c Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期三, 24 七月 2024 13:45:36 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 wechat_staff/pages/kefu/select.wxss |   56 ++++++++++++++++++++++++++++++++++++++------------------
 1 files changed, 38 insertions(+), 18 deletions(-)

diff --git a/wechat_staff/pages/kefu/select.wxss b/wechat_staff/pages/kefu/select.wxss
index e8dadc0..f520b5e 100644
--- a/wechat_staff/pages/kefu/select.wxss
+++ b/wechat_staff/pages/kefu/select.wxss
@@ -56,69 +56,89 @@
   width: 100%;
 }
 .search_wrap .input_wrap .icon {
-  width: 26rpx;
+  width: 28rpx;
   margin-top: 4rpx;
-  margin-right: 16rpx;
+  margin-right: 14rpx;
 }
 .search_wrap .kehu {
   width: 48rpx;
   margin-left: 30rpx;
 }
 .list {
-  padding: 0 40rpx;
+  height: calc(100vh - 188rpx);
+  padding: 0 40rpx 160rpx;
   background-color: #fff;
 }
-.list .line {
+.list .item {
+  border-bottom: 1rpx solid #e5e5e5;
+  padding: 30rpx 0 20rpx;
+}
+.list .item .item_content {
+  display: flex;
+}
+.list .item .checked_wrap {
   display: flex;
   align-items: center;
-  height: 148rpx;
-  border-bottom: 1rpx solid #e5e5e5;
 }
-.list .line:nth-last-child(1) {
+.list .item:nth-last-child(1) {
   border: none;
 }
-.list .line .icon {
+.list .item .line {
+  display: flex;
+  font-size: 26rpx;
+}
+.list .item .line .label {
+  color: #999999;
+  margin-right: 20rpx;
+}
+.list .item .line .val {
+  color: #333333;
+}
+.list .item .source {
+  margin-top: 12rpx;
+}
+.list .item .icon {
   width: 40rpx;
   margin-right: 30rpx;
 }
-.list .line .avatar {
+.list .item .avatar {
   width: 88rpx;
   height: 88rpx;
   border-radius: 50%;
-  border: 1px solid;
   margin-right: 20rpx;
 }
-.list .line .content {
+.list .item .content {
   flex: 1;
 }
-.list .line .content .header {
+.list .item .content .header {
   display: flex;
   justify-content: space-between;
 }
-.list .line .content .header .left {
+.list .item .content .header .left {
   display: flex;
   align-items: center;
 }
-.list .line .content .header .left .name {
+.list .item .content .header .left .name {
   font-weight: 500;
   font-size: 30rpx;
   color: #111111;
   margin-right: 10rpx;
 }
-.list .line .content .header .left .tag {
+.list .item .content .header .left .tag {
   font-size: 24rpx;
   color: #57BE6A;
 }
-.list .line .content .header .remark {
+.list .item .content .header .remark {
   font-size: 26rpx;
   color: #666666;
 }
-.list .line .content .desc {
+.list .item .desc {
   display: flex;
   justify-content: space-between;
   font-size: 24rpx;
   color: #999999;
-  margin-top: 14rpx;
+  margin-top: 24rpx;
+  padding-left: 70rpx;
 }
 .footer {
   position: fixed;

--
Gitblit v1.9.3