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.wxss |   66 +++++++++++++++++++++++++++++++++
 1 files changed, 66 insertions(+), 0 deletions(-)

diff --git a/wechat_jiaxuan/pages/store/staffList.wxss b/wechat_jiaxuan/pages/store/staffList.wxss
new file mode 100644
index 0000000..901473f
--- /dev/null
+++ b/wechat_jiaxuan/pages/store/staffList.wxss
@@ -0,0 +1,66 @@
+page {
+  background-color: #f7f7f7;
+}
+.header {
+  height: 174rpx;
+  padding: 36rpx 40rpx;
+}
+.header .line {
+  display: flex;
+  align-items: center;
+  font-weight: 600;
+  font-size: 36rpx;
+  margin-bottom: 10rpx;
+}
+.header .line image {
+  width: 36rpx;
+  margin-right: 16rpx;
+}
+.header .desc {
+  font-size: 26rpx;
+  color: #333333;
+  font-weight: 300;
+}
+.list {
+  padding: 0 40rpx 40rpx;
+}
+.list .item {
+  width: 670rpx;
+  height: 148rpx;
+  background: #FFFFFF;
+  border-radius: 8rpx;
+  padding: 0 30rpx;
+  display: flex;
+  align-items: center;
+  margin-bottom: 30rpx;
+}
+.list .item .content {
+  flex: 1;
+}
+.list .item .content .name {
+  font-size: 30rpx;
+  margin-bottom: 12rpx;
+}
+.list .item .content .desc {
+  font-size: 24rpx;
+  color: #999999;
+}
+.list .item .avatar {
+  width: 88rpx;
+  height: 88rpx;
+  border-radius: 50%;
+  border: 1rpx solid #cccccc;
+  margin-right: 24rpx;
+}
+.list .item .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);
+}

--
Gitblit v1.9.3