From 18b0c32356c91c355d3ffae1d3f99c1043ba203e Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期三, 24 七月 2024 09:42:04 +0800
Subject: [PATCH] ''
---
wechat_staff/pages/kefu/select.less | 50 +++++++++++++++++++++++++++++++++++---------------
1 files changed, 35 insertions(+), 15 deletions(-)
diff --git a/wechat_staff/pages/kefu/select.less b/wechat_staff/pages/kefu/select.less
index aae0fe5..b183920 100644
--- a/wechat_staff/pages/kefu/select.less
+++ b/wechat_staff/pages/kefu/select.less
@@ -55,9 +55,9 @@
width: 100%;
}
.icon{
- width: 26rpx;
+ width: 28rpx;
margin-top: 4rpx;
- margin-right: 16rpx;
+ margin-right: 14rpx;
}
}
.kehu{
@@ -66,15 +66,35 @@
}
}
.list{
- padding: 0 40rpx;
+ height: calc( 100vh - 188rpx );
+ padding: 0 40rpx 160rpx;
background-color: #fff;
- .line{
- display: flex;
- align-items: center;
- height: 148rpx;
+ .item{
border-bottom: 1rpx solid #e5e5e5;
+ padding: 30rpx 0 20rpx;
+ .item_content{
+ display: flex;
+ }
+ .checked_wrap{
+ display: flex;
+ align-items: center;
+ }
&:nth-last-child(1){
border: none;
+ }
+ .line{
+ display: flex;
+ font-size: 26rpx;
+ .label{
+ color: #999999;
+ margin-right: 20rpx;
+ }
+ .val{
+ color: #333333;
+ }
+ }
+ .source{
+ margin-top: 12rpx;
}
.icon{
width: 40rpx;
@@ -84,7 +104,6 @@
width: 88rpx;
height: 88rpx;
border-radius: 50%;
- border: 1px solid;
margin-right: 20rpx;
}
.content{
@@ -111,13 +130,14 @@
color: #666666;
}
}
- .desc{
- display: flex;
- justify-content: space-between;
- font-size: 24rpx;
- color: #999999;
- margin-top: 14rpx;
- }
+ }
+ .desc{
+ display: flex;
+ justify-content: space-between;
+ font-size: 24rpx;
+ color: #999999;
+ margin-top: 24rpx;
+ padding-left: 70rpx;
}
}
}
--
Gitblit v1.9.3