From cabbca85b518f561d0dc2b7a7ec11d6922785b86 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期三, 10 七月 2024 17:52:38 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/zbomyoujia

---
 wechat_jiaxuan/pages/store/staffList.less |   69 ++++++++++++++++++++++++++++++++++
 1 files changed, 69 insertions(+), 0 deletions(-)

diff --git a/wechat_jiaxuan/pages/store/staffList.less b/wechat_jiaxuan/pages/store/staffList.less
new file mode 100644
index 0000000..111ac98
--- /dev/null
+++ b/wechat_jiaxuan/pages/store/staffList.less
@@ -0,0 +1,69 @@
+page{
+  background-color: #f7f7f7;
+}
+.header{
+  height: 174rpx;
+  padding: 36rpx 40rpx;
+  .line{
+    display: flex;
+    align-items: center;
+    font-weight: 600;
+    font-size: 36rpx;
+    margin-bottom: 10rpx;
+    image{
+      width: 36rpx;
+      margin-right: 16rpx;
+    }
+  }
+  .desc{
+    font-size: 26rpx;
+    color: #333333;
+    font-weight: 300;
+  }
+}
+.list {
+  padding: 0 40rpx 40rpx;
+  .item {
+    width: 670rpx;
+    height: 148rpx;
+    background: #FFFFFF;
+    border-radius: 8rpx;
+    padding: 0 30rpx;
+    display: flex;
+    align-items: center;
+    margin-bottom: 30rpx;
+    .content {
+      flex: 1;
+      .name {
+        font-size: 30rpx;
+        margin-bottom: 12rpx;
+      }
+
+      .desc {
+        font-size: 24rpx;
+        color: #999999;
+      }
+    }
+
+    .avatar {
+      width: 88rpx;
+      height: 88rpx;
+      border-radius: 50%;
+      border: 1rpx solid #cccccc;
+      margin-right: 24rpx;
+    }
+
+    .btn {
+      width: 118rpx;
+      height: 56rpx;
+      line-height: 52rpx;
+      text-align: center;
+      background: #FFFFFF;
+      border-radius: 8rpx;
+      font-weight: 500;
+      font-size: 26rpx;
+      color: var(--themeColor);
+      border: 1rpx solid var(--themeColor);
+    }
+  }
+}
\ No newline at end of file

--
Gitblit v1.9.3