From b2d360d9113b6955287108ca9e90d76a1f3c1419 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期日, 29 九月 2024 15:05:11 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/zbomyoujia
---
wechat_staff/pages/work/index.less | 49 +++++++++++++++++++++++++++++++++++++++++++++----
1 files changed, 45 insertions(+), 4 deletions(-)
diff --git a/wechat_staff/pages/work/index.less b/wechat_staff/pages/work/index.less
index 19bb60b..9e5d718 100644
--- a/wechat_staff/pages/work/index.less
+++ b/wechat_staff/pages/work/index.less
@@ -1,6 +1,9 @@
.container {
- background-color: #fff;
-
+ .topbg{
+ position: absolute;
+ width: 100%;
+ z-index: -1;
+ }
.navbar {
padding-left: 30rpx;
font-weight: 600;
@@ -12,7 +15,6 @@
padding: 72rpx 40rpx 48rpx;
color: #fff;
font-size: 26rpx;
- background-color: aquamarine;
.content {
flex: 1;
@@ -46,6 +48,7 @@
}
}
.main_content{
+ margin-top: -16rpx;
background-color: #fff;
border-radius: 16rpx 16rpx 0rpx 0rpx;
padding: 40rpx;
@@ -53,16 +56,54 @@
background: #F7F7F7;
border-radius: 8rpx;
margin-bottom: 40rpx;
+ padding: 0 40rpx;
.line{
display: flex;
align-items: center;
justify-content: space-between;
- padding: 0 40rpx;
height: 108rpx;
+ border-bottom: 1rpx solid #E5E5E5;
+ &:nth-last-of-type(1){
+ border: none;
+ }
.icon{
width: 40rpx;
+ height: 40rpx;
}
}
}
}
+ .modal{
+ width: 600rpx;
+ height: 720rpx;
+ padding: 48rpx 40rpx;
+ border-radius: 16rpx;
+ .header{
+ display: flex;
+ .avatar{
+ width: 88rpx;
+ height: 88rpx;
+ border-radius: 50%;
+ margin-right: 24rpx;
+ }
+ .content{
+ .name{font-size: 30rpx;}
+ .desc{
+ font-size: 24rpx;
+ color: #999999;
+ margin-top: 12rpx;
+ }
+ }
+ }
+ .qrcode{
+ width: 400rpx;
+ height: 400rpx;
+ margin: 60rpx auto 40rpx;
+ }
+ .text{
+ font-size: 26rpx;
+ color: #999999;
+ text-align: center;
+ }
+ }
}
\ No newline at end of file
--
Gitblit v1.9.3